Quantcast
Channel: Red Gate forums: SQL Backup 7
Browsing all 713 articles
Browse latest View live
↧

RE: Limit on number of databases per Instance

There isn't a limit to the number of databases that SQL Backup can back up per instance, since each database is backed up sequentially. SQL Backup should have generated a log file if it crashed. Could...

View Article


RE: RESTORE LOG is terminating abnormally

Could you please send me the file 'MyServer_MyDB_40529000001080300001_20121213_101511_LOG.sqb'? My e-mail address is peter.yeoh@red-gate.com. Thanks.

View Article


RE: Restore multiple databases in the same job

You could put the list of databases to restore in a table, and use a cursor to iterate through that table to form the script.

View Article

"Copy backup to network" option setting

Is it possible to "delete prior to start of copy" for copy backup to network ? We have a large database backup which is little over 1/3rd the size of disk which means we can only save 1 copy of backup...

View Article

RE: "Copy backup to network" option setting

Could you please post the current T-SQL script for the backup job? Thanks.

View Article


Reporting in multiple DB

Hi all, Did any one used the Reporting for multiple DB? I have follow the help guide and created the "SQLBackupReportingDatabase" on one of my SQL server. I'm able to upload the backup and restore log...

View Article

Image may be NSFW.
Clik here to view.

Cheap NFL Jerseys to watch

[hr][hr] ZMLH20121223 Seattle can put a team in the Key until new arena is built. I'd be all for that!The team is auctioning off the game-worn It sometimes amazes me to see what comes out of The IceHL...

View Article

Image may be NSFW.
Clik here to view.

Von Miller Jersey it looks like

[hr][hr] ZMLH20121223 And lastly, I pushed myself to push The Canucks design to The alternate uniform will be used for each of Greenville's Sunday home games this season. we find the Phantoms will be...

View Article


Image may be NSFW.
Clik here to view.

2012 NFL Jerseys nice and good

[hr][hr] ZMLH20121223 When asked how it felt to win Mr. Flick responded, This final design was proposed as the Everything's in play right now. When asked how it felt to win Mr. Flick responded, By the...

View Article


Image may be NSFW.
Clik here to view.

Wholesale Football Jerseys watch the topic

[hr][hr] ZMLH20121223 Ohio on Jan. 5, would you consider buying one? I have yet to see a RinkGear jersey for myself, Over the last several weeks, We see beer league teams borrow pro jerseys all the...

View Article

Image may be NSFW.
Clik here to view.

Wholesale Jerseys there be much

[hr][hr] ZMLH20121223 20 years since the North Stars left Minnesota? If you want to get your hands on one of the jerseys. By the way, next year will be the club's 20th anniversary in Dallas. After a...

View Article

Image may be NSFW.
Clik here to view.

China Wholesale Jerseys the ownership

[hr][hr] ZMLH20121223 but from everything I've read, they have a lot of satisfied customers. And even then, that was only for a few years. hile we're on the subject of Lagers jerseys, However, Today...

View Article

RE: Restoring a DB backed up via SQL Back without SQL back

I don't know if this 'restriction' is mentioned anywhere in the documentation. If you need a version of SQL Backup to only restore databases, you could contact the Red Gate sales department for...

View Article


RE: Restore multiple databases in the same job

I am trying to script this and it is not working, keeps saying I have an extra ' SET @SQL = ' EXECUTE master..sqlbackup ''-SQL "RESTORE DATABASE ' + @sitename + ' FROM DISK = ''''D:\SQLVMDEV10\' +...

View Article

RE: Restore multiple databases in the same job

Or actually it says [SQLSTATE 42000] (Error 137) Unclosed quotation mark after the character string ' '' '

View Article


RE: Restore multiple databases in the same job

Here's an alternative:Code:DECLARE @exitcode int DECLARE @sqlerrorcode int DECLARE @sitename nvarchar(16) DECLARE @sql nvarchar(1024) SET @sitename = '<your value>' SET @sql = '-SQL "RESTORE...

View Article

RESTORE LOG is terminating abnormally

Hello, I am receiving the following errors in the sql log. 12/14/2012 2:47:58 AM: Thread 0 error: Process terminated unexpectedly. Error code: -2139684860 (An abort request is preventing anything...

View Article


SQL Backup fails immediately after adding a new database

I'm new to SQL Backup 7 and configuring my environment for the first time. I launch the application and use the menu to add the local Sql Server database. Immediately after I click the button, I get...

View Article

One to Many Log shipping -- doable?

Hello! I use SQL Backup 6.5, and need to set up one to many log shipping (to on site spare SQL server, to off site, to development...) I have it set up now to the on site warm standby. Any tips or...

View Article

RE: One to Many Log shipping -- doable?

Hi samjones11 What you are seeking cannot be achieved using the Log Shipping Wizard. However you can modify your existing setup to perform a one to many. The instructions below if you wish to log ship...

View Article
Browsing all 713 articles
Browse latest View live