MS SQL - query the list of all tables in curent schema
select * from sysobjects where type = 'U' and uid=user_id('dbo')
Achievement provides the only real pleasure in life
select * from sysobjects where type = 'U' and uid=user_id('dbo')
Posted by SF at 2:22 pm
No comments:
Post a Comment