Viewing 15 posts - 4,711 through 4,725 (of 4,745 total)
Colin, thanks for your info.
I see no reason why you cannot switch from mirroring to log shipping, using the process you describe.
---------------------------------------------------------------------
May 24, 2007 at 4:18 am
thanks guys, good to have that confirmed.
cheers
george
---------------------------------------------------------------------
May 24, 2007 at 4:13 am
Colin, are you saying you would want to start the mirror database as the standby database iin a log shipping set up? I guess if you were 100% certain databases...
---------------------------------------------------------------------
May 22, 2007 at 6:15 am
this sounds familiar but struggling to remember details (not had problem myself but have read web articles). I think it is due to the system stored proc that lists the...
---------------------------------------------------------------------
May 16, 2007 at 2:56 am
or there is also dbcc inputbuffer(spid)
---------------------------------------------------------------------
May 15, 2007 at 6:29 am
I presume SQL service is running under local system account? NT Authority\system is this account. various sql background services will run under this account (inc. SQLAgent)
---------------------------------------------------------------------
May 14, 2007 at 2:19 am
Bill, it is perfectly ok to take full backups whenever you want of your logshipped database, all the full backup does is put an entry in the log that a...
---------------------------------------------------------------------
May 14, 2007 at 2:11 am
guys, thanks for the replies. I have a good idea of the i/o patterns from the current live server and am configuring sqlio using these figures. When we have an...
---------------------------------------------------------------------
May 9, 2007 at 3:50 am
ok I have sussed it out. sqlio does create the file and expand it to size specified. A problem for me as this is the first server connected to SAN...
---------------------------------------------------------------------
May 7, 2007 at 9:40 am
table master..sysprocesses is the place to look to see what info you have on each connection. column net_address will give the mac address user connected from so that might be...
---------------------------------------------------------------------
May 7, 2007 at 9:36 am
Hi,
expanding on the above it is the testile that I am not sure about (mostly). Do I just specify which path to put the testfile on and SQLio creates and...
---------------------------------------------------------------------
May 2, 2007 at 9:34 am
also, yes you can logship to multiple standby servers
---------------------------------------------------------------------
April 27, 2007 at 4:18 am
I do not think this scenario of A loghip to B, B replicate to C is going to work. You need to logship from A to B, and replicate from...
---------------------------------------------------------------------
April 27, 2007 at 4:16 am
correct. though new server has the users, they are defined in the app databases, just does not have logins , which are defined in master. So you can go ahead...
---------------------------------------------------------------------
April 27, 2007 at 4:09 am
sorry, as soon as you take the standby database out of standby mode, you have to reinitialise log shipping by restoring a full database backup in norecovery or standby mode,...
---------------------------------------------------------------------
April 26, 2007 at 3:53 am
Viewing 15 posts - 4,711 through 4,725 (of 4,745 total)