Comments
Sort by recent activity
I'm trying to use it for the RESTORE HEADERONLY command. I need to extract information from the header in order to do what I need to do.
John / comments
I'm trying to use it for the RESTORE HEADERONLY command. I need to extract information from the header in order to do what I need to do.
John
I ran the exact code you posted above and just replaced the path with a path to one of our files. I'm still getting the same error "Syntax error: 'SINGLERESULTSET' after 'WITH'"
File version of SQBCoreService.exe is 5.1.0.2781
When I go to help > about it says I'm using Red-Gate SQLBackup 5.4.0.55
Windows version is Windows Server 2003 Enterprise Edition x64 SP2
SQL Server is SQL Server 2005 Standard Edition x64 SP3 CU1
(9.0.4207)
Please let me know if you need any other information.
Thanks!
John / comments
I ran the exact code you posted above and just replaced the path with a path to one of our files. I'm still getting the same error "Syntax error: 'SINGLERESULTSET' after 'WITH'"
File version of SQ...
About 5 min after I posted it I realized I was putting the ending double quote right after the path which was excluding the WITH SINGLERESULTSET command.
Now my problem is that in SQLBackup 6.0+ it works fine but in SQLBackup 5.4.0.55 I'm getting a syntax error saying that there's a syntax error SINGLERESULTSET after WITH. But it says this is supported since 5.3. Can anyone tell me if this is a mistake?
John / comments
About 5 min after I posted it I realized I was putting the ending double quote right after the path which was excluding the WITH SINGLERESULTSET command.
Now my problem is that in SQLBackup 6.0+ it...