Is there any way to get this insert to work:exec [wmg-pm-reports].PracticeManager.dbo.cusRecallIdentityInsertOnINSERT INTO [wmg-pm-reports].PracticeManager.dbo.recallSELECT RecallId,Inactive,PatientProfileId,Date,DoctorResourceId,FacilityId, 552,LastContactDate,1,ApptId,Notes,Created,CreatedBy,LastModified,LastModifiedByFROM RECALLexec [wmg-pm-reports].PracticeManager.dbo.cusRecallIdentityInsertOff
I get this error:Server: Msg 7344, Level 16, State 1, Line 2OLE DB provider 'SQLOLEDB' could not INSERT INTO table '[wmg-pm-reports].[PracticeManager].[dbo].[recall]' because of column 'RecallId'. The user did not have permission to write to the column.[OLE/DB provider returned message: Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.]