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=
↧