Sorry, but there are no more tags available to filter with.
-
A project I'm currently working on has just switched from int IDENTITY to Guids for their primary keys, populated by newsequentialid(). I've regenerated the DAL, and am now in a position where new items committed to the db are generating guids correctly in the table, but aren't populating...