c# - Making a backup of an SQL Server database -


I am working on software that has been developed to support two SQL Server versions. We have a version that is running on SQL Server 2000 and the second is on 2005. Both are installed on client sites (two different clients) and I need to get a backup from both servers to test for the upgrade. Both customers will be used to make the final test back-up before the upgrade is sent. By testing on its actual data, the test results will be most reliable.

But the problem is that both customers do not allow us to access any SQL Tools to run on those servers. All I have is an SSL connection string which uses C # as part of an ASP.NET application as part of i.I therefore need to make smart through C # / SQL statements through this connection I have a server But the file system does not have access rights, so I can not even make backups on some files on the server, then download it, then other options?

This SMO or SQL DMO stuff looks promising through a backup programmatic performance on a single Notice the requirements of the setting of the SMO section, and I'm sure that the dependencies will be based on how the permissions of the SQL Server user are configured, which you use to connect to:

< / P>


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -