Viewing 3 posts - 16 through 18 (of 18 total)
Ahh thanks, Ryan. That select was taking about a minute and a half covering about 500k rows, so I'm not sure if that's considered a good return time or not. ...
July 26, 2006 at 9:52 am
#651685
Thanks! That worked like a charm! Here's the final line:
(CONVERT(char,G.sdtT,101) = CONVERT(char,H.sdtT,101))
July 25, 2006 at 8:59 am
#651356
I can export to comma delimited.
And if I can import it using a stored procedure, I'd probably use a table variable, so I can do all my checking and manipulating...
June 29, 2006 at 9:18 am
#646742