![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
I want to export about 30 packages from an SQL 2000 server to VB (.bas) files, without having to open each package individually and choosing 'save as' VB file. I would want only the latest version. Can this be done programatically? Thanks, Jim james_peppercorn (AT) storagetek (DOT) com |
#2
| |||
| |||
|
|
-----Original Message----- Unfortunatley the option is not in the object model. You may be able to loop through your packages in VB amd call the scripting utility on the SQL Server 7 CD to do this for you. -- ---------------------------- Allan Mitchell (Microsoft SQL Server MVP) MCSE,MCDBA www.SQLDTS.com I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Jim" <james_peppercorn (AT) storagetek (DOT) com> wrote in message news:039a01c35b92$37bf42a0$a401280a (AT) phx (DOT) gbl... I want to export about 30 packages from an SQL 2000 server to VB (.bas) files, without having to open each package individually and choosing 'save as' VB file. I would want only the latest version. Can this be done programatically? Thanks, Jim james_peppercorn (AT) storagetek (DOT) com . |
#3
| |||
| |||
|
|
I have SQL Server 2000. IS this scripting utility included with it, as well? Jim -----Original Message----- Unfortunatley the option is not in the object model. You may be able to loop through your packages in VB amd call the scripting utility on the SQL Server 7 CD to do this for you. -- ---------------------------- Allan Mitchell (Microsoft SQL Server MVP) MCSE,MCDBA www.SQLDTS.com I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Jim" <james_peppercorn (AT) storagetek (DOT) com> wrote in message news:039a01c35b92$37bf42a0$a401280a (AT) phx (DOT) gbl... I want to export about 30 packages from an SQL 2000 server to VB (.bas) files, without having to open each package individually and choosing 'save as' VB file. I would want only the latest version. Can this be done programatically? Thanks, Jim james_peppercorn (AT) storagetek (DOT) com . |
![]() |
| Thread Tools | |
| Display Modes | |
| |