Quantcast
Channel: BCP export to csv file
Browsing all 2 articles
Browse latest View live

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 Article


BCP 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

Browsing all 2 articles
Browse latest View live


Latest Images