Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
imgajin
Starting Member
5 Posts |
Posted - 2010-10-24 : 08:00:38
|
| Hi , I am using C# + sql server 2005 . data have fixedlegnth .txt file.table structure CREATE TABLE [dbo].[TB]( [code] [nvarchar](3) NULL, [name] [nvarchar](6) NULL, [ts] [nvarchar](4) NULL, [city] [nvarchar](6) NULL) ON [PRIMARY]sample data like this;123xxxxxxaaaaxxxxxxHow to bulk inport this data. Please give idea. |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
imgajin
Starting Member
5 Posts |
Posted - 2010-10-25 : 03:18:53
|
| hi tkizerthank u for ur suggetion . i need to use C# because this system like batch file. |
 |
|
|
|
|
|