Forum Discussion
Sreej320
May 06, 2022Copper Contributor
Data transferring from SQL server table to text file without using bcp
Hi friends, I have data in SQL server table and I need to transfer from it to the text file with specific name format and with column names and specific data size of the data types. I couldnt do ...
GregLow
May 27, 2022MVP
If you can use SQLCLR objects in your SQL Server environment, that's another option. Quick and pretty easy.