Viewing 15 posts - 31 through 45 (of 81 total)
Just finished the conversation with network engineer, he just changed the ip address of the cluster group to a different one saying the previous ip address was conflicting with some...
April 1, 2013 at 9:09 am
Perry,
I found this article but I am not sure what exactly he is referring to...
April 1, 2013 at 8:13 am
Event ID :1205
The Cluster service failed to bring clustered service or application 'Cluster Group' completely online or offline. One or more resources may be in a failed state. This may...
March 29, 2013 at 2:34 pm
We fixed the issue by updating the NIC drive.
March 23, 2013 at 8:05 pm
Try third party tools........like sentry or nagios alerts.
February 11, 2013 at 11:26 am
try sp_replrestart at publisher on the publication database.
February 11, 2013 at 8:20 am
while restoring the database cannot be accessed in log shipping. Peer to Peer replication just works perfectly over here.
February 6, 2013 at 8:55 am
any errors? Did you try to kick start them manually?
January 31, 2013 at 7:34 am
Probably used this query--
select
a.FILEID,
[FILE_SIZE_MB] =
convert(decimal(12,2),round(a.size/128.000,2)),
[SPACE_USED_MB] =
convert(decimal(12,2),round(fileproperty(a.name,'SpaceUsed')/128.000,2)),
[FREE_SPACE_MB] =
convert(decimal(12,2),round((a.size-fileproperty(a.name,'SpaceUsed'))/128.000,2)) ,
NAME = left(a.NAME,15),
FILENAME = left(a.FILENAME,30)
from
dbo.sysfiles a
December 17, 2012 at 10:31 am
How you are trying to remove the node?
November 27, 2012 at 11:20 am
we have third party tools which monitor these long running queries. Try to download the trial version.
July 6, 2012 at 12:14 pm
I am working on a new cluster from scratch.
June 29, 2012 at 5:47 am
Stupeo (6/28/2012)
In theory, the setup should be the same as far as the Windows cluster goes.
June 28, 2012 at 3:09 pm
GilaMonster (6/18/2012)
deep_kkumar (6/18/2012)
We had an issue with one of the log files grow out of proportion.
In that case, please read through this: http://www.sqlservercentral.com/articles/Transaction+Log/72488/
By repeatedly shrinking, you're addressing symptoms, not...
June 18, 2012 at 12:12 pm
Viewing 15 posts - 31 through 45 (of 81 total)