Viewing 15 posts - 53,716 through 53,730 (of 59,065 total)
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
Whether I agree with bit-masking in SQL Server or not, I enjoyed the article. Thanks.
December 5, 2007 at 5:01 pm
I'm looking for a way to check for a view or table and if it is there, do nothing, if it is not there create it. Typically there is the...
December 5, 2007 at 4:40 pm
Have you actually tried that and gotten it to work?
Besides, if you're gonna take the time to define a table variable, you might just skip that step and...
December 5, 2007 at 6:12 am
Viewing 15 posts - 53,716 through 53,730 (of 59,065 total)