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.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Transfering text file to DB table through SSIS

Author  Topic 

papillon2811
Starting Member

18 Posts

Posted - 2007-01-17 : 04:42:20
hi

I am very very new to sql server 2005.I want to create SSIS package for my text file to transfer in table.How i do this and where i will get that SSIS package (like in sql server 2000 we get that in EM under DTS) and how do i schedule these packages.



Please guide me.



Thanks

nr
SQLTeam MVY

12543 Posts

Posted - 2007-01-17 : 08:45:53
SSIS designer is in business intelligence development studio.
Have a look at that and see how you get on.

You might also consider using bulk insert - it might be faster and simpler.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

mwjdavidson
Aged Yak Warrior

735 Posts

Posted - 2007-01-18 : 04:50:00
The easiest way to knock up a quick import package is to right-click your db in Management Studio, and select [Tasks]-->[Import Data...] to start the Import and Export Wizard. Follow this through, making sure that you choose the option to save the package. You can then go and view/edit this in BIDS as Nigel said.

Mark
Go to Top of Page
   

- Advertisement -