/* Dynamic SQL to achieve this */ SELECT 'TRUNCATE TABLE [' +table_schema + '].[' + TABLE_NAME +']' FROM INFORMATION_SCHEMA.TABLES
Post a Comment
No comments:
Post a Comment