|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Wednesday, May 08, 2013 4:11 PM
Points: 1,033,
Visits: 2,593
|
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Friday, February 22, 2013 9:30 PM
Points: 912,
Visits: 198
|
|
I am working with Team Foundation Server to do the version controling with SSIS which seems to be a great tool.
It is intergrated with Visual Studio so that you have less troubules.
My Blog: http://dineshasanka.spaces.live.com/
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Monday, July 28, 2008 12:22 PM
Points: 87,
Visits: 147
|
|
I'm using Visual Source Safe. It's not bad if you can set up the project structure correctly; I'm still trying to find the optimal structure. Do you put all 'files' associated with a package in one project and shared into a separate one, or do you put each 'file' type into its own folder?
Tim
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 8:27 AM
Points: 18,
Visits: 81
|
|
We're using TortoiseSVN and it works like a charm. Searching for previous versions is great and the software is free.
Matt H.
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Monday, November 12, 2012 4:33 PM
Points: 24,
Visits: 105
|
|
Matt Horton (3/6/2008) We're using TortoiseSVN and it works like a charm. Searching for previous versions is great and the software is free.
Matt H. How does it integration with integration services? no pun intended ;)
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 8:27 AM
Points: 18,
Visits: 81
|
|
It's basically file based, so you check in the solution that your working with and then commit changes to the dtsx files as they occur. It's worked well for us so far.
Matt H.
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Monday, November 12, 2012 4:33 PM
Points: 24,
Visits: 105
|
|
cool, thanks.
it would be super-great if microsoft would add a "date modified" to their summary report in integration services proper, or a right-click to show information about a package, such as when it was loaded into integration services... but that's just me wishing.
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Tuesday, March 26, 2013 7:19 AM
Points: 1,279,
Visits: 2,191
|
|
Is there a way to see when the SSIS package is modified? or any version history available from system table/view?
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 8:27 AM
Points: 18,
Visits: 81
|
|
| You can search for previous versions through SVN, but SQL server doesn't store previous versions as far as I am aware.
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Tuesday, March 26, 2013 7:19 AM
Points: 1,279,
Visits: 2,191
|
|
Thank you Matt.
system table dbo.sysdtspackages90, Is createdate column for originally “created” date only? If any change/modify for SSIS package, does the column reflect the change respectively which means showing the modified date?
|
|
|
|