Friday 15 April 2016

To Insert two identity column in sql table

[user_id]           as id + 0 persisted not null primary key,
OR
[user_id]           as id + 0 persisted not null 

No comments: