take backup with query
-
hi all, i want to take backup my database with query. pls help and give me query vipin
-
hi all, i want to take backup my database with query. pls help and give me query vipin
I assume your using SQL Server 2000 Construct a DTS package that will do the backup. This can be run with TSQL Example below of running a DTS package via TSQL exec master.dbo.xp_cmdshell 'dtsrun -E -Sserver1 -N"Export Invoices"' Google has lots of examples on how to do this. Look where you want to go not where you don't want to crash. Bikers Bible
-
hi all, i want to take backup my database with query. pls help and give me query vipin
"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question." --Charles Babbage (1791-1871) My: Website | Blog