Disclosure: I used cursor in this script. Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /**************************... ***************************... ***************************... Quick data backup for tables in a particular database schema Change the table search criteria in the cursor declaration ***************************... ***************************... ***************************... USE {some database name} GO DECLARE TablesToBackup CURSOR FOR SELECT ......