Viewing 15 posts - 16 through 30 (of 169 total)
This is not a hypothetical query. Each COL represents a real column in a real table and I posted my real execution plan.
I will not divulge the column or...
March 12, 2013 at 11:18 am
My query is structured like this:
SELECT
COLMAIN_ID, COL1, COL2, COL3, COL4,
COL5, COL6, COL7, COL8, COL9,
COLText_10, COL11, COL12, COL13, COL14,
COL15, COL16, COL17_PK, COL18, COL19, COL20,...
March 12, 2013 at 11:08 am
Thanks for your reply 🙂
And, you're right, making it a full-text index is irrelevant for this query.
I can't change the data type unfortunately, other ideas are welcome!
Thanks again
March 12, 2013 at 10:47 am
Would my only option be to create a Full Text index on the table?
Disrgard - this is irrelevant to the query.
March 12, 2013 at 9:49 am
Thanks! I checked this (I have to admit I never paid much attention to that window), it was set to <default>
But, I figured out my problem.
The problem was that...
November 2, 2012 at 12:36 pm
I apologize, where do I find option #2?
Other logins with their default database as master work fine but even when I drop and recreate the login in question I continue...
November 2, 2012 at 11:44 am
Steve, that is another very excellent point!
I really appreciate everyone's feedback - and you're right, it is silly, and now I feel better about making my case 😀
Its times...
November 1, 2012 at 9:55 am
That's a good point. I am not sure if it costs us in productivity or not, I will definately bring that up though!
Thanks!
November 1, 2012 at 9:26 am
That is a great question!
The data isn't static so the database is unavailable during the process which in the latest case will amount to a few hours of one business...
November 1, 2012 at 8:54 am
What section of the code are you asking about in regards to the select * from ..sysprocesses? Sorry just want to be sure I give you the right feedback 😎
Thanks!
Sandy
June 5, 2012 at 9:37 am
So glad you found it useful! Yes, sorry sometimes when you post the scripts it doesn' print out quite right. I am in a mixed environment so sometimes I get...
June 4, 2012 at 3:59 pm
Thank you friends for your input, it is much appreciated and interesting to hear what others are doing in this area.
I will take your ideas along with a few of...
May 31, 2012 at 6:45 am
Perfect! Thank you for the explanation, that makes total sense and I don't know why I didnt see it, doh me!
Ok, wish me luck with the vendor..
Thanks again,
Sandy
January 4, 2012 at 12:54 pm
Thanks Gail, I will email them with your suggestion.
Out of wanting to understand, how is it that this will not cause a deadlock, sorry if that's a loaded question lol
Sandy
January 4, 2012 at 11:10 am
boy that's a nasty txt file, sorry bout that 🙁
perhaps you are on to something with the serializable isolation level
I am going to talk with the developers at the vendor...
January 4, 2012 at 10:41 am
Viewing 15 posts - 16 through 30 (of 169 total)