dbTalk Databases Forums  

DTS with SQL Express 2005

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS with SQL Express 2005 in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
karenmiddleol@yahoo.com
 
Posts: n/a

Default DTS with SQL Express 2005 - 09-17-2005 , 05:37 AM






I have developed a SQL MSDE based application that uses quite a few DTS
packages.

Now we want to use SQL Express 2005 is it possible that the same DTS
packages will run on SQL Express 2005 still

Thanks
Karen


Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS with SQL Express 2005 - 09-17-2005 , 05:50 AM






Karen

Have a look here

http://www.microsoft.com/sql/2005/pr...5features.mspx



AFAIK Express will only have IMPORT/EXPORT functionality.

Allan

"karenmiddleol (AT) yahoo (DOT) com" <karenmiddleol (AT) yahoo (DOT) com> wrote


Quote:
I have developed a SQL MSDE based application that uses quite a few DTS
packages.

Now we want to use SQL Express 2005 is it possible that the same DTS
packages will run on SQL Express 2005 still

Thanks
Karen


Reply With Quote
  #3  
Old   
karenmiddleol@yahoo.com
 
Posts: n/a

Default Re: DTS with SQL Express 2005 - 09-17-2005 , 07:04 AM



Allan

When you say Export & Import do you mean - BCP.

Thanks
Karen


Reply With Quote
  #4  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS with SQL Express 2005 - 09-17-2005 , 07:34 AM



BCP has nothing to do with DTS as it was available long before DTS was
conceived. By IMPORT/EXPORT I mean the Import/Export wizard.

Allan



"karenmiddleol (AT) yahoo (DOT) com" <karenmiddleol (AT) yahoo (DOT) com> wrote


Quote:
Allan

When you say Export & Import do you mean - BCP.

Thanks
Karen


Reply With Quote
  #5  
Old   
karenmiddleol@yahoo.com
 
Posts: n/a

Default Re: DTS with SQL Express 2005 - 09-17-2005 , 09:45 PM



I thought the IMPORT/EXPORT wizard was based on DTS.

Karen


Reply With Quote
  #6  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS with SQL Express 2005 - 09-18-2005 , 02:51 AM



Based on DTS in what way? Have a look at the data sources available,
have a look at the dialogs, have a look at the locations for saving
available. Whilst it does the same job as the old DTS Import/Export
wizard I would still say it has been rewritten.



Allan



"karenmiddleol (AT) yahoo (DOT) com" <karenmiddleol (AT) yahoo (DOT) com> wrote


Quote:
I thought the IMPORT/EXPORT wizard was based on DTS.

Karen


Reply With Quote
  #7  
Old   
RSH
 
Posts: n/a

Default Re: DTS with SQL Express 2005 - 09-20-2005 , 09:01 AM



What was the outcome of your findings?

I have developed an application that converts hundreds of company databases
to SQL Server. it works fine on a machine that I have SQL Server 2000 and
SQL 2005 installed on but I am getting the dreaded "ActiveX couln't load the
library" error when trying to run the application on a box that has only SQL
Express installed.

I found several resources that told me what DLLs and RLLs I needed but the
directories don't line up and I can't register the DLLs which is a real
pain.


<karenmiddleol (AT) yahoo (DOT) com> wrote

Quote:
I have developed a SQL MSDE based application that uses quite a few DTS
packages.

Now we want to use SQL Express 2005 is it possible that the same DTS
packages will run on SQL Express 2005 still

Thanks
Karen




Reply With Quote
  #8  
Old   
Tim Boyer
 
Posts: n/a

Default Re: DTS with SQL Express 2005 - 11-13-2005 , 04:27 PM



Allan
where is the "SQL Express" Import/Export wizard documented or indeed
where/how is this function invoked?
there is no mention of Import/Export in the express "Books online"
regards Tim

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
Based on DTS in what way? Have a look at the data sources available, have
a look at the dialogs, have a look at the locations for saving available.
Whilst it does the same job as the old DTS Import/Export wizard I would
still say it has been rewritten.



Allan



"karenmiddleol (AT) yahoo (DOT) com" <karenmiddleol (AT) yahoo (DOT) com> wrote in message
news:1127011523.636348.168140 (AT) g47g2000cwa (DOT) googlegroups.com:

I thought the IMPORT/EXPORT wizard was based on DTS.

Karen




Reply With Quote
  #9  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS with SQL Express 2005 - 11-14-2005 , 12:48 AM



I do not have the Express BOL installed but in my BOL it is here

ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/extran9/html/a104407e-2026-4c42-80ff-d44f30d598cb.htm

Have you found the wizard?

http://sqljunkies.com/WebLog/knight_...egory/460.aspx

Allan



"Tim Boyer" <thboyer (AT) terranova (DOT) co.nz> wrote


Quote:
Allan
where is the "SQL Express" Import/Export wizard documented or indeed
where/how is this function invoked?
there is no mention of Import/Export in the express "Books online"
regards Tim

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:%23%23CP9WCvFHA.3124 (AT) TK2MSFTNGP12 (DOT) phx.gbl...

Based on DTS in what way? Have a look at the data sources available,
have
a look at the dialogs, have a look at the locations for saving
available.
Whilst it does the same job as the old DTS Import/Export wizard I
would
still say it has been rewritten.



Allan



"karenmiddleol (AT) yahoo (DOT) com" <karenmiddleol (AT) yahoo (DOT) com> wrote in message
news:1127011523.636348.168140 (AT) g47g2000cwa (DOT) googlegroups.com:


I thought the IMPORT/EXPORT wizard was based on DTS.

Karen




Reply With Quote
  #10  
Old   
Tim Boyer
 
Posts: n/a

Default Re: DTS with SQL Express 2005 - 11-14-2005 , 06:09 PM



Thanks Allan
I suspect that the Import/Export utility may have been removed from the
release version of SQL Express
because there is no Microsoft SQL Server\90\DTS directory

I wonder what was meant in the document "SQL Server 2005 Features
Comparison" (Published: November 7,
2005)
http://www.microsoft.com/sql/prodinf...-features.mspx
which explicity says under the section "Integration and Interoperability"
that the Express Edition supports "Import/Export" (the same as Workgroup,
Standard and Enterprise)

regards Tim

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
I do not have the Express BOL installed but in my BOL it is here

ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/extran9/html/a104407e-2026-4c42-80ff-d44f30d598cb.htm

Have you found the wizard?

http://sqljunkies.com/WebLog/knight_...egory/460.aspx

Allan



"Tim Boyer" <thboyer (AT) terranova (DOT) co.nz> wrote in message
news:uXI$9FK6FHA.1020 (AT) TK2MSFTNGP15 (DOT) phx.gbl:

Allan
where is the "SQL Express" Import/Export wizard documented or indeed
where/how is this function invoked?
there is no mention of Import/Export in the express "Books online"
regards Tim

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:%23%23CP9WCvFHA.3124 (AT) TK2MSFTNGP12 (DOT) phx.gbl...

Based on DTS in what way? Have a look at the data sources available,
have
a look at the dialogs, have a look at the locations for saving
available.
Whilst it does the same job as the old DTS Import/Export wizard I
would
still say it has been rewritten.



Allan



"karenmiddleol (AT) yahoo (DOT) com" <karenmiddleol (AT) yahoo (DOT) com> wrote in message
news:1127011523.636348.168140 (AT) g47g2000cwa (DOT) googlegroups.com:


I thought the IMPORT/EXPORT wizard was based on DTS.

Karen






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.