SQL SERVER – SCOPE_IDENTITY (T-SQL) – Identity Column @SQLSERVER | SQL Server Rider
SCOPE_IDENTITY(): This function returns the latest identity value inserted into an identity column in a table. As given in the function name, this function returns the output with in the scope. The scope is a code boundary such as a stored procedure, trig
sqlserverrider.wordpress.com |