SQL Server中用来查找系统表中的表中用type ='S’
select * from sys.objects where type=‘S’
SQL Server中用来查找用户表中的表中用type ='U’
select * from sys.objects where type=‘U’
SQL Server中用来查找系统表中的表中用type ='S’
select * from sys.objects where type=‘S’
SQL Server中用来查找用户表中的表中用type ='U’
select * from sys.objects where type=‘U’