0
votes
In SQL Server is it possible to get “id” of a record when Insert is executed?
I tend to prefer attaching a trigger to the table using enterprise manager. That way you don't need to worry about writing out extra sql statements in your code. Mine look something like this: …
