The table only has two fields, id and email, so this should be possible.
I don't personally host the database and I use SQL Server Management Studio Express 2005 to view and edit it. After some extensive research the only thing I could come up with was some info on the bcp utility which I cannot get to work.
I have tried many variations of code but to give an example,
bcp [database].dbo.[table] in emails.csv -T -f
Any information as to how I should be using the bcp utility or any other methods of importing CSV files to MSSql databases would be greatly appreciated.
Thanks.

Start a new topic
Add Reply




MultiQuote

| 


