Showing posts with label import. Show all posts
Showing posts with label import. Show all posts

Wednesday, March 28, 2012

No Import/Export Option in Mgmt Studio Express

Hi,

I just installed SQL Server 2005 Express. I would like to import tables from

another DB, and I read in the help files that I just need to (1) right-click on

a non-system database in Management Studio Express, and (2) select Import/Export

under the Tasks menu.

I tried this, but my Tasks menu only contains these options: Detach, Shrink,

Backup, Restore, Generate Scripts.

I googled for \"sql server 2005 "no import" tasks\", and it appears that a

couple of people have had this problem -- the only solution I read was to

install the "Workstation Components," but I already have, and still no luck.

Any idea what I need to do? Thanks!

Did you try right clicking on the database in the object explorer window. Try that, and then the All Tasks, Generate SQL Scripts option.|||Okay, I right-clicked on my database in the object explorer, then went to Tasks->Generate Scripts. This database is empty, though (I want to import a SQL Server 7 DB into it), so I end up getting a message that says "There are no objects in database of the types scriptable by this wizard."

Ultimately, I just need to import a SQL Server 7 database into SQL Server 2005 Express, but I can't find an "import" option in 2005. Is there some component I need to install?|||Ah, I think I need SQL Server Integration Services (SSIS), and that is apparently not included in SQL Server 2005 Express Edition (see "Unsupported Features" in http://msdn2.microsoft.com/en-us/library/ms365166.aspx). Mystery solved.

Monday, March 26, 2012

no DTS

I have just installed sQL sever 2005

now i need to import data from ms access.

i went to "Introducing Business Intelligence Development Studio "/file/ new project

and

nothing about DTS or anything related to import export is there.

But when i look at the online help i see it.

what can I do about this? I have no access to any kind of DTS at all.

thank you all

Try the What's New sections in Books Online, or one of the myriad of SQL related web sites, but basically DTS is no more, it has been replaced by SQL Server Integration Services (SSIS). Perhaps you know that as you are posting in a SSIS forum, in which case what is your question?

To do simple import/export tasks, use the wizard. Of the several methods to get access to it, I normally right click a database in SQL Server Management Studio, and select the option.

|||

Do you see "Integration Services Project" in the Temnplates list in the New Project dialog box?

if you do not, then you either did not install SSIS or there is a problem with your installation.

Please note: There is no "DTS" in SQL Server 2005. SSIS ( SQL Server Integration Services ) is the replacement for DTS.

|||

no its not there at all. I will reinstall again. and another thing

access 2000 cant make tables in sql server 2005 ..whats up with that?

|||

AnonymousNothingworks wrote:

access 2000 cant make tables in sql server 2005 ..whats up with that?

You may need to take this question to another forum - I'm not sure what to tell you there...