7357
Product Name Event ID 7357 Event Source MSSQLSERVER Component SQLEngine Symbolic Name RMT_ZERO_COL_OBJECT Message Text Cannot process the object "%ls".
Product
Name
Event ID
7357
Event Source
MSSQLSERVER
Component
SQLEngine
Symbolic
Name
RMT_ZERO_COL_OBJECT
Message
Text
Cannot process the object “%ls”. The OLE DB provider “%ls” for linked server “%ls”
indicates that either the object has no columns or the current user does not have
permissions on that object.
The error typically occurs when there’s an issue with the query passed to the
Open Query
statement.
Review the following potential causes and recommended solutions for this error.
Use four-part names (
) to perform insert,
update, or delete operations.
Reference the
function as the target table of an
,
, or
statement, depending on the capabilities of the OLE DB provider, as documented in the
Examples
section of “OPENQUERY (Transact-SQL).”
ノ
Expand table
linked_server_name.catalog.schema.object_name
OPENQUERY
INSERT
UPDATE
DELETE