SELECT 'DELETE FROM ' +TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE='BASE TABLE'
This query helps us to view the delete queries for all the tables in the used database.
This query helps us to view the delete queries for all the tables in the used database.
No comments: