Re: Testing Table Existence - DB name as variable ?
From: rob (rwc1960_at_bellsouth.net)
Date: 06/29/04
- Next message: Aaron [SQL Server MVP]: "Re: how to turn off case sensitive when sort"
- Previous message: Tibor Karaszi: "Re: Help with xp_sendmail"
- In reply to: David Portas: "Re: Testing Table Existence - DB name as variable ?"
- Next in thread: Hugo Kornelis: "Re: Testing Table Existence - DB name as variable ?"
- Reply: Hugo Kornelis: "Re: Testing Table Existence - DB name as variable ?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 29 Jun 2004 09:47:17 -0400
David,
I have been thinking alot about your point of view... is there any other way
to provide "row level" permissions ? Other than a client tool parameter,
or separate sp's... I figured that by setting up one database per
saleperson, 2 mistakes must occur for a salesperson to see another
salespersons data 1) the wrong connection parameters would have to be used
when setting up the MSAccess client tool, and 2) they would have to
incorrectly assign permissions to the wrong database.
Thanks
"David Portas" <REMOVE_BEFORE_REPLYING_dportas@acm.org> wrote in message
news:7q-dnRoLJ5JftX3dRVn-ug@giganews.com...
> Then allow them to view the database only through SPs that restrict them
to
> just the data they own. Segmenting databases in the way you have is
> unnecessary and it just creates a management headache, makes development
> needlessly complex (your question in this thread for example) and makes it
> cumbersome to write Decision Support queries (find the top selling
> salesperson for example).
>
> --
> David Portas
> SQL Server MVP
> --
>
>
- Next message: Aaron [SQL Server MVP]: "Re: how to turn off case sensitive when sort"
- Previous message: Tibor Karaszi: "Re: Help with xp_sendmail"
- In reply to: David Portas: "Re: Testing Table Existence - DB name as variable ?"
- Next in thread: Hugo Kornelis: "Re: Testing Table Existence - DB name as variable ?"
- Reply: Hugo Kornelis: "Re: Testing Table Existence - DB name as variable ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|