At previous jobs, I used BIDS to create SSIS packages for SQL2008R2 servers. To deploy, I used the manifest method (right-click on solution, go to Properties and setCreateDeploymentUtility to TRUE, etc.). However, at my new job we do have SQL2008R2 server, but instead we have Visual Studio 2012 and installed the SQL Server Data Tools - Business Intelligence. I created SSIS packages just fine, but now am trying to figure out how to create the manifest. When I right-click on the solution and go to Properties, there isn't an option anywhere forCreateDeploymentUtility. Is it hidden somewhere?
↧