It would be handy to have an increment function similar to SQL's Identity datatype that allows you to specify a seed and increment value. It would seem like a really simple tool to add. Ideally the seed value could come from an incoming connection to give the flexibility of retrieving the seed value from a database.
I've found a workaround
explained on my blog here, but it would just be handy to have this built in.