Top "Scope-identity" questions

Fetch scope_identity value in C# code from stored procedure in 3 tier architecture

I need to fetch scope_identity() value from a stored procedure after inserting data in C# code. Here I am …

c# sql-server scope-identity
Will SCOPE_IDENTITY Work in this Case?

I have PK that is self incrementing key. I need to insert the record into the database and then get …

sql sql-server ado.net scope-identity