Quantcast
Channel: SQLServerCentral » Programming » Powershell » Latest topics
Viewing all articles
Browse latest Browse all 467

Export Large Tables To CSV Slow

$
0
0
Hi there I have written a PS script to export a batch of tables listed in a .txt file to CSV: $server = "XXX" $database = "XXX" $TableFile = XXX.txt' #Delcare Connection Variables $connectionTemplate = "Data Source=$server;Integrated Security=

Viewing all articles
Browse latest Browse all 467

Trending Articles