Logging and Blogging SQL Server Experiences.
SELECT 'Drop table ' + NAME FROM sys.objects WHERE schema_name(schema_id) = 'dbo' AND type = 'u'
No comments:
Post a Comment