January 7, 2015 at 4:33 pm
Is it possible to deploy a SSIS package without building an Integration Services Catalog on the server?
January 8, 2015 at 7:23 am
Sure you can. You just have to turn on the previous deployment method.
I'm trying to remember right now where it is, but try package properties or maybe deployment properties. Then you can deploy like you used to.
Watch my free SQL Server Tutorials at:
http://MidnightDBA.com
Blog Author of:
DBA Rant – http://www.MidnightDBA.com/DBARant
January 8, 2015 at 11:10 am
Right-click the project in SSDT and choose "Convert to package deployment model".
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
January 8, 2015 at 11:12 am
yep, there ya go.
Watch my free SQL Server Tutorials at:
http://MidnightDBA.com
Blog Author of:
DBA Rant – http://www.MidnightDBA.com/DBARant
January 9, 2015 at 10:12 am
Thanks guys. I actually found these two link together pretty helpful:
databasejournal.com
SQL Server 2012 Integration Services - Package Deployment
http://www.databasejournal.com/features/mssql/ssis-2012-integration-services-package-deployment.html
youtube.com
SSIS 2008 Series: SSIS Package Deployment part1/2
https://www.youtube.com/watch?v=YXJ2lplvA28
Now researching what types of permissions I need to create and deploy to a catalog (the 2012 way) vs. deploying to the file system or msdb (the 2008 way) as described above.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply