Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scope-identity

Get SCOPE_IDENTITY value when inserting bulk records for SQL TableType

T-SQL: returning the new INSERT identity to C#

Will SCOPE_IDENTITY Work in this Case?

What data type does the SQLCommand method ExecuteScalar() return?

How to obtain SCOPE_IDENTITY() from INSERT run in EXEC() statement

SQL Server INSERT, Scope_Identity() and physical writing to disc

SQL Server OUTPUT clause

SQL Server Profiler showing SCOPE_IDENTITY() while ColdFusion code is not using it in any query

Return id after insert C# using SQL Server

How to get Identity of new records INSERTED into table with INSTEAD OF trigger

Is there a way to bulk insert into two tables with FK from one to the other?

How do I cast Scope_Identity() to Int?

sql-server scope-identity

Is there any way to use SCOPE_IDENTITY if using a multiple insert statement?

Inserting into Oracle and retrieving the generated sequence ID

Why does select SCOPE_IDENTITY() return a decimal instead of an integer?

SCOPE_IDENTITY() for GUIDs?