Answers for "How to automatically export database to a csv file"

0

How to automatically export database to a csv file

sqlcmd -S . -d DatabaseName -E -s, -W -Q "SELECT * FROM TableName" > C:\Test.csv
Posted by: Guest on July-31-2021

Code answers related to "How to automatically export database to a csv file"

Browse Popular Code Answers by Language