Sql Server Error : The IDENTITY function can only be used when the SELECT statement has an INTO clause.
- Posted by Sqltimes
- On April 30, 2015
- 0 Comments
Quick one today: Recently, ran into an interesting error message that looks very complicated, but is fairly straight one. 1 2 Msg 177, Level 15, State 1, Line 1 The IDENTITY function can only be used when the SELECT statement has an INTO clause. The code looked something like this: 1 2 3 4 5 […]
Read More