dbTalk Databases Forums  

SSIS in sql 2005

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


Discuss SSIS in sql 2005 in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mecn
 
Posts: n/a

Default SSIS in sql 2005 - 10-19-2006 , 08:36 AM






Hi,

I migrated DTS packages into SSIS. Now how do I modify them in sql 2005
after migration.

Thanks



Reply With Quote
  #2  
Old   
Jay
 
Posts: n/a

Default Re: SSIS in sql 2005 - 10-19-2006 , 10:51 AM






mecn,

If you want to modify them as DTS 2000 packages you need to download
the DTS Designer component. It allows you to modify DTS 2000 packages
from sql2005. It can be found with a little internet searching.

If you want to convert them to ssis projects then you must use the sql
server business intelligence develoment studio. Just a
warning...convert dts 2000 packages to SSIS is far from perfect. It's
almost like redoing the whole package and may even be easier to rewrite
the package from scratch using SSIS. But you can keep them in dts 2000
form and maintain them from sql server 2005.


Jason


mecn wrote:
Quote:
Hi,

I migrated DTS packages into SSIS. Now how do I modify them in sql 2005
after migration.

Thanks


Reply With Quote
  #3  
Old   
mecn
 
Posts: n/a

Default Re: SSIS in sql 2005 - 10-19-2006 , 01:47 PM



Thanks, Jason
I appreciated your help.



"Jay" <JasonPirtle (AT) gmail (DOT) com> wrote

Quote:
mecn,

If you want to modify them as DTS 2000 packages you need to download
the DTS Designer component. It allows you to modify DTS 2000 packages
from sql2005. It can be found with a little internet searching.

If you want to convert them to ssis projects then you must use the sql
server business intelligence develoment studio. Just a
warning...convert dts 2000 packages to SSIS is far from perfect. It's
almost like redoing the whole package and may even be easier to rewrite
the package from scratch using SSIS. But you can keep them in dts 2000
form and maintain them from sql server 2005.


Jason


mecn wrote:
Hi,

I migrated DTS packages into SSIS. Now how do I modify them in sql 2005
after migration.

Thanks




Reply With Quote
  #4  
Old   
mecn
 
Posts: n/a

Default Re: SSIS in sql 2005 - 10-19-2006 , 01:51 PM



I've migrated to SSIS sql 2005. I need to modify the SSIS packages. How do I
open them in visual studio or other designer to to changes?

Thanks


"Jay" <JasonPirtle (AT) gmail (DOT) com> wrote

Quote:
mecn,

If you want to modify them as DTS 2000 packages you need to download
the DTS Designer component. It allows you to modify DTS 2000 packages
from sql2005. It can be found with a little internet searching.

If you want to convert them to ssis projects then you must use the sql
server business intelligence develoment studio. Just a
warning...convert dts 2000 packages to SSIS is far from perfect. It's
almost like redoing the whole package and may even be easier to rewrite
the package from scratch using SSIS. But you can keep them in dts 2000
form and maintain them from sql server 2005.


Jason


mecn wrote:
Hi,

I migrated DTS packages into SSIS. Now how do I modify them in sql 2005
after migration.

Thanks




Reply With Quote
  #5  
Old   
Jay
 
Posts: n/a

Default Re: SSIS in sql 2005 - 10-19-2006 , 02:25 PM




1. Open Sql Server Management Studio
2. Click File Menu and select Connect Object Explorer
3. For Server Type: Select Integration Services
4. For Server Name: Type in the name of your 2005 server

In the object server you should see Integration Services. Your
packages are probably stored under the MSDB tree node. I'm not sure of
all the ways to modify them from there, but what I've done is export it
to a File and then you can use the Business Intelligense Studio to
modify them.

Let me know if this works.

Jay

mecn wrote:
Quote:
I've migrated to SSIS sql 2005. I need to modify the SSIS packages. How do I
open them in visual studio or other designer to to changes?

Thanks


"Jay" <JasonPirtle (AT) gmail (DOT) com> wrote in message
news:1161273094.266476.232980 (AT) k70g2000cwa (DOT) googlegroups.com...
mecn,

If you want to modify them as DTS 2000 packages you need to download
the DTS Designer component. It allows you to modify DTS 2000 packages
from sql2005. It can be found with a little internet searching.

If you want to convert them to ssis projects then you must use the sql
server business intelligence develoment studio. Just a
warning...convert dts 2000 packages to SSIS is far from perfect. It's
almost like redoing the whole package and may even be easier to rewrite
the package from scratch using SSIS. But you can keep them in dts 2000
form and maintain them from sql server 2005.


Jason


mecn wrote:
Hi,

I migrated DTS packages into SSIS. Now how do I modify them in sql 2005
after migration.

Thanks



Reply With Quote
  #6  
Old   
mecn
 
Posts: n/a

Default Re: SSIS in sql 2005 - 10-19-2006 , 03:54 PM



Thanks Jay,

How do I export it to a file?
Could list the details for me pls.
I tried export package then I could do it.
Thanks,


"Jay" <JasonPirtle (AT) gmail (DOT) com> wrote

Quote:
1. Open Sql Server Management Studio
2. Click File Menu and select Connect Object Explorer
3. For Server Type: Select Integration Services
4. For Server Name: Type in the name of your 2005 server

In the object server you should see Integration Services. Your
packages are probably stored under the MSDB tree node. I'm not sure of
all the ways to modify them from there, but what I've done is export it
to a File and then you can use the Business Intelligense Studio to
modify them.

Let me know if this works.

Jay

mecn wrote:
I've migrated to SSIS sql 2005. I need to modify the SSIS packages. How
do I
open them in visual studio or other designer to to changes?

Thanks


"Jay" <JasonPirtle (AT) gmail (DOT) com> wrote in message
news:1161273094.266476.232980 (AT) k70g2000cwa (DOT) googlegroups.com...
mecn,

If you want to modify them as DTS 2000 packages you need to download
the DTS Designer component. It allows you to modify DTS 2000 packages
from sql2005. It can be found with a little internet searching.

If you want to convert them to ssis projects then you must use the sql
server business intelligence develoment studio. Just a
warning...convert dts 2000 packages to SSIS is far from perfect. It's
almost like redoing the whole package and may even be easier to rewrite
the package from scratch using SSIS. But you can keep them in dts 2000
form and maintain them from sql server 2005.


Jason


mecn wrote:
Hi,

I migrated DTS packages into SSIS. Now how do I modify them in sql
2005
after migration.

Thanks





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

Default Re: SSIS in sql 2005 - 10-19-2006 , 03:56 PM



Jay,

Never mind. What I did was export package them select to files ystem
Thanks


"mecn" <mecn2002 (AT) yahoo (DOT) com> wrote

Quote:
Hi,

I migrated DTS packages into SSIS. Now how do I modify them in sql 2005
after migration.

Thanks





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.