Posts
Sort by recent activity
Executing sqlbackup from .NET Code
Hello,
I'm getting exitcode 870 when attempting to use the extended stored procedures from .NET.
Here's my code:
public void DoRestore(string commandString)
{
SqlConnection conn = new ...