Hi,
I have created a linked server. Test connection is successful (Right click--> Test connection)
There a table in the remote server and i can see the rows of the table using SELECT query.
Now i created a new table (NAME: link_test) with the SAME user.
But this time i am getting the following error.
"Msg 7314, Level 16, State 1, Line 1The OLE DB provider "SQLNCLI10" for linked server "TEST" does not contain the table ""DATABASE"."dbo"."link_test"". The table either does not exist or the current user does not have permissions on that table."
Thanks in advance.