Viewing 15 posts - 226 through 240 (of 931 total)
Did you set up the linked server on SQL Server 2000 successfully?
November 4, 2011 at 10:29 am
Mattrick (11/4/2011)
I am not sure I agree that the Witness is not applicable, though. According to Microsoft's documentation, you can setup a witness in High Performance...
November 4, 2011 at 8:17 am
danskisanjar (11/3/2011)
November 4, 2011 at 6:50 am
Please check the triggers section from this
November 3, 2011 at 10:56 am
You can use this query
"SELECT * FROM sys.dm_os_cluster_nodes"
As per books online, "This view returns a row for each node in the failover cluster instance configuration. If the current instance...
November 3, 2011 at 5:57 am
Thank you Steve, you have made a complex scenario simple to understand. I have saved this article in briefcase, never know when I may need it 🙂
November 3, 2011 at 5:53 am
If replication is involved, do not use detach\attach method. You would have to drop replication entirely in order to detach whereas by using 'ALTER DATABASE MODIFY FILE' option you don't...
November 3, 2011 at 5:31 am
Mirroring is at the database level only unlike clustering. I guess you are already aware of this. Regarding the mirroring mode, if you are looking for automatic failover you would...
October 31, 2011 at 3:51 am
Today I was able to successfully complete all the 3 parts of this series. This was a great learning experience for me as I got the chance to build a...
October 30, 2011 at 9:05 am
william-375754 (10/28/2011)
October 28, 2011 at 10:28 am
Thanks Yusuf, very useful information, I've stored it in briefcase.
October 28, 2011 at 3:37 am
Viewing 15 posts - 226 through 240 (of 931 total)