Viewing 10 posts - 1 through 10 (of 10 total)
The DNS alias points to the virtual clustered server name. Our DR server is also clustered, has its own virtual name. The DR databases are kept in sync...
May 7, 2015 at 2:37 pm
Forgot to mention, this is on a SQL Server 2008 SP4 environment, running Windows 2008 R2.
We're failing over from the DR site back to production tomorrow afternoon, at...
May 7, 2015 at 2:12 pm
We found that pausing SQL using administrative tools/services worked OK. Not sure why this work around is required.
May 7, 2015 at 2:04 pm
Good article, thanks. Have done this a number of times over the years. One additional step we always take is to reboot the server afterwards. Not sure...
May 16, 2013 at 7:37 am
We just added the proc below to master, works like a charm:
CREATE PROCEDURE [dbo].[sp_PageClusterHostname]
AS
DECLARE @p_hostname VARCHAR(500)
DECLARE @v_hostname VARCHAR(500)
DECLARE @STR VARCHAR(1000)
SELECT @v_hostname = @@ServerName + ' SQL Server Restarted'
SELECT...
October 6, 2011 at 1:19 pm
Now I can see them - I'm further enlightened now. Thanks.
November 10, 2010 at 8:06 am
The images are also not showing up for me, either. When I hover, it says 'screenshot' or 'query extract', but a lot of blank spaces in this article.
November 10, 2010 at 7:27 am
Thanks for the great article, Brad.
We've been using SQLdm for a number of years, we like it a lot. The History Browser is handy, too.
And we DBAs...
October 6, 2010 at 4:25 pm
Neat concept, but did you consider that since you've added a linked server to connect to your 2005 instance, anyone with a login on the 2000 instance now can access...
March 16, 2010 at 9:29 am
Interesting concept, thanks for an eye opening article. However, as a fan of the 'Keep it Simple' club, I'd prefer not to have to configure & keep updated all...
June 17, 2009 at 12:56 pm
Viewing 10 posts - 1 through 10 (of 10 total)