aspiringprog
MIS
Hi
I have to test some delete statements on a table in test. Instead of having to restore the test server each time I run the delete statements, I am trying to back up the table before the DML statements and restore after the queries are run.
I know there is a backup command in sql server
i am using
backup oldtable to newtable
The message i get is that back up table is not yet implemented.
Am i supposed to create the new backup table first, before tring out this command?
Is there any other way?
Thanks