Is it possible for BULK INSERT/bcp to read from a named pipe, fifo-style?
That is, rather than reading from a real text file, can BULK INSERT/bcp be made to read fro
Does BCP accept STDIN? If so, you might want to try just piping it straight through without creating a named pipe...for instance:
BCP
STDIN
gunzip authors.txt.gz | bcp schema.tablename