正确的四部分表名是server.database.schema.tablename-那里有些多余的部分。
看起来表名称是OPC.WriteRequests?如果是,则必须使用方括号:
SQL05.ManufacturingPortal.dbo.[OPC.WriteRequests]
但是也许您的名字中有一部分不正确?

正确的四部分表名是server.database.schema.tablename-那里有些多余的部分。
看起来表名称是OPC.WriteRequests?如果是,则必须使用方括号:
SQL05.ManufacturingPortal.dbo.[OPC.WriteRequests]
但是也许您的名字中有一部分不正确?