Activity overview
Latest activity by cjbreisch
Yes, the command works fine from inside SQL Server Management Studio.
I believe that my .NET code is correct, unless your stored proc is processing the parameters in some odd way. That exact code works for any other stored procs that I call.
So, I'm punting it back to you. / comments
Yes, the command works fine from inside SQL Server Management Studio.
I believe that my .NET code is correct, unless your stored proc is processing the parameters in some odd way. That exact code w...
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 ...