Viewing post 1 (of 2 total)
I have ussed the following. You do realize that DTS makes this very easy.
-- To BCP the table out to a text file
DECLARE @sql varchar(255)
BEGIN
SELECT @sql = "master.dbo.xp_cmdshell...
October 15, 2003 at 5:30 am
#478269