Viewing 5 posts - 1 through 5 (of 5 total)
long time = 120 minutes +
I do not have any indexes on the destination table, this is a straight import from a flat file with a specified column delimeter.
June 1, 2011 at 6:52 am
Thanks, I have learned something new today
October 6, 2010 at 5:36 am
Thanks SSC-Enthusiastic
this worked for me, I forgot to mentioned that some values be negative, but this works
DECLARE @l_CharVal VARCHAR(20)
SET @l_CharVal = ' 50.12- '
SELECT
...
September 14, 2010 at 3:19 am
Thanks SSC-Enthusiastic
I forgot to mention that some values do not have a negative at the end, but your code worked.
Thanks again for all the replies.
September 14, 2010 at 1:51 am
thanks, will try it
September 14, 2010 at 12:46 am
Viewing 5 posts - 1 through 5 (of 5 total)