2
Answers

Export From SQL Table to Text Delimted file

Photo of David Smith

David Smith

13y
2.1k
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)