I need to export a text file in the ASCII format. How is this done? I have MS SQL SERVER 2005
I need to export a text file in the ASCII format. How is this done? I have MS SQL SERVER 2005
bcp will allow you to pull data out of a SQL Server. You can read about how it works here: http://msdn.microsoft.com/en-us/library/ms162802%28SQL.90%29.aspx
No one has followed this question yet.