Viewing 15 posts - 3,706 through 3,720 (of 4,745 total)
AAkula (4/29/2009)
We have any good White paper/Article on Configuring Log Shipping In SQL Server 2005?
google log shipping.
You say you restored the database in norecovery mode but it is now in...
April 30, 2009 at 3:34 am
are you not able to recreate the same directory structure on the target server as the original server?
Why do you want to restore the master to a different server?
April 30, 2009 at 3:26 am
please post the exact error from the restore job.
Is it claiming LSN is out of sequence? Are all the log backups in the share AFTER the full backup you used...
April 29, 2009 at 3:32 pm
If you are going to restore the master database to another server the directory structure should match. does the directory where tempdb is expected to be exist?
the location of the...
April 29, 2009 at 6:54 am
is the subscriber updateable? Thinking you might need sp_link_publication, but not definite.
April 29, 2009 at 6:40 am
nice spot. Maybe steve's advertising campaign is paying off and it should read 10,780,000 🙂
April 29, 2009 at 6:30 am
so long as you enter the correct database name that code should work fine.
April 28, 2009 at 4:10 am
not sure if you want size of the database files or the backup size, but this thread provides a query (see post by sergiy) that returns both for all databases...
April 27, 2009 at 1:13 pm
Thanks guys, worked a treat. Sergiy you were right about the inner join.
April 27, 2009 at 1:04 pm
george sibbald (4/27/2009)
as...
April 27, 2009 at 12:52 pm
yes, kill will rollback the transaction. Proof if that is Use kill with the statusonly clause will tell you how rollback is progressing if it takes a while.
as for locking...
April 27, 2009 at 9:13 am
I don't know about CU3 for SP3 in particular, though CUs quite often don't.
In either case the installation will tell you if a reboot is going to be necessary anyway...
April 27, 2009 at 7:18 am
the 'with rollback immediate ' is tellin the database engine to alter the state of the database despite people being connected to it (without this clause it would fail if...
April 27, 2009 at 7:10 am
nice work barry, you must have slaved other this. You should make a book out of all the chapters once you are done, as Lynn said it would become required...
April 27, 2009 at 6:37 am
cheers guys, appreciate it. I get it, get all the databases from sysdatabases first by not excluding in the where clause, rather add another join to get just the latest...
April 27, 2009 at 3:15 am
Viewing 15 posts - 3,706 through 3,720 (of 4,745 total)