backup and restore from database
-
Hi all I want to backup and restore from mydatabase. What is a good and easy way to do this job? What is your idea if i write a sqlcommand for backup and restore form my database in c# code?(If you are agree with me what is the sqlcommand for backup and restore in c# code?)
-
Hi all I want to backup and restore from mydatabase. What is a good and easy way to do this job? What is your idea if i write a sqlcommand for backup and restore form my database in c# code?(If you are agree with me what is the sqlcommand for backup and restore in c# code?)
What database will determine the tool to use. If it is SQL server I would set up a job that uses Integration Services to execute a package that does this at a scheduled time. The right tool for the job.
Never underestimate the power of human stupidity RAH