↧
BCP export to csv file
Stoshw17 wrote: DECLARE @bcpCommand varchar(2000)SET @bcpCommand = 'bcp out C:\STacy\ExportNew.csv -c -T -S @@servername' EXEC master..xp_cmdshell @bcpCommand Stacy Code...
View ArticleBCP export to csv file
I was following another thread looking for answers and tried a couple examples and I'm still getting errors. I'm hoping someone can tell me what I'm doing wrong. I'm looking to export a csv file from...
View Article