• The other option is to force the datatype on the select before it hits the select into.

    IE: SELECT CONVERT( varchar(9), xyz.fLeft_Pad('0', Str(123456789),9))

    At that point though you might as well define the table.

    Out of curiousity, what are you going to do with hard tables in a SELECT INTO when it's ran concurrently? This technique is almost explicitly used for #tmp tables because of collision concerns.


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA