If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Microsoft SQL Server > SSIS MSDB Access - alternative to viewing and deleting SSIS Packages

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-14-10, 12:22
dah97765 dah97765 is offline
Registered User
 
Join Date: Aug 2010
Posts: 26
SSIS MSDB Access - alternative to viewing and deleting SSIS Packages

So I am still learning a good bit of course, but I thought I would share my experience.

I was using BIDS to develop SSIS packages and loading them onto the SQL server through that. The problem was that I couldnt then remove the old packages from the server because I was not able to connect to MSDB when connected to IS through SSMS. (I got the: the sql server instance specified in ssis service configuration is not present or is not available ... error). I tried editing the config file to no avail.

I am still not able to get into the MSDB folder, but I found an alternative:

You can use the table [msdb].[dbo].[sysssispackages] while connected to the DB Engine.

to view and then update, delete, or whatever you want to do to the stored packaged.

Just sharing!

Dustin
Reply With Quote
Reply

Tags
bids, delete, integration services, msdb, ssis

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On