Warren Peace
SSCertifiable
Points: 5881
More actions
October 18, 2007 at 10:40 am
#176393
How can I get a list of Tables where a specific user is dbo?
Grant Fritchey
SSC Guru
Points: 398882
October 18, 2007 at 12:54 pm
#743258
There are TONS of ways. Here's one simple one:
SELECT * FROM [INFORMATION_SCHEMA].[TABLES]
WHERE TABLE_SCHEMA = 'dbo'
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"- Theodore Roosevelt
Author of:SQL Server Execution PlansSQL Server Query Performance Tuning
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply