Viewing 15 posts - 4,066 through 4,080 (of 9,253 total)
As George said have you checked the resource dependencies in the cluster group\application?
June 21, 2013 at 12:17 am
you could take a diff and use the 6 day old full with logs
June 20, 2013 at 10:17 am
Learner44 (6/19/2013)
RESTORE DATABASE Encry2
FROM DISK = N'D:\SQL2008R2DB\MSSQL10_50.SQL2008R2\MSSQL\Backup\TDEPost.bak'
WITH FILE = 1,
MOVE N'mydb' TO N'D:\SQL2008R2DB\MSSQL10_50.SQL2008R2\MSSQL\Backup\TDEPost.mdf',
...
June 20, 2013 at 4:09 am
Elliott Whitlow (6/19/2013)
June 20, 2013 at 3:40 am
With the clustered ip resource offline try an RDP connection to the IP address 😉
June 17, 2013 at 10:06 am
I use a logon trigger for situations similar to this
June 14, 2013 at 12:12 am
SQLKnowItAll (6/12/2013)
And what if the reason for this is to upgrade OS
Highly unlikely don't know of many shops that upgrade to datacenter from enterprise
SQLKnowItAll (6/12/2013)
or SQL?
you don't need to...
June 13, 2013 at 8:02 am
No problem we're all here to help one another
June 12, 2013 at 11:04 pm
It's pretty simple, build your new cluster alongside the existing and migrate the objects as required (databases, logins, jobs, linked servers, etc)
June 12, 2013 at 1:15 am
hydbadrose (6/11/2013)
I have to rebuild the clusters so the plan is i have to move the sql databases to a new temporary server and rebuild these servers...
June 12, 2013 at 12:34 am
So you've had a failover then, do you want to fail it back?
June 12, 2013 at 12:25 am
Check the event logs for further info as to why the resource will not come online.
June 11, 2013 at 1:45 pm
can you provide more detail on your storage subsystem?
I'm guessing the files with slow I\O are not on local disks 😉
June 11, 2013 at 11:28 am
You have your topology slightly skewed. The witness does not hold mirrored databases, that's the mirror instance that holds them.
The witness is a third instance that provides quorum in the...
June 11, 2013 at 9:30 am
I explain it all in the 2 resources I wrote 😉
You might want to read them.
June 11, 2013 at 9:14 am
Viewing 15 posts - 4,066 through 4,080 (of 9,253 total)