How to insert into a table with just one IDENTITY column (SQL Express)

Viewed 11191

Pretty much the same as this question.

But I can't seem to get this to work with SQL Server Express in Visual Studio 2008.

Same Table layout, One column with identity and primary key.

2 Answers
Related