Hi,
I'm getting a error: BCP host file must contain atleast one column
Below is my Code:
bcp " exec [DatabaseName].dbo.GetBcpOutput1 'csv_test','select top 10 * from csv_test'" queryout D:\Book5.csv -S MAT-DB02\DO -T -c -t,
Can anybody help me out?:-)