|
weisgerber
Starting Member
1 Posts |
Posted - 11/15/2010 : 11:08:43
|
I have a SQL Server 2000 database with some fields, named "RI", with Identity_Specification = "yes". when I backup the database and restore it to a 2008 server everything works fine. when it is restored to another 2000 server, and I run the same application, I get an error that I cannot enter a "null" value in the "RI" field.
Shouldn't "RI" auto-increment? Is there some difference in the SQL command for 2000 vs. 2008? |
|