Consider the following scenario for two SQL Servers SQLA and SQLB:
Msg 16955, Level 16, State 2, Line 1
Could not create an acceptable cursor.
- You define a view on SQLB and the view's definition includes UNION ALL statement.
- To make the view updateable (UNION ALL views are not updateable by default) you define an update trigger on this view.
- You configure a linked server from SQLA to SQLB using SQL Native client (or SNAC) OLEDB provider (this is the default option when you define a linked server from one SQL Server to another).
Msg 16955, Level 16, State 2, Line 1
Could not create an acceptable cursor.