Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2005 > SQL Server 2005
|
SQL Server 2005 General discussion of SQL Server *2005* version only.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 18th, 2006, 05:28 AM
Registered User
 
Join Date: Apr 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default dbo qualifier issue (sql2005 BE with Access FE)

Can anyone help please?

I have Access Projects Front ends on SQL 2005 backends.

Some users are on Access2000, some are on Access2003 and some use Access2003 RunTime only.

I have no problems with the Access 2003 full versions or runtimes. But with Access 2000 users, some can't use any forms or reports where the Recordsource property does not have the full qualifier:-
e.g "SELECT * FROM dbo.Employee" .

However some Access 2000 users work OK with "SELECT * FROM Employee" (without the "dbo." qualifier)

Is there an option somewhere in Access 2000 to set whether or not the full qualifier is needed?
Is there a service pack difference?

Thanks for any help.


george
 
Old July 23rd, 2006, 12:45 PM
Friend of Wrox
 
Join Date: Dec 2005
Posts: 146
Thanks: 0
Thanked 1 Time in 1 Post
Default

Are you using Access data Projects (ADP) or MDB files?
IF ADP's then you should be aware that Access 2000 adp's were not designed for SQL 2000 let alone 2005.

You have already identified a possible solution -- standardize everyone on Access 2003 or later. The other option which is one that should be done anyway to speed up object name resolution when parsing queries and that is to ensure that every object reference is qualified by owner name.

How are your access 2000 using authenticating? Windows or SQL? If SQL are they all using the same user or different users?

David Lundell
Principal Consultant and Trainer
www.mutuallybeneficial.com
 
Old July 24th, 2006, 01:13 AM
Registered User
 
Join Date: Apr 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

David,
I am using ADPs and have discovered that if I ensure users are not members of the db_owner role then it's all OK.

However to ensure no further problems I have now qualified all the references to all objects with the owner. I hope to have most users on Access 2003 runtime environment soon also.

Thanks for the comments.
George.

george





Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 workbook name qualifier AveryB Excel VBA 1 December 17th, 2007 10:41 PM
Cache Mechanism in Different IIS / FE - BO pbernardo01 BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 6 August 3rd, 2007 01:05 PM
valid dbo; permission to impersonate dbo est BOOK: Wrox's ASP.NET 2.0 Visual Web Developer 2005 Express Edition Starter ISBN: 978-0-7645-8807-5 5 February 21st, 2007 04:44 AM
this qualifier gregoryaross Book: Wrox's Visual C# 2005 Express Edition Starter Kit 0 June 17th, 2006 07:39 AM
SQL2005 to SQL2000 issue SoftMind BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 2 May 2nd, 2006 09:09 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.