Using SQL Server 2000
I want to take the database backup at application running time.
In my application i have database backup option, when i click the button it has to take the database backup upto current time.
How to make a query for taking the database backup
Need Query Help
use BACKUP DATABASE statement, for example: