I'm using ssis 2008 and sql server 2012.
I have a table with column FileNumber. I would like to make sure all the numbers are following and there are no wholes. No missing numbers.
For example:
FileNumber
--------------
110
111
112
114
115
117
I would like the ssis to output the numbers 113 and 116 which are missing.
Any idea how to do this?