Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Indentity_insert property

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-10-01 : 01:06:40
Stephen writes "I have a database that I manipulate via a VFP client.

I designed the database from the enterprise manager console.
The design was done under MSSQL 7.0, since then the server
has been upgraded to MSSQL 8.0 (2000). This upgrade was not
performed by me, but by another contractor.

Just for one table in the database, when accessed for record
insertion or modification I receive the following complaint
from the server, "IDENTITY_INSERT IS SET TO OFF...". It goes
on to say set the property to on and retry.

The table has an identity key defined (auto-increment by one).

How do I turn this IDENTITY_INSERT property on either via
SPT or through the console?

v/r

Steve"
   

- Advertisement -