SQL Server Forums - SELECT SCOPE_IDENTITY
SELECT SCOPE_IDENTITY() is returned as a resultset, so you need to process it as a resultset I don't know anything about DotNet, but my understanding is that you cannot use command.ExecuteNonQuery() for this type of query, because it IS a Query and ......