Linked Server Problem

From: TK (anonymous_at_discussions.microsoft.com)
Date: 07/14/04


Date: Wed, 14 Jul 2004 11:30:04 -0700

I have a view to a table in a linked server (an Access mdb
file) that works fine in Enterprise Manager and Query
Analyzer, but when the view is executed in the Access adp
I get an error saying:

"Microsoft Access can't find the
object 'dbo.ExternalTable.'" where "ExternalTable" is the
name of the view.

Strangely, the view can be executed by other views or
stored procedures in the project, so I suspect the problem
is related to the inclusion of the "dbo." prefix that
Access adds to the view name. Can anyone confirm this or
provide another explanation?

Meanwhile I do have a workaround since I created another
view that returns the results of the first one, and while
this works OK, I would like to eliminate the excess
clutter.

TIA for any help,

TK



Relevant Pages

  • Re: Tools with/for Express
    ... Enterprise Manager does not work with SQL Server 2005. ... Analyzer is pretty dumb and just passes on what you type, ... But Enterprise Manager tries to write it's own code and it doesn't use SQL ... I then attempted to use Query Analyzer. ...
    (microsoft.public.sqlserver.tools)
  • Re: ODBC error: [Microsoft][ODBC SQL Server Driver]Invalid cursor
    ... My first suggestion is that you really should be using Query ... Analyzer for those types of activities. ... >using Enterprise manager and when changing colum name I get this error. ... >>>I am trying to rename a column name and it gives me the following error. ...
    (microsoft.public.sqlserver.odbc)
  • Re: stored procedure update HUGE PROBLEM
    ... Don't ever create or alter procs in Enterprise Manager. ... Use Query ... Analyzer and specify SET QUOTED_IDENTIFIER and ANS_NULLS ON or OFF as ...
    (comp.databases.ms-sqlserver)
  • RE: Enterprise Manager Shortcuts for Remote Servers
    ... I don't think I have a restriction for Query ... Does this mean I'd have to switch to Query Analyzer or are you suggesting ... that back to using Enterprise Manager? ... doesn't allow you to store a default database for each SQL Server ...
    (microsoft.public.sqlserver.server)
  • Re: Source control integration with MSSQL 2000.
    ... I tested sqlXpress about a year or so ago. ... query plans, which was something I couldn't do without. ... > using both Query Analyzer and Enterprise Manager. ... > - Their website says "Replaces most features of Microsoft® Query Analyser ...
    (microsoft.public.sqlserver.server)

Loading