I'm busy with a program which is build in C# with LINQ and it works fine as long as I select data but when I'm trying to store data in it I get a SELECT error. Now I've found out this is because of a select query who looks like this SELECT CONVERT(Int,SCOPE_IDENTITY()) AS [value]. My question...