|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: 2 days ago @ 9:30 AM
Points: 484,
Visits: 2,122
|
|
Hi there,
I am creating an SSIS package to pull information about job history and store it in a centralised database.
I won't go into too much detail but I have my connection string defined as below:

When I run my package I get the following error!

Any ideas?
----------------------------------- http://www.SQL4n00bs.com
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Wednesday, March 13, 2013 10:30 PM
Points: 35,
Visits: 81
|
|
Hope the variable @[user::connecitonstring] actually holds only the ServerName\Instance name and NOT the whole connection string.
(because the name sounds as if it holds the whole conn string). Please check.
|
|
|
|