Hi,
I want to delete all data from tables when the user click on the unload button, I dont wanna make about 50 Delete Command to unload the data from database. is there any way to do this, regarding that i have forign keys.
As for the Backup and Restore to the system database, I mean i want to allow the user to select the path of Backup, and also from where he want to make the Restore.
I think it could be done with uploading form that takes paths from the user but actually i dont know the SQL statement for backup
I use SQL SERVER 2000
ASP.NET 2
C#
Thanks
I want to delete all data from tables when the user click on the unload button, I dont wanna make about 50 Delete Command to unload the data from database. is there any way to do this, regarding that i have forign keys.
As for the Backup and Restore to the system database, I mean i want to allow the user to select the path of Backup, and also from where he want to make the Restore.
I think it could be done with uploading form that takes paths from the user but actually i dont know the SQL statement for backup
I use SQL SERVER 2000
ASP.NET 2
C#
Thanks
Comment