Viewing 15 posts - 61 through 75 (of 83 total)
So, it sounds like you are sharing physical san disks between 2 or more database servers. It is a possibility that there is contention on the drives there but in...
February 23, 2011 at 6:10 am
SQL Server is telling you that there is a problem somewhere in the I/O stack. Start with the I/O DMV's and also watch the server physical disks using windows perfmon.
February 22, 2011 at 5:53 pm
What is your specific error? Is it a setup related issue, or are you having problems keeping the databases syncronized ? Need more info, please.
February 22, 2011 at 5:47 pm
We share SAN drives (aggregate) for log and data. So, server1, server2 and server3 all have their data LUN's pointing to the same physical spindles. Same for log, where we...
February 22, 2011 at 5:44 pm
Thanks for the insight, Jeff. That further reinforces my preference for the native tools. I can deploy my backup/maintenance jobs in about 2 minutes. Hope all works out ok...
July 9, 2010 at 9:15 am
We have not purchased the software at this time. One of the reasons is that I fail to see the business value in it and was able to convince management...
July 8, 2010 at 11:26 am
We have been using Hyperbac for over a year with no issues. We have been very happy with it.
July 8, 2009 at 9:03 am
This code does not run - there are syntax errors.
October 15, 2008 at 7:24 am
One other comment, if you are going to sell tickets, you should have a "spouse" ticket available that gets them in the door but doesn't get them a shirt or...
May 15, 2008 at 6:13 am
I was there last year. I thought the party was very nice. Since I have already registered Early-bird, this also applies to me. I am willing to pay to attend...
May 15, 2008 at 5:59 am
April 25, 2008 at 9:21 am
It's much easier to configure security the 1st time using the GUI (Mirroring Wizard). Right click on your DB, then select Tasks > Mirror... Then click the "Configure Security"...
April 22, 2008 at 8:18 am
You must first setup the endpoints, then assign correct security on them. Sounds like you have network connectivity issues or something is not configured right. Please see the troubleshooting slides...
April 22, 2008 at 6:13 am
Hi,
To query the system monitor counters directly (which is what the stored procedures do) try this:
SELECT * FROM sys.dm_os_performance_counters
WHERE OBJECT_NAME = 'SQLServer:Database Mirroring'
Thanks, Craig
March 20, 2008 at 6:09 am
I would also suggest you verify both versions of SQL are the same. Setting up mirroring using T-SQL doesn't tell you the error if you try this. You have to...
March 20, 2008 at 5:48 am
Viewing 15 posts - 61 through 75 (of 83 total)