September 16, 2015 at 6:59 am
In Visual Studio (BIDS) after you build your project you end up with two dtsx files. One in the solution root and one in the bin folder. Does anyone know the difference between these two? Or how to just create one file from the build?
September 16, 2015 at 7:08 am
nick.latocha (9/16/2015)
In Visual Studio (BIDS) after you build your project you end up with two dtsx files. One in the solution root and one in the bin folder. Does anyone know the difference between these two? Or how to just create one file from the build?
The 'solution root' version is what you are editing and the built version is created when you build it (assuming you're not using the project-deployment model, which builds ispacs).
After building, the two files should be the same (I think – all my stuff builds into ispacs).
What problem is this causing you?
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
September 16, 2015 at 8:03 am
Thanks Phil. No issue really - I'm working on getting files in the SVN.
All our packages are run via dtexc on a dedicated server - so trying to decide which of the two files is best to deploy. Like you say if they are both the same then there is no problem really.
September 16, 2015 at 8:28 am
nick.latocha (9/16/2015)
Thanks Phil. No issue really - I'm working on getting files in the SVN.All our packages are run via dtexc on a dedicated server - so trying to decide which of the two files is best to deploy. Like you say if they are both the same then there is no problem really.
I'd recommend doing a 'build' as part of the deployment and then deploying from /bin.
No need to put the /bin versions in SVN – they're disposable (like exe's).
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
September 16, 2015 at 9:03 am
I was going to do this - but can't find a way of building 2008r2 packages from msbuild. Is there something I'm missing?
September 16, 2015 at 9:16 am
nick.latocha (9/16/2015)
I was going to do this - but can't find a way of building 2008r2 packages from msbuild. Is there something I'm missing?
Not at all. Devenv.com can be used to do command-line builds for SSIS.
At least, works for 2012 and 2014. I wasn't doing CI for SSIS packages in 2008.
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
September 16, 2015 at 9:27 am
Thanks will give this a go.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply