SQL Scripties
Gaps

One feature I wish SQL Management Studio had is Paste and increment number. I frequently have to populate tables of lists with a integer reference code. If i have a code string of:

Insert into MyTable Select 1, ‘EN’, …

It would be great if i could paste in the value and have it change the 1 to a 2.