Hi Friends.....
I want to attach a Text file into database then How do I import a text file of data into a database?is there any specific command for it?
Thanks..........
Loading
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.
Satyapriya NayakPosted Dec 3, 2011, 2:24 AM
Please refer the below link.
http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/
Thanks
Vikas MishraPosted Dec 4, 2011, 1:03 AM
Sam HobbsPosted Dec 3, 2011, 4:31 PM
If you instead need to put the entire contents of a text file into one field in a database table field then please make that more clear. The main thing about doing that is that you need to use a memo field in your database table.