Viewing 15 posts - 55,171 through 55,185 (of 59,078 total)
You really want to get good at performance tuning? Start answering questions on this forum
And learn how to make millions of...
September 6, 2007 at 7:47 am
Tim,
Thanks for letting my "rant" in... I don't know if we can help you with that nasty cursor, but if it's not hundreds of lines long, maybe you should post...
September 6, 2007 at 7:40 am
Tim,
This isn't going to help you a bit... I just want to make a point to any others that may read this because it's been an ongoing battle on this...
September 6, 2007 at 7:37 am
Ok... let's stop pussyfooting around... your original post, with the correct indexes on the columns, runs as fast with the Order By as without... it screams.
Now you throw the curve...
September 6, 2007 at 7:15 am
The limits in SQL Server 2000 are a bit bigger than that (from BOL)...
ntext
Variable-length Unicode data with a maximum length of 230 - 1 (1,073,741,823) characters. Storage size, in...
September 6, 2007 at 6:52 am
You're still missing the point... you provided certain base data in your original post and an output sample that cannot be...
I'm just asking for you to provide the correct output...
September 6, 2007 at 6:49 am
Your database is "case sensitive"?????
September 6, 2007 at 6:45 am
Passing any parameters to the sproc? If you are, post the code so we can take a peek for ya...
September 5, 2007 at 10:13 pm
You're simply trying to do too much at once in each section... you must "Divide and Conquer" if you expect to get any performance out of this.
First thing I notice...
September 5, 2007 at 9:00 pm
If that is what you must do, then the TEXT datatype is certainly one way to go.
To see if the Standard Edition will create a table with multiple text columns,...
September 5, 2007 at 6:56 pm
Sure, Karthik... let's answer question #2 first...
'dtProperties' is a special table used by things like the "Visual Database Design Tools". It even has to be modified if you want to...
September 5, 2007 at 5:26 pm
Josef,
Need a couple of things from you...
September 5, 2007 at 4:49 pm
Viewing 15 posts - 55,171 through 55,185 (of 59,078 total)