error: SET IDENTITY_INSERT “DATABASENAME”.”dbo”.”Record Link” ON
Posted on September 17th, 2010 by kriki
What does the error mean? And how to fix it?
The full error in NAV is this one:
The following SQL Server error(s) occurred while accessing the Record Link table:
1088,”42000″,[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot find the object “DATABASENAME.dbo.Record Link” because it does not exist or you do not have permissions.
SQL:
SET IDENTITY_INSERT “DATABASENAME”.”dbo”.”Record Link” ON
First and for all, […]
Filed under: C/AL, NAVISION, SQL | 3 Comments »