psychodad71
IS-IT--Management
Is there any way to export data from a table to a text file including column names ?
This is my first attempt:
exec master..xp_cmdshell 'bcp "select * from table" queryout c:\test.txt -c -t; '
This is my first attempt:
exec master..xp_cmdshell 'bcp "select * from table" queryout c:\test.txt -c -t; '