Table Name = ColorTable
| ID | ColorSerial | ColorPart | ColorType |
| ID | ColorSerial | ColorPart | ColorType |
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
David SmithPosted Mar 8, 2012, 10:13 AM
Lets say I have a Database call Named or called ColorDatabase and the table name ColorTable how to put this in the syntax below, I am struggling with the syntax below. Is it the local computer servername or the server the database is on.
BCP master..sysobjects out c:\sysobjects.txt -c -t, -T –S<servername>
Hermes CondezPosted Mar 8, 2012, 6:07 AM
Creating a simple CSV file.