使用Linked Server無法Insert Data出現"Cursor operation conflict"
發表於 : 2009年 5月 14日, 11:28
若使用以下方式新增資料時出現"Cursor operation conflict"訊息
INSERT INTO [linkserver1].[tempdb].[dbo].[ERR_LOG]
(LogDateTime, Status) Values (GetDate(), 'err1')
請檢查 [linkserver1] 的SQL Server設定,在Server Properties 中確認"no count"是否有勾選,若有請取消即可。
INSERT INTO [linkserver1].[tempdb].[dbo].[ERR_LOG]
(LogDateTime, Status) Values (GetDate(), 'err1')
請檢查 [linkserver1] 的SQL Server設定,在Server Properties 中確認"no count"是否有勾選,若有請取消即可。