Viewing 15 posts - 151 through 165 (of 185 total)
After you have updated the index. try the following
did you check the Density of the col?
Sounds like the index might not be using the Density is to large, therefore the...
August 20, 2010 at 10:49 am
sounds like you just want to finish setting up the cluster?
http://www.sql-server-performance.com/articles/clustering/cluster_sql_server_2005_p1.aspx
August 18, 2010 at 9:37 am
well..yes and no..Just started a new job and its a MESS
The cxpacket I know are caused by no indexes....I have 145 heap tables....not my design!!
I had I/O issues one...
August 18, 2010 at 8:29 am
Thanks again....I misspoke...
the article that you referred me to is the one that made since, I saw how they were broken up into the 3 areas and then it all...
August 17, 2010 at 9:09 am
Gail....THANKS a BUNCH!
I reread Bob Article and there I see IO latches and NON IO latches.... which is what a EX_Latch is (NON).
🙂
August 17, 2010 at 7:39 am
Thanks Gail!
after looking around for a while this was the best example I could find, but this seems to say it could be related to IO...the article you pointed out...
August 16, 2010 at 3:23 pm
Please follow Gail's recommendations and then we dont have to guess...
with the above requested info we can give you an answer very quickly
August 16, 2010 at 12:22 pm
Little tough trying to break it down since I dont know what each col does. this would be my best guess on table one....the sec table I am just leaving...
August 12, 2010 at 8:57 am
Peter,
Maybe a better way to handle this would be to normalize the design a little further?
If you think this could be a hot spot then maybe BCNF if not...
August 11, 2010 at 3:13 pm
sounds like you are heading the right directions.
In order to keep the dev at bay heres what we do..
set up Cluster 99.999% uptime.....
set up log shipping for DR to...
August 10, 2010 at 9:11 am
One last thought...maybe you need to look at Database mirroring.
You can this will allow you both high availability and the log shipping that you are looking for.
How to: Configure...
August 10, 2010 at 8:26 am
Is it possible to create a 2 node (active / passive) cluster where the SQL databases are not using shared storage. I have read a bit about using Node and...
August 10, 2010 at 7:58 am
On the Temp Db more then likely you will not need a spindle for each core. my guess is the SAN admin already has an array created and he will...
August 9, 2010 at 4:23 pm
On the Temp Db more then likely you will not need a spindle for each core. my guess is the SAN admin already has an array created and he will...
August 9, 2010 at 3:42 pm
One more reason I failed to mention, If you set up Log shipping after you set up the DR you have a place to fail over to when you need...
August 9, 2010 at 2:28 pm
Viewing 15 posts - 151 through 165 (of 185 total)