Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread Configuration database
Mon, Sep 14 2009 11:56 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

I know it does currently, but should

SELECT * FROM Databases

return the configuration database as well as the user ones?

Roy Lambert
Mon, Sep 14 2009 12:17 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< I know it does currently, but should

SELECT * FROM Databases

return the configuration database as well as the user ones? >>

Sure, why not ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Sep 15 2009 3:50 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

><< I know it does currently, but should
>
> SELECT * FROM Databases
>
> return the configuration database as well as the user ones? >>
>
>Sure, why not ?

Anything else in there is a user defined database and is under the users control Configuration is a system database and not under users control.

Roy Lambert
Tue, Sep 15 2009 12:55 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< Anything else in there is a user defined database and is under the users
control Configuration is a system database and not under users control. >>

Yes, but the Configuration database is also present in the
DatabasePrivileges table, which is important for making sure that an
authorization (user/role) has the proper SELECT privileges for the
Configuration database.

I'll have to think about this further.

--
Tim Young
Elevate Software
www.elevatesoft.com

Wed, Sep 16 2009 3:13 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim


On the basis I've never changed the privileges for the Configuration table I didn't know that Smiley

Roy Lambert
Wed, Sep 16 2009 3:43 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< On the basis I've never changed the privileges for the Configuration
table I didn't know that Smiley>>

Well, I axed the Configuration database from both tables (Databases and
DatabasePrivileges) because you can't change the database privileges
anyways.  I was mistakenly thinking of the effective privileges, not the
actual privilege assignments.

Which reminds me, I need to add a system table for effective privileges.....
Smiley

--
Tim Young
Elevate Software
www.elevatesoft.com

Image