fletchsod
Programmer
- Dec 16, 2002
- 181
I have created a .NET SMO backup script that allows the .NET application to make a backup of the SQL Server's database.
Now I have a situation. When the executable file is placed on a client machine that doesn't have SQL Server installed but use sqlclient (or odbc) connection to connect to a SQL Server on a different machine. How do I make a backup of the database (database file) from that server, through the database connection (sqlclient or odbc), to this local machine? (Meaning the backup file need to be created on this local machine).
Thanks...
Now I have a situation. When the executable file is placed on a client machine that doesn't have SQL Server installed but use sqlclient (or odbc) connection to connect to a SQL Server on a different machine. How do I make a backup of the database (database file) from that server, through the database connection (sqlclient or odbc), to this local machine? (Meaning the backup file need to be created on this local machine).
Thanks...