Viewing 15 posts - 61 through 75 (of 287 total)
Henrik,
About those 3K byte rows:
If you have one or more BLOB columns, or simply some very wide columns, and if the columns are rarely or never used in searches,...
February 27, 2015 at 10:06 am
Oops. My post was inadvertently submitted twice. See the next post for my reply.
Gail
February 27, 2015 at 9:48 am
Henrik,
Logical fragmentation means that your data is not in the expected logical sequence in each data page. This is generally not the most efficient way to store data.
Yes, it...
February 26, 2015 at 8:08 pm
Because a value of 5 tends to cause the parallelization of many/most queries which will interfere with the efficiency of your OLTP environment by not having enough CPU cores readily...
July 17, 2014 at 1:07 pm
Wow! What a script!
I took the time to carefully research the OLE object creation, method, and property get calls. You did a LOT of research to get this under the...
June 24, 2014 at 4:53 pm
I sometimes see criticism of posting on old threads. I think the criticism is misplaced.
Good information is never antiquated.
April 24, 2014 at 7:33 am
Thanks, Sean. I had already read that and many other posts on the subject.
My original purpose was to alter the "sp_updatestats" stored procedure reduce the sensitivity to data changes...
June 25, 2013 at 1:23 pm
I apologize for taking so long to respond. I finally had a conversation with Dell-Compellent on the subject of this post.
My email to my management summarizing the conversation follows:
_______________________
I...
April 23, 2013 at 2:23 pm
I apologize for taking so long to respond. I finally had a conversation with Dell-Compellent on the subject of this post.
My email to my management summarizing the conversation follows:
_______________________
I...
April 23, 2013 at 2:18 pm
Thanks for the advice, Jamie.
I've fallen back to my original READCOMMITTED transaction isolation level. It should work. I don't know why it appears not to.
As you suggested, I experimented...
February 20, 2013 at 4:23 pm
I substituted a TempDB table for the TABLE variable. No change.
February 19, 2013 at 2:08 pm
jvkondapalli,
I am archiving data. Currently, the AUDITMSG table contains 17,303,002 rows. The OLDAUDIT table contains 69,227,085 rows. The tables are not partitioned but use different file groups. The data...
February 19, 2013 at 12:29 pm
HunterJ (2/18/2013)
In what isolation level is the query that checks the results running? Do you have Read Committed Snapshot on?
Also, have you considered using the DELETE...OUTPUT clause to...
February 18, 2013 at 6:39 pm
TheSQLGuru (9/20/2012)
Please don't post to 2 year old threads.
Why not? If the information people post is useful, what does the age of the thread have to do with anything?
When I...
January 21, 2013 at 12:26 pm
Thank you all for your responses.
I've been really busy in my new job. I haven't had the time to contact our SAN vendor, Dell-Compellent, and review the situation and/or...
January 18, 2013 at 7:46 pm
Viewing 15 posts - 61 through 75 (of 287 total)