I have table which has one field (Information).
Information
===========
Hello World 1
This is testing message
How are you
I want to create three text files (as number of rows are 3) which will have content based on value in rows.
So,
- File1.txt will have
Hello World 1 - File2.txt will have
This is testing message
How can we achieve this in SQL Server?
Try something like this:-