Comments
Sort by recent activity
Now I get this error
Syntax error: '\\kprod-nas03\sqlbackups\FULL_DB009_superbill_2039_prod_20140321_112322_encr.sqb''' after ''
-SQL "RESTORE DATABASE superbill_2039_prod FROM DISK = ''\\kprod-nas03\sqlbackups\FULL_DB009_superbill_2039_prod_20140321_112322_encr.sqb'' WITH PASSWORD=''fjfelejl'' SOURCE = '' + @DatabaseName + '', MOVE DATAFILES TO ''D:\SQLData'' , MOVE LOGFILES TO ''D:\SQLLogs'' ,
MAILTO = ''pam.ozer@kareo.com'', RECOVERY,
CHECKDB = 'ALL_ERRORMSGS, DATA_PURITY, EXTENDED_LOGICAL_CHECKS'
Thanks for helping me with this. I'm at my wits end with this :? :? / comments
Now I get this error
Syntax error: '\\kprod-nas03\sqlbackups\FULL_DB009_superbill_2039_prod_20140321_112322_encr.sqb''' after ''
-SQL "RESTORE DATABASE superbill_2039_prod FROM DISK = ''\\kprod-nas...
Nope. That didn't work either. / comments
Nope. That didn't work either.
This is the result of the dynameic sql
-SQL "RESTORE DATABASE superbill_2039_prod FROM DISK = '\\kprod-nas03\serverupdates\sqlrestore\FULL_DB009_superbill_2039_prod_20140321_112322_encr.sqb WITH PASSWORD='fjfelej!' ,SOURCE = 'superbill_2039_prod'
WITH MOVE DATAFILES TO 'D:\SQLData' , MOVE LOGFILES TO 'D:\SQLLogs' ,
MAILTO = 'pam.ozer@kareo.com', RECOVERY,
CHECKDB = 'ALL_ERRORMSGS, DATA_PURITY, EXTENDED_LOGICAL_CHECKS'
I am still getting the same error
Syntax error: 'fjfelej!'' after '\\kprod-nas03\serverupdates\sqlrestore\FULL_DB009_superbill_2039_prod_20140321_112322_encr.sqb WITH PASSWORD='
--Syntax error: 'fjfelej!'' after '\\kprod-nas03\sqlbackups\FULL_DB009_superbill_2039_prod_20140321_112322_encr.sqb WITH PASSWORD=' / comments
This is the result of the dynameic sql
-SQL "RESTORE DATABASE superbill_2039_prod FROM DISK = '\\kprod-nas03\serverupdates\sqlrestore\FULL_DB009_superbill_2039_prod_20140321_112322_encr.sqb WITH PA...
Syntax error: 'teest''' after 'c:\backups\FULL_DB001_superbill_24305_prod_20140219_200928_encr.sqb WITH PASSWORD =' / comments
Syntax error: 'teest''' after 'c:\backups\FULL_DB001_superbill_24305_prod_20140219_200928_encr.sqb WITH PASSWORD ='
Yes. It is the right path and the service account has permissions. What about the syntax error message? / comments
Yes. It is the right path and the service account has permissions. What about the syntax error message?
I figured out the problem. Stupid mistake on my part. Thanks for all your help / comments
I figured out the problem. Stupid mistake on my part. Thanks for all your help
Thank you for all your help. Can you tell my why I am getting a syntax error with this? EXECUTE master..sqlbackup '-SQL "BACKUP DATABASE [10163] TO DISK = ''\\pd-cifs-1\sql_backups\db001\<AUTO>_encr.sqb'' WITH PASSWORD = ''FILE:C:\redgate\dcr.txt'', KEYSIZE=256,CHECKSUM, DISKRETRYINTERVAL = 30, DISKRETRYCOUNT = 10, COMPRESSION = 4" '
SQL Backup v7.6.0.29
Syntax error: 'FILE:C:\redgate\dcr.txt' after '='
Password file does not exist: C:\redgate\dcr.txt
(2 row(s) affected)
name value
exitcode 850
sqlerrorcode 0 / comments
Thank you for all your help. Can you tell my why I am getting a syntax error with this?EXECUTE master..sqlbackup '-SQL "BACKUP DATABASE [10163] TO DISK = ''\\pd-cifs-1\sql_backups\db001\<AUTO&...
Do you know if I can ecrypt witht a password file and decrypt with just the password using the converter? / comments
Do you know if I can ecrypt witht a password file and decrypt with just the password using the converter?
My question isn't clear. I want to use a password file instead of a hard coded password,. Can I use that with the sqb2mtf? / comments
My question isn't clear. I want to use a password file instead of a hard coded password,. Can I use that with the sqb2mtf?