With SQL, when inserting values into a Table from a SP, is it possible to get the value of the Primary Key before the values are added to the Table?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
IDENTITY
it is certainly possible with externally generated PK values such as sequences or guids. – Martin Smith 40 mins ago