Click here to Skip to main content
15,899,475 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am having Database table in Sqlserver . I want to insert data from one notepad to database using asp.net with c#. Notepad formate is fixed with some predifine tags. I want upload notepad file through ASP.net page and save in database table. I am using MS SQL Server 2005.

can somebody give me solution for this one..
This is very very urgent ....
Lot of Thanks in Advance...
Posted
Updated 11-Nov-13 22:01pm
v3

If it is a one time load, use SQL server's Import Data option.
If you want automated, you can do it with SSIS while using Flat file source.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900