Viewing 15 posts - 3,511 through 3,525 (of 4,745 total)
undoing it when you had it working might have been shooting yourself in the foot. run
alter database dbname set partner off
to remove all traves of mirroring and try...
July 1, 2009 at 8:24 am
have you tried setting up endpoints via the GUI?
check ports are not in use by any other process
July 1, 2009 at 8:13 am
restore database dbname with recovery
brings a database online again, but did you actually want to know how to failover a mirrored database?
July 1, 2009 at 6:59 am
rambilla4 (7/1/2009)
1.Is it legal to use developer edition of sql server 2005 for monitoring purpose in production environment?
yes, because its not supporting a production application itself.
2.Can we use the same...
July 1, 2009 at 3:35 am
rambilla4 (6/30/2009)
We just building a Virtual machine with only...
June 30, 2009 at 3:35 pm
Ivanna thats what I would do. If it aint broke don't fix it..
I think you only need to be concerned if database recovery time at server restart seems slow, or...
June 30, 2009 at 3:07 pm
p.s. logshipping monitoring locally has no performance hit. very small amount of activity in msdb but that's on a seperate drive right? 🙂
June 30, 2009 at 2:47 pm
Well I do survive without a monitor server myself and I don't think I would ever bother with one.
Microsoft would say that as log-shipping is controlled via SQLAgent jobs all...
June 30, 2009 at 2:44 pm
rambilla4 (6/30/2009)
Hi,We are ready to configure log shipping in SQL Server 2005.
Couple of questions:
1.Can we use a Virtual server for Monitoring Log shipping of Production databases?
If you mean wmware...
June 30, 2009 at 10:56 am
Also:
ssismaddy: at this stage I am required to use the maintenance plans supplied by the vendor - so all tables will be reindexed whether fragmented or not.
why? Vendors can...
June 30, 2009 at 7:32 am
As the database is mirrored FULL recovery mode is the only allowed option.
Ivanna, If you want to reduce your number of virtual logs wait for a quite time. shrink the...
June 30, 2009 at 7:28 am
If they are not changing often I would do this manually, run sp_help_revlogin and edit the output to only include the logins you want, then load them in.
June 30, 2009 at 4:13 am
tnk (6/29/2009)
June 30, 2009 at 4:08 am
June 29, 2009 at 4:49 pm
IF you have updated the secondary whilst it was online you will have to back it up and then restore it from that same backup with norecovery.
copy the same backup...
June 29, 2009 at 4:41 pm
Viewing 15 posts - 3,511 through 3,525 (of 4,745 total)