Viewing 15 posts - 6,841 through 6,855 (of 9,253 total)
August 15, 2011 at 6:27 am
please supply more info on the server setups such as windows os version, number of cluster nodes and any NIC assignments
August 15, 2011 at 4:00 am
it's probably easier to stop the log shipping and remove the secondary database. Sort out the disk space and file locations and then re initialise the secondary database
August 14, 2011 at 8:15 am
what events do you see in the application event log when trying to start the agent service normally
August 14, 2011 at 7:44 am
mazzz
i'm not clear, are you adding a node to an existing clustered instance or creating a new clustered instance?
August 14, 2011 at 6:38 am
chris.mcgowan (8/12/2011)
To make the secondary log shipping instance 'online' and accesible you need to restore a transaction log with recovery.
you do not need to specifically restore a transaction log,...
August 14, 2011 at 6:23 am
jprovines
please execute the following against the primary server
use master
exec sp_help_log_shipping_primary_database @database = 'yourdb'
and this against the secondary
use master
exec sp_help_log_shipping_secondary_database @secondary_database = 'yourdb'
Post the results for both these!
August 14, 2011 at 3:34 am
Thank you all for your feedback. I created this article as to me it seems the DBA is always an afterthought in most organisations.
"oh he\she only looks after the...
August 12, 2011 at 10:05 am
ss-457805 (8/12/2011)
great articles Perry. Have added to my favourites :-). Keep up the good work.
thank you, i appreciate your feedback
August 12, 2011 at 3:35 am
Thank you, combine all 3 parts and you have all you need to create a cluster testbed from scratch
August 12, 2011 at 12:56 am
please execute the following against your log shipped secondary database and post back the results
exec sp_help_log_shipping_secondary_database @secondary_database = 'secondary_database'
August 10, 2011 at 10:04 am
Execute the script below against your production database server under the context of the database for which you wish to export users and the resulting script output will form the...
August 8, 2011 at 1:58 pm
Ninja's_RGR'us (8/6/2011)
Perry Whittle (8/6/2011)
Ninja's_RGR'us (8/5/2011)
I say "then" because between all 5 of us we probably close 100-150 threads / day and we pretty much cover 24 / 7.
You...
August 8, 2011 at 12:23 pm
Ninja's_RGR'us (8/5/2011)
I say "then" because between all 5 of us we probably close 100-150 threads / day and we pretty much cover 24 / 7.
You should be looking...
August 6, 2011 at 8:04 am
Are you using MS iSCSI initiator?
If so do not use teaming for these NICs use the initiator policies for fail over or load balancing
August 6, 2011 at 5:56 am
Viewing 15 posts - 6,841 through 6,855 (of 9,253 total)