Viewing 15 posts - 61 through 75 (of 463 total)
It looks pretty good. There are a few other areas that you may want to investigate:
1) The bad data could still be in server memory - reboot the server?
2)...
February 3, 2010 at 8:50 am
So what exactly are you trying to protect against? Is securing the application, SQL Server, drives, backups, network traffic (and don't forget the information could also reside in server...
February 2, 2010 at 10:52 pm
I believe that I've seen this before; are you using the wizard to create a script? In my case the script was incorrect and I had to step through...
November 25, 2009 at 11:35 pm
1) Point it to the principal. If you want the benefits of automatic failover in the app then use the native client and set the connection string failover partner...
November 11, 2009 at 9:43 pm
I think you may be referring to replication snapshots or a database backup/restore solution. I would take one of these approaches:
a) try and run a query on the principal...
November 10, 2009 at 8:20 am
Think this is what you are looking for :
http://www.microsoft.com/learning/en/us/certification/cert-overview.aspx#tab5
November 9, 2009 at 12:36 pm
Sander A. (11/9/2009)
Besides: There is 40gyg of memory available, so most of the data will be in memory.
It will if it has been loaded in previously and not unloaded, otherwise...
November 9, 2009 at 12:33 pm
I'm a little confused by your post - are you talking about database snapshots rather than snapshot replication or some other copy? If so, how can you run off...
November 9, 2009 at 12:28 pm
It might be an issue with processor scheduling on the hypervisor, it depends on how your resources are configured.
November 6, 2009 at 11:04 am
It looks fine - are you using the SQL Native Client? I don't know if any other ODBC/OLE drivers support failover partner.
November 2, 2009 at 10:04 pm
CXPACKET waits are only going to apply with parallelism; you should have less issues with a lower number. If you want to reduce the waits then you reduce the...
October 29, 2009 at 3:59 pm
I suspect you need to drop your MAXDOP significantly lower that 12 to see any real difference, but be aware that you could adversely affect some of your queries by...
October 29, 2009 at 11:12 am
I'm not aware of any way to get around this based on your circumstances. Did you check the wait stats / perfmon to identify the limiting factor? Assuming...
October 29, 2009 at 11:01 am
Silverfox (10/28/2009)
October 28, 2009 at 9:29 pm
Viewing 15 posts - 61 through 75 (of 463 total)