I use SQL Server 2008R2, I need to findout the missing dates.
ID College Dept JoiningDate
1 SAEC CSE 1/2/2008
2 MSEC EEE 4/2/2008
3 GOV ECE 8/2/2008
4 JKP CSE 9/2/2008
5 VLM CSE 10/2/2008
6 PTR CSE 13/2/2008
Output
JoiningDate
2/2/2008
3/2/2008
5/2/2008
6/2/2008
7/2/2008
11/2/2008
12/2/2008