SQL CHECKOUT

--sp_help tb_name

select * from sys.database
go

select name from sysobjects where type='U'
go

--select * from sys.database where owner_sid!=1

select name from sysobjects

select * from adminuser

exec sp_databases
exec sp_tables
exec sp_help adminuser

原文地址:https://www.cnblogs.com/phirothing/p/1891230.html