dbTalk Databases Forums  

Importing and exporting dts packages to SQL server 2000 via visual basic files

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


Discuss Importing and exporting dts packages to SQL server 2000 via visual basic files in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
wolfen42 at gmail.com
 
Posts: n/a

Default Importing and exporting dts packages to SQL server 2000 via visual basic files - 04-06-2006 , 10:42 AM






Ok, So I've successfully exported our DTS packages into vb files and
corrected all the login info and creator info for installing them onto
our production server.

So... how do I go about getting those packages onto the new server?
All I have access to is Visual Studio .NET is there some way to run
these vb6 files? They won't run in the vbscript engine in sql server.

help?


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

Default Re: Importing and exporting dts packages to SQL server 2000 via visual basic files - 04-09-2006 , 04:14 PM






Hello wolfen42 at gmail.com,


So I doubt they will run on .Net but the way you would save them back in
VB Classic is to uncomment/comment the lines of code that say something like

goPackage.Execute
goPackage.SaveToSQLServer





Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
Ok, So I've successfully exported our DTS packages into vb files and
corrected all the login info and creator info for installing them onto
our production server.

So... how do I go about getting those packages onto the new server?
All I have access to is Visual Studio .NET is there some way to run
these vb6 files? They won't run in the vbscript engine in sql server.

help?




Reply With Quote
  #3  
Old   
wolfen42 at gmail.com
 
Posts: n/a

Default Re: Importing and exporting dts packages to SQL server 2000 via visual basic files - 04-10-2006 , 11:15 AM



Thanks Alan.

I eventually realized that I couldnt use vb files to save the packages
as other users here still need to be able to use the Enterprise Manager
DTS package design interface.

It also didnt help that I can't get access to VB 6.0 on this machine...
(grin)


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.