2
Answers

Export From SQL Table to Text Delimted file

David Smith

David Smith

12y
1.7k
1
Cam some guide me on writing a stored procedure to export a table to a text delimited file step by step. I am going to make a table up. I want to export the entire below to text fdelimited file. Path is going to be C:\Temp\ColorTable.Text Can someone assist

Table Name = ColorTable

ID ColorSerial ColorPart ColorType
       
       


Answers (2)