RE: The database file is larger than the configured maximum size
Hi Manfred, It solve my one problem but still I am facing other problem. I am connect to one of our server suppose "XYZ"via "SQL authentication ". "SQL backup Agent " service run under...
View ArticleRE: Log shipping error "Folder Does not exist" for shared pathh
Hi Eddie, Apologies for very late reply. Please find my SP and execution result as per below, SP: EXECUTE master..sqbutility 999, 'RWE', '\\Rym-db-svr\RedGateLogShipping' Result:...
View ArticleHow to Perform SQL Server Backup Recovery Task?
I am using SQL Server version 2012 and suddenly I have got errors message while restoring backup database. Please solve my query and recommend some tool or utilities that will recover my backup database.
View ArticleRE: How to Perform SQL Server Backup Recovery Task?
You can easily recover your corrupted SQL backup database into healthy environment. visit here for more information: http://www.sqlserverdatabaserecovery.org/recover-corrupted-backup-sql-server.html
View ArticleRegarding, which transaction log restore after full restore
Hi There, I have face problem when try to restore transaction log, Suppose we have two DB servers : SERVER-A and SERVER-B Database is PayrollDB on SERVER-A, which we want to logshipping on SERVER-B. We...
View ArticleRE: Regarding, which transaction log restore after full restore
SQL Backup generates a log file for each process that it runs. The default folder where the logs are stored is C:\Documents and Settings\All Users\Application Data\Red Gate\SQL Backup\Log\<instance...
View ArticleError 880: BACKUP DATABASE permission denied in database
Hello, i'm on a new System (Windows Server 2012 R2 / SQL Server 2012 Enterprise) with a fresh install of SQL Backup 7.6 The SQL Backup Service runs under a Domain User with appropriate permissions. But...
View ArticleIn log shipping,do you needto license thedestination server?
I would like to set up a scheduled log shipping for a certain database, however the destination server is not registered/license. I just need the destination database be updated with newly taken TRN...
View ArticleRE: Error 880: BACKUP DATABASE permission denied in database
Thank you for your support request. The SkipChecks registry key simply prevents SQL Backup from performing the User Rights check. Scheduled jobs, use the SQL Agent to trigger the command to the SQL...
View ArticleRE: SQL Backup 7.0 has been released
I'd like to know if the new version supports creating a scheduled backup job that is a copy_only backup? I see copy_only listed as a new feature but its not celar if I can setup a scheduled jopb...
View ArticleCorrect Syntax for Restoring sQBHeaderOnly with Password
I am having issues with the syntax for sqbheaderonly in SQL SERVER Managment Studio [code] EXECUTE master..sqlbackup '-SQL "RESTORE SQBHEADERONLY FROM DISK =...
View ArticleRE: Correct Syntax for Restoring sQBHeaderOnly with Password
Syntax error: 'teest''' after 'c:\backups\FULL_DB001_superbill_24305_prod_20140219_200928_encr.sqb WITH PASSWORD ='
View ArticleDelay between backups on SQL Backup Pro
I see a delay in my backup logs of five minutes. I have 150 small databases to backup. The actual backup takes less than a minute, bu then it's another five minutes between when the next backup begins....
View ArticleRE: SQL Backup 7.0 has been released
Hi Larabrian Yes, SQL Backup v7 does support copy_only backup. Step 2 of both the backup wizard and scheduled backup wizard you can select a copy-only backup. Or you can edit your existing syntax and...
View ArticleRE: Delay between backups on SQL Backup Pro
Could you please post the backup command you are using to back up your databases? Thanks.
View ArticleRE: Correct Syntax for Restoring sQBHeaderOnly with Password
Code:EXECUTE master..sqlbackup '-SQL "RESTORE SQBHEADERONLY FROM DISK = ''c:\backups\FULL_DB001_superbill_24305_prod_20140219_200928_encr.sqb'' WITH PASSWORD = ''teest'' "' or Code:EXECUTE...
View ArticleRE: In log shipping,do you needto license thedestination server?
To restore any SQL Backup backup you must decompress and/or decrypt them. This requires the SQL Backup Server Components to work, and in turn the components need to be activated. Unfortunately this...
View ArticleRE: Delay between backups on SQL Backup Pro
I opened a ticket. I don't want to make you do repeated work. I'll post the results of the ticket here for Google.
View ArticleRestore fails with Error 507: No valid backup sets found
This is the code SQL Backup 7 generates for a Scheduled Restore... DECLARE @exitcode int DECLARE @sqlerrorcode int EXECUTE master..sqlbackup '-SQL "RESTORE DATABASE [TCM] FROM DISK =...
View ArticleRE: Delay between backups on SQL Backup Pro
If it helps, the most common cause of the delay is when you:- backup a lot of databases using the BACKUP DATABASES syntax - to the same folder - and use the ERASEFILES option to delete older backup...
View Article