Hi!
I have two Sql Servers ( A and B ).
In the linked server section of Server A, I've linked B.
In Server A, Database Db01, I have a View (Vw01) referencing a table in the linked server.
<pre
Vw01:
select*
from B.Db02.dbo.Tbl02
/pre>
Then, when I try to update data in Vw01 I get the error 7306
Could not open table '%ls' from OLE DB provider '%ls'. %ls