Posts by Mariana Del Nero • 106 points
2 posts
-
4
votes2
answers499
viewsA: Sql server skipping record id
Complementing the rLinhares response, this problem can happen in two scenarios: (1) if you are using an IDENTITY field from version 2012 when the service is restarted SQL makes a RESEED of IDENTITY…
-
5
votes2
answers116
viewsA: Command to update multiple tables in the database
Jeff Henrique, good afternoon There’s no way you can do this with a single command. You will have to assemble all Updates even, one per table, updating the value of your column emp_code.…