dbTalk Databases Forums  

Finding an SSIS package saved to SQL Server 2005

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


Discuss Finding an SSIS package saved to SQL Server 2005 in the microsoft.public.sqlserver.dts forum.



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

Default Finding an SSIS package saved to SQL Server 2005 - 08-18-2006 , 11:09 AM






So, I used the SQL Server (2005) Import and Export Wizard to create an Import
operation. I saved it to SQL Server instead of the file system. Now I can't
find it!!

The help files states:
"If the wizard is started from SQL Server Management Studio or the command
prompt, the package can run immediately. You can save the package to the SQL
Server msdb database or to the file system."

I've looked in the msdb database and have no clue how to find this SSIS
package.

--
Michael Hockstein

Reply With Quote
  #2  
Old   
Charles Kangai
 
Posts: n/a

Default RE: Finding an SSIS package saved to SQL Server 2005 - 08-18-2006 , 11:38 AM






Open SQL Server Management Studio. When the Connect To Server window comes
up, choose Integration Services in the Server type drop-down. Once you
successfully connect, expand the nodes in Object Explorer and expand Stored
Packages. If you expand MSDB, you should see your package there.

You can also connect to the database engine and open a query with the
database context as msdb. If you run this query, you should see your package
name:

select * from dbo.sysdtspackages90

Charles Kangai, MCT, MCDBA

"michael" wrote:

Quote:
So, I used the SQL Server (2005) Import and Export Wizard to create an Import
operation. I saved it to SQL Server instead of the file system. Now I can't
find it!!

The help files states:
"If the wizard is started from SQL Server Management Studio or the command
prompt, the package can run immediately. You can save the package to the SQL
Server msdb database or to the file system."

I've looked in the msdb database and have no clue how to find this SSIS
package.

--
Michael Hockstein

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

Default RE: Finding an SSIS package saved to SQL Server 2005 - 08-18-2006 , 11:48 AM



OK! Found it.

Now once it's there, it doesn't seem to be editable. I was hoping that I
could use the Wizard to create a template of a package that I could edit.
Maybe that's only possible if I save it to the file system.

--
Michael Hockstein


"Charles Kangai" wrote:

Quote:
Open SQL Server Management Studio. When the Connect To Server window comes
up, choose Integration Services in the Server type drop-down. Once you
successfully connect, expand the nodes in Object Explorer and expand Stored
Packages. If you expand MSDB, you should see your package there.

You can also connect to the database engine and open a query with the
database context as msdb. If you run this query, you should see your package
name:

select * from dbo.sysdtspackages90

Charles Kangai, MCT, MCDBA

"michael" wrote:

So, I used the SQL Server (2005) Import and Export Wizard to create an Import
operation. I saved it to SQL Server instead of the file system. Now I can't
find it!!

The help files states:
"If the wizard is started from SQL Server Management Studio or the command
prompt, the package can run immediately. You can save the package to the SQL
Server msdb database or to the file system."

I've looked in the msdb database and have no clue how to find this SSIS
package.

--
Michael Hockstein

Reply With Quote
  #4  
Old   
Charles Kangai
 
Posts: n/a

Default RE: Finding an SSIS package saved to SQL Server 2005 - 08-18-2006 , 12:03 PM



You can only edit packages in the SSIS Designer or programmatically using a
..NET language. Editing the XML in Notepad is not a serious proposition, so I
have not included it.

Charles Kangai, MCT, MCDBA

"michael" wrote:

Quote:
OK! Found it.

Now once it's there, it doesn't seem to be editable. I was hoping that I
could use the Wizard to create a template of a package that I could edit.
Maybe that's only possible if I save it to the file system.

--
Michael Hockstein


"Charles Kangai" wrote:

Open SQL Server Management Studio. When the Connect To Server window comes
up, choose Integration Services in the Server type drop-down. Once you
successfully connect, expand the nodes in Object Explorer and expand Stored
Packages. If you expand MSDB, you should see your package there.

You can also connect to the database engine and open a query with the
database context as msdb. If you run this query, you should see your package
name:

select * from dbo.sysdtspackages90

Charles Kangai, MCT, MCDBA

"michael" wrote:

So, I used the SQL Server (2005) Import and Export Wizard to create an Import
operation. I saved it to SQL Server instead of the file system. Now I can't
find it!!

The help files states:
"If the wizard is started from SQL Server Management Studio or the command
prompt, the package can run immediately. You can save the package to the SQL
Server msdb database or to the file system."

I've looked in the msdb database and have no clue how to find this SSIS
package.

--
Michael Hockstein

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

Default RE: Finding an SSIS package saved to SQL Server 2005 - 08-19-2006 , 11:59 AM



Sorry that I forgot to get back to you. Thanks for your help.
--
Michael Hockstein


"Charles Kangai" wrote:

Quote:
You can only edit packages in the SSIS Designer or programmatically using a
.NET language. Editing the XML in Notepad is not a serious proposition, so I
have not included it.

Charles Kangai, MCT, MCDBA

"michael" wrote:

OK! Found it.

Now once it's there, it doesn't seem to be editable. I was hoping that I
could use the Wizard to create a template of a package that I could edit.
Maybe that's only possible if I save it to the file system.

--
Michael Hockstein


"Charles Kangai" wrote:

Open SQL Server Management Studio. When the Connect To Server window comes
up, choose Integration Services in the Server type drop-down. Once you
successfully connect, expand the nodes in Object Explorer and expand Stored
Packages. If you expand MSDB, you should see your package there.

You can also connect to the database engine and open a query with the
database context as msdb. If you run this query, you should see your package
name:

select * from dbo.sysdtspackages90

Charles Kangai, MCT, MCDBA

"michael" wrote:

So, I used the SQL Server (2005) Import and Export Wizard to create an Import
operation. I saved it to SQL Server instead of the file system. Now I can't
find it!!

The help files states:
"If the wizard is started from SQL Server Management Studio or the command
prompt, the package can run immediately. You can save the package to the SQL
Server msdb database or to the file system."

I've looked in the msdb database and have no clue how to find this SSIS
package.

--
Michael Hockstein

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.