|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 11:35 AM
Points: 112,
Visits: 212
|
|
| When i use the import\Export to move data and select the option to save as an SSIS package it says it will save it in SQL Server. What is the actual file location and can I access it with SSMS?
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 9:55 PM
Points: 6,720,
Visits: 11,759
|
|
You posted in a 2008 forum but it looks like from the title of your post you're on 2005.
Here is a link on how to connect to a SQL 2005 Integration Services Instance:
Connecting to a Remote Integration Services Server (SQL Server 2005)
When you 'save to SQL Server' where you're really saving the package is in the msdb Database of the SQL Server you specify. You can see your packages here:
SELECT * FROM msdb.dbo.sysdtspackages90; And you can access them via SSMS, just follow the link above.
__________________________________________________________________________________________________ There are no special teachers of virtue, because virtue is taught by the whole community. --Plato
Believe you can and you're halfway there. --Theodore Roosevelt
Everything Should Be Made as Simple as Possible, But Not Simpler --Albert Einstein
The significant problems we face cannot be solved at the same level of thinking we were at when we created them. --Albert Einstein
1 apple is not exactly 1/8 of 8 apples. Because there are no absolutely identical apples. --Giordy
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 11:35 AM
Points: 112,
Visits: 212
|
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 9:55 PM
Points: 6,720,
Visits: 11,759
|
|
You're welcome
__________________________________________________________________________________________________ There are no special teachers of virtue, because virtue is taught by the whole community. --Plato
Believe you can and you're halfway there. --Theodore Roosevelt
Everything Should Be Made as Simple as Possible, But Not Simpler --Albert Einstein
The significant problems we face cannot be solved at the same level of thinking we were at when we created them. --Albert Einstein
1 apple is not exactly 1/8 of 8 apples. Because there are no absolutely identical apples. --Giordy
|
|
|
|