Groups | Blog | Home
all groups > sql server new users > may 2006 >

sql server new users : SQL Server 2005 DTS import tool


R Weeden
5/5/2006 8:22:15 AM
In SQL2000 there is a tool to import CSV files. Where is the import tool in
SQL2005?

Bob W

Sue Hoegemeier
5/5/2006 3:02:21 PM
I would guess you are referring to using the Import Export
Wizard. Right click on a database in SSMS and select Tasks,
then select Import Data. That will bring up the Import
Export Wizard.
You could also use SSIS in 2005 like you would use DTS in
2000. To open SSIS, go to your SQL Server 2005 folder in
your programs group and start up SQL Server Business
Intelligence Development Studio. You can create a new
Integration Services Project from there.

-Sue

On Fri, 5 May 2006 08:22:15 -0700, "R Weeden"
[quoted text, click to view]
R Weeden
5/5/2006 3:16:12 PM
THAT is the issue. The Import Export issue does not appear on the menu. I
also tried the method you suggested in the second paragraph and the option
is not there to create a new Integration Service Project.

Is there something that is not loading with SQL Server 2005 Express that
should be there to do this?

Bob Weeden


[quoted text, click to view]

Klaus Oberdalhoff
5/6/2006 10:41:42 PM
Hi,

[quoted text, click to view]

if you look at
http://msdn2.microsoft.com/en-us/library/ms143761.aspx
you'll find that they simply say
THERE IS NO SUPPORT for SSIS on 2005 Express or Express Advanced

The only thing you might be able to do is to load the "old" DTS via
http://www.microsoft.com/downloads/details.aspx?familyid=df0ba5aa-b4bd-4705-aa0a-b477ba72a9cb&displaylang=en

But i haven't a clue if this works with the SSE ...

mfg

Klaus Oberdalhoff
Sue Hoegemeier
5/8/2006 11:53:35 AM
SQL Express doesn't support SSIS....that's why you want to
make sure to post versions with your question : )

-Sue

On Fri, 5 May 2006 15:16:12 -0700, "R Weeden"
[quoted text, click to view]
AddThis Social Bookmark Button