Insert into table with one identity column only
One of my friend asked me a question that “How we can insert values in a table with only one column which is identity, without using IDENTITY_INSERT ON?”. In this post “Insert into a table with one identity column only”, I am going to share a nice method to achieve this. We know that using […]
Insert into table with one identity column only Read More ยป