Hi All-
I have recently converted a database to SQL Server and receive the following error message:
The following SQL Server error(s) occurred while accessing the XXX table:
1088,"42000",[Microsoft][ODBC SQL Server Driver][SQL Server] Cannot find the object XXX because it does not exist or you do not have permissions.
SQL:
SET IDENTITY_INSERT XXX ON.
I checked the roles for this user and she does have rights to the table in question.
Does anyone have an idea?
0
Answers
http://www.mibuso.com/forum/viewtopic.php?t=18453
Other suggestions include:
1.) Upgrade / Install the Extended Stored Procedure
2.) Full backup and restore of db
Does the table exist? Does it have a "AutoIncrement" field?
NAV/SQL Performance Optimization & Troubleshooting
STRYK System Improvement
The Blog - The Book - The Tool
I'm guessing it is a problem with security not synchronizing properly.
This error occurs when an attempt is made to insert a value into an Auto-Increment field.
[/code]
NAV/SQL Performance Optimization & Troubleshooting
STRYK System Improvement
The Blog - The Book - The Tool