logged in user can't see tables

From: pablo (a@b.com)
Date: 08/31/02


From: "pablo" <a@b.com>
Date: Sat, 31 Aug 2002 04:34:09 GMT


When I connect to my SQL 2000 database through a DSN in my .asp page using
SQL authentication, I cannot see my tables without first prefixing them with
the owner name. For example, my DSN is set to authenticate with a SQL
id/pass:

DSN=mydsn;UID=owner;pwd=xxx

when I try and select on a table owned by owner

SELECT * FROM employees

fails, and

SELECT * FROM owner.employees

works.

I tried the DSN without the UID and PWD, and the login fails, so I am sure I
am loggin in correctly.

I would like not to have to specifiy the owner prefix. Any ideas?



Relevant Pages

  • Re: PerfMon recording to SQL 2005
    ... I've been out of the SQL world for a couple years so dusting off ... A System DSN, specifying windows authentication, and change to an existing ... Configuring the log file, choose the tested DSN as the System DSN ... The user account I created in SQL is an owner of the ...
    (microsoft.public.sqlserver.server)
  • Re: PerfMon recording to SQL 2005
    ... I've been out of the SQL world for a couple years so dusting ... A System DSN, specifying windows authentication, and change to an ... Configuring the log file, choose the tested DSN as the System DSN ... The user account I created in SQL is an owner of the ...
    (microsoft.public.sqlserver.server)
  • Re: PerfMon recording to SQL 2005
    ... I've been out of the SQL world for a couple years so dusting off ... A System DSN, specifying windows authentication, and change to an existing ... Configuring the log file, choose the tested DSN as the System DSN ... The user account I created in SQL is an owner of the ...
    (microsoft.public.sqlserver.server)
  • Re: Failed Connection to SQL Srvr 2005
    ... Next when DSN, by default, was ... On the server (Server Config ... I have a range of clients, some who have SQL 2000 ... (connections work). ...
    (microsoft.public.sqlserver.connect)
  • Re: crash on virtual dimensions
    ... SQL authentication doesn't work for SQL Server to anywhere. ... It is basically a way for access developers to start writing all of their ...
    (microsoft.public.sqlserver.olap)