Viewing 15 posts - 6,691 through 6,705 (of 9,253 total)
Failover is not just associated to the heartbeat. The Public connection is also taken into account. If the public NIC is not responding communications with Live applications will be unavailable...
September 1, 2011 at 5:26 am
if the agents don't exist they must have been removed. I personally would attempt to clean them up using the stored procedure.
September 1, 2011 at 5:15 am
SQL Server creates a clustered index by default on the PK, but its not necessarily the best it depends on the design of your tables. Each scenario is different
September 1, 2011 at 5:13 am
Jeffrey Williams-493691 (8/31/2011)
September 1, 2011 at 3:50 am
have you tried clearing them anyway
September 1, 2011 at 3:48 am
harita (8/31/2011)
perry,but there are some scripts i guess i saw some people doing it
If you want to concoct your own scripted LS process that would be viable, either way the...
September 1, 2011 at 3:13 am
Adrian Smith-294236 (9/1/2011)
I have a maintenance plan that deletes backup histories
That wont cleanup the LS agent histories. The following stored procedure is used to cleanup agent history based on the...
September 1, 2011 at 3:03 am
what steps are you taking to prune history?
September 1, 2011 at 2:56 am
BigSam (8/31/2011)
I followed the information in Microsft's guide
http://msdn.microsoft.com/en-us/library/ms191295.aspx
I've upgraded the passive node to R2, but...
September 1, 2011 at 2:53 am
More importantly the OP hasn't provided details of the storage on the stand alone server which i'm asuming is using local disks unless told otherwise
September 1, 2011 at 2:47 am
Could you execute the following and return the results for disk6
wmic partition get BlockSize, StartingOffset, Name, Index, type, primarypartition
robster (8/31/2011)
September 1, 2011 at 2:23 am
Do you have the diskpart commands to create the new partitions
August 31, 2011 at 5:30 pm
Sql server 2000 standard does not support log shipping!
August 31, 2011 at 2:33 pm
What edition is your SQL 2000 instance?
August 31, 2011 at 2:18 pm
Ok but if you log ship between 2000 and 2008 the database can only be in restoring mode!!!
August 31, 2011 at 2:09 pm
Viewing 15 posts - 6,691 through 6,705 (of 9,253 total)