Viewing 15 posts - 53,716 through 53,730 (of 59,068 total)
Of course it'll slow down during the day... more locks present on the tables and the query must create an execution plan each time the app generates the code... it's...
December 6, 2007 at 12:05 am
Keep in mind that both the estimated and actual execution plans can lie like a rug... if you have any form of a loop in your code or, sometimes, a...
December 6, 2007 at 12:01 am
No, Not true. Table variables are NOT faster than TempTables. Are you saying that because you think table variables live only in memory or because you think temp...
December 5, 2007 at 11:53 pm
Ray,
First, I don't see any rows in your test data that look like the following:
'-20.000 EE 01 6060 3 997' output = -20.000 EE , it should be -20.000
'-20.000 01...
December 5, 2007 at 11:41 pm
If the 5 procs can be executed at the same time and you have multiple processors, I think the 5 procs running in parallel with win out over the single...
December 5, 2007 at 11:07 pm
First thing I'd try is to recompile all the views involved... could be you have a bad execution plan cached up somewhere.
I've run into this problem with "views of views"...
December 5, 2007 at 11:01 pm
Heh... sorry about that, but at least I got your attention....:D
I should have mentioned that I'm working on an article (may end up being two) that covers a high speed...
December 5, 2007 at 10:45 pm
Merry Christmas if you're Christian, happy holiday season if you're not.
Old quote from a magnet on my fridg... "The best things in life are not things". I've got my...
December 5, 2007 at 10:38 pm
Ummmm.... you didn't save a copy of the original report that worked?
December 5, 2007 at 10:27 pm
Not a problem... let us know either way after you try it? Thanks...
December 5, 2007 at 10:24 pm
Ray...
If, for some reason, you elect to go with the second form, you may also want to check out the following command as a possible source for your Insert...
EXECUTE...
December 5, 2007 at 10:22 pm
BTW....did u tied second statement....it should fail cause all data will go in first row/ first column only....over 8k bites it will fail
Prakash... did YOU try it? Your...
December 5, 2007 at 10:16 pm
Besides, I believe that the first script will probably blow the doors off the second script.
December 5, 2007 at 10:09 pm
You bet... thank you for the feedback.
December 5, 2007 at 10:04 pm
Viewing 15 posts - 53,716 through 53,730 (of 59,068 total)