|
Home > Archive > MS SQL Server DTS > January 2006 > Redistributing SSIS package
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Redistributing SSIS package
|
|
| Francois Malgreve 2006-01-30, 7:24 am |
| Hi,
I used to redistribute SQL 2000 DTS package on servers who do not have SQL
SERVER installed as described in the following article:
http://www.sqldts.com/default.aspx?225
I need to run an SSIS package from a webserver and my question is what dlls
do I need to register on a Server on which SQL Server 2005 is not installed
to be able to run an SSIS package? Does anyone have a link to an article
who explains how to do that?
Best regard,
Francois Malgreve.
| |
| Darren Green 2006-01-30, 8:24 pm |
| Francois Malgreve wrote:
> Hi,
>
> I used to redistribute SQL 2000 DTS package on servers who do not have SQL
> SERVER installed as described in the following article:
> http://www.sqldts.com/default.aspx?225
>
> I need to run an SSIS package from a webserver and my question is what dlls
> do I need to register on a Server on which SQL Server 2005 is not installed
> to be able to run an SSIS package? Does anyone have a link to an article
> who explains how to do that?
>
> Best regard,
>
> Francois Malgreve.
>
SSIS is not a redistributable component of SQL Server 2005. Yes DTS used
to be, but SSIS is not. You should install the SSIS components only if
that is all you require on the machine, but remember you need to license
it as a server for SQL Server 2005.
--
Darren
http://www.sqldts.com
http://www.sqlis.com
| |
| Francois Malgreve 2006-01-31, 3:23 am |
| Hi Darren,
Thanks for your information. A little bit disappointing as it was quite a
cool feature from SQL 2000!
Cheers,
Francois Malgreve
"Darren Green" <darren.green@reply-to-newsgroup-sqldts.com> wrote in message
news:OoqcNkdJGHA.2696@TK2MSFTNGP14.phx.gbl...
> Francois Malgreve wrote:
>
> SSIS is not a redistributable component of SQL Server 2005. Yes DTS used
> to be, but SSIS is not. You should install the SSIS components only if
> that is all you require on the machine, but remember you need to license
> it as a server for SQL Server 2005.
>
> --
> Darren
> http://www.sqldts.com
> http://www.sqlis.com
|
|
|
|
|