This is what I have used with success..
copy {table name} from '{delimited file name}' using delimiters '\t' with
null as '';
Of course, don't put in the brackets and you can use whatever null character
you might need...
Hope this helps
Chris
Karl J. Stubsjoen wrote in message <9b20s1$1b3d$1(at)news(dot)tht(dot)net>...
>Hello,
>
>I have a tab delimited text file located on the server and would like to
>load this into a table. How do I accomplish this?
>
>Thanks!
>
>Karl
>
>