Project Description
This little program is for opening SSIS 2008+ RAW files. If you're looking for a SSIS 2005 RAW file viewer, head over
here.
SSIS 2016
Available for download
Requirements
SSIS 2014
Available for download
Requirements
SSIS 2008 / SSIS 2008 R2
Available for download
Requirements
- SQL Server 2008 or SQL Server 2008 R2
SSIS 2012
I don't have access to SQL Server 2012 so I'm currently unable to provide a 2012 compatible binary. However, with the help of
dnorton I've created a
SSIS 2012 branch. You can download and compile the source.
Requirements
DLL Dependencies
- Microsoft.SqlServer.Dts.DtsClient.dll
- Microsoft.SqlServer.DTSPipelineWrap.dll
- Microsoft.SqlServer.DTSRuntimeWrap.dll
Known Issues
- It's a bit of a memory hog. I believe somewhere in the neighbourhood of 7x the RAW file size.
- If the file fails to open via Open With (from Windows Explorer), try opening via RAW Viewer's Open dialog
To Do
(either as separate programs or the same one)
- Compare memory consumption & functionality between different data viewers(DataGridView, ListView, etc.)
- RAW Diff Viewer - Compare two RAW files to help look for
- Missing rows
- Schema differences
- Different/changed data
- RAW to CSV (export)
- Expose actual data types from RAW file
- Release SSIS 2012 and SSIS 2014 compatible binary
- Release installer
- Check for updates
Feature Requests
Please share any feature requests by posting in the
Feature Request discussion or creating a new
Issue.
Notes
This project is still very young. It does not handle many exceptions, so if you get any errors let me know and I'll try to patch things up.
Use at your own risk!
Special Mentions
This project is based on
Mitulkumar Brahmbhatt's code. I ported it from 2005 -> 2008 and added a GUI.