Groups | Blog | Home
all groups > sql server programming > august 2005 >

sql server programming : Please Help!!!


Viccu
8/28/2005 8:48:26 PM
I want to upload a Text file which is comma delimited into SQL Server
Database through.NET application. Can someone let me know the best way to do
it?
Can someone helpme with the stored procedure for the same as well?

Thank you in advance

Roji. P. Thomas
8/29/2005 12:00:00 AM
http://www.sommarskog.se/arrays-in-sql.html
has some ideas of your interest.

--
Roji. P. Thomas
Net Asset Management
http://toponewithties.blogspot.com


[quoted text, click to view]

Jose G. de Jesus Jr MCP, MCDBA
8/29/2005 1:32:08 AM
you can use vb.net streamreader or text reader and
read the text file and then save the data to the dataset
that is bounded to the datbase and then call
the dataset update method

however

it is much easier to use DTS
or the Data transformation services of SQl server

--
Jose de Jesus Jr. Mcp,Mcdba
Data Architect
Sykes Asia (Manila philippines)
MCP #2324787


[quoted text, click to view]
AddThis Social Bookmark Button