Viewing 15 posts - 1,216 through 1,230 (of 1,554 total)
If security is a big factor. then you need to get to the bottom of this...
Work with everone, *NIX, cluster, firewall.. well, all that may be involved. Find out what...
January 13, 2005 at 3:18 am
Well, Steve has got a lot better head for numbers than I do
This trimming business seems to be trickier than it first seemed....
January 12, 2005 at 6:37 am
Great - looks better now.
Have you read what BOL has on the subject?
/Kenneth
January 12, 2005 at 6:25 am
Unfortunately, if the choice is between 'fast but not correct' and 'slow but correct', and at the same time 'slow' is deemed as 'not working', you're between a rock and...
January 12, 2005 at 6:24 am
Are you absolutely sure about this?
I tried your example - just copy & paste into QA and got:
Table '#temp1________ ...... Scan count 5, logical reads 5, physical...
January 12, 2005 at 6:13 am
Well, does the kb article apply to you? Are you on the latest sp? Do you have parallellism set to ON? If so, tried turning it off?
/Kenneth
January 12, 2005 at 2:13 am
The general recommendation (from me and some others) since 7.x, is to default to set parallellism OFF, and only turn it on with individual querys proven to benefit from it and also...
January 12, 2005 at 2:10 am
Another method (that also allows you to not use dynamic SQL) is to take the in parameter, and instead of tokenize it, insert into a temptable or tempvariable, then join...
January 12, 2005 at 2:01 am
osql uses ODBC, perhaps you have conflicting conversion settings there?
Have you tried loading with bcp? bcp offers some switches regarding collation and format.
/Kenneth
January 12, 2005 at 1:56 am
Read it as carefully as possible - no pics in my browser, so I have no idea what the table or data looks like. (it's preferrable to post DDL and data...
January 12, 2005 at 1:53 am
(since col1 is int, I also return an int)
Here's my take on it - assuming a 20% trim on the overall data.
January 11, 2005 at 9:13 am
I think I know how to do it, but until Yukon, it's dynamic SQL only
/Kenneth
January 11, 2005 at 9:05 am
Not really, imo the original error is (well, by all means imho the fact that you are allowed to use square brackets is the 'true' blame) - but... the original...
January 11, 2005 at 9:03 am
Ah, took me a while to figure out what trimmean did.. (found the swedish translation)
But I think it's missing the trim percentage parameter,...
January 11, 2005 at 8:55 am
It's not that strange. '4Blocker_Date' is an invalid name as it begins with a number, so I'm not surprised it behaves "funny".
What happens if you execute "Select Distinct [4Blocker_Date] From TempTab"...
January 11, 2005 at 8:05 am
Viewing 15 posts - 1,216 through 1,230 (of 1,554 total)