Viewing 15 posts - 1,201 through 1,215 (of 3,738 total)
I noticed that the Server_ID had a value of 1.
I did some research and found that when this happend you should drop the Server.
Then all it with a local argument:
sp_addserver...
August 29, 2012 at 11:39 am
SQLKnowItAll (8/21/2012)
Welsh Corgi (8/20/2012)
Grant Fritchey (8/20/2012)
Since it's backing up with NOINIT, it's likely putting one backup on top of another. You may not be seeing the right backup.
Thanks. I guess...
August 21, 2012 at 12:58 pm
Grant Fritchey (8/20/2012)
Since it's backing up with NOINIT, it's likely putting one backup on top of another. You may not be seeing the right backup.
Thanks. I guess I have to...
August 20, 2012 at 3:45 pm
I found this Script. I had two backups at 8:08:22 and 8:08:55.
The other script return one at 8:08 AM.
I was backing up a lot of Databases developing SSIS Packages and...
August 20, 2012 at 12:44 pm
I just did a complete backup followed by a Differential Backup and restored both without issue.
It is almost as if sometning got backed up by that outside vendor with a...
August 20, 2012 at 12:23 pm
here is the code from the Maintenance Plan.
I noticed that it is set to NOINIT and I do see an option where you can set that.
I'm not sure about the...
August 20, 2012 at 12:20 pm
I'm backing up from SQL Server 2005 32bit and I'm restoring to SQL Server 2008 R2 64 bit.
I have not attempted to restore all 24 database but of the 6...
August 20, 2012 at 10:59 am
Grant Fritchey (8/20/2012)
August 20, 2012 at 10:46 am
BASSISControlCTLDifferential0 Seconds2012-08-20 09:59:03.000
BASSISControlCTLDifferential0 Seconds2012-08-20 07:46:09.000
BASSISControlCTLFull0 Seconds2012-08-17 08:08:55.000
I tried it with the first differential backup. Then I performed another differential backup and tried applying the second differential.
August 20, 2012 at 8:57 am
anthony.green (8/20/2012)
The diff backups in question are not "copy only" backups are they?Is_copy_only from msdb.dbo.backupset
They are not copy only they are full and differential backups.
What do you mean by Is_copy_only...
August 20, 2012 at 8:32 am
I just tried restoing two more database from differntial backups, the first worked the second did not.
August 20, 2012 at 8:24 am
SQLKnowItAll (8/20/2012)
Welsh Corgi (8/19/2012)
I recently upgraded the Production Server from Standard to Enterprise.
When the paperwork was submitted I...
August 20, 2012 at 8:06 am
I have a DEV/QA Server with SQL Server 2008 R2 x64 Standard Edition.
I recently upgraded the Production Server from Standard to Enterprise.
When the paperwork was submitted I questioned the licensing...
August 19, 2012 at 7:45 pm
Steve Jones - SSC Editor (8/18/2012)
GilaMonster (8/18/2012)
Do the restore WITH NORECOVERY. The only options allowed when upgrading are WITH RECOVERY or WITH NORECOVERY.
+1
Whether using script or the GUI, use norecovery.
You...
August 18, 2012 at 1:27 pm
GilaMonster (8/18/2012)
Do the restore WITH NORECOVERY. The only options allowed when upgrading are WITH RECOVERY or WITH NORECOVERY.
Thank you Gail!:-)
August 18, 2012 at 12:28 pm
Viewing 15 posts - 1,201 through 1,215 (of 3,738 total)