Re: The importance of fully qualifying database objects in Queries, Functions etc.
- From: "Sylvain Lafontaine" <sylvain aei ca (fill the blanks, no spam please)>
- Date: Sat, 7 May 2005 15:41:49 -0400
Even with Administrators, you should always use dbo. prefix for a (slight)
better performance: the SQL-Server will recompile the stored procedures in
its cache much less often and it will take a little less time to compile.
Also and unless you are able to read the futur, you never know when you will
have to crank up the security of your system and start using things such as
user defined SPs and Views for filtering and limiting the access to the data
in the tables.
--
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
"Patrick Wolf" <ppjwolf@xxxxxxxxxxx> wrote in message
news:uAuRkUyUFHA.580@xxxxxxxxxxxxxxxxxxxxxxx
> Environment: WinXP / SQL Server 2000 (Integrated Authentication) /
> Access 2003 / ADP Access Project
> -------------------------------------------------------------------------------------------------------------
>
> Hi,
>
> -the people developing the database are Administrators who are seemingly
> automatically in the db_owners group.
> -the people using the database are in all kind of groups and will not be
> creating queries, tables, stored procedures etc. but just use an Access
> Project which in turn will access SQL Server.
>
> What is the importance in this setup of fully qualifying database objects
> with owner.table (dbo.table) in queries, views, functions etc.?
> What problems could we run into in the future if we don't do it now (at
> the moment it is working fine for both developers and users)?.
>
> Thank you very much for your suggestions
> Patrick
>
.
- Follow-Ups:
- References:
- Prev by Date: Re: About large database projects (ADP)
- Next by Date: Re: About large database projects (ADP)
- Previous by thread: The importance of fully qualifying database objects in Queries, Functions etc.
- Next by thread: Re: The importance of fully qualifying database objects in Queries, Functions etc.
- Index(es):
Relevant Pages
|