How to insert value in Identity column ? TIP #80
How to insert value in Identity column ? TIP #80
Happy new year 2015 .
Suppose you have a source table and one destination table (Which is exact replica of source table) and you want to copy all the rows of source table into destination table. Now the challenging part here is that there is an identity column and in source & destination table and you want to insert same value of identity column in destination tables column.
Lets understand…
View On WordPress









