Forum Replies Created

Viewing 15 posts - 2,041 through 2,055 (of 6,104 total)

  • RE: Question of the Day for 22 Jun 2006

    Not quite. The role is created which has DENY on vacations. Bob is made a member of this role. If others come along with the same situation they, too, can...

    K. Brian Kelley
    @kbriankelley

  • RE: Disaster Recovery Test Problems.

    Did you follow these steps to run rebuildm.exe on the cluster?

    How to rebuild the master database on a virtual SQL Server instance

    K. Brian Kelley
    @kbriankelley

  • RE: moving databases?

    Generally, yes, if you can copy off the database files (including transaction logs), while SQL Server is in a stopped state, it's relatively easy to get back to where you...

    K. Brian Kelley
    @kbriankelley

  • RE: current session info

    No, SQL Server doesn't restrict applications, only logins. And as mentioned, it is trivial to spoof the application name. This can easily be done using a File DSN, in which...

    K. Brian Kelley
    @kbriankelley

  • RE: Determine License option in SQL 7

    The License Logging Service may be disabled on the SQL Server's system or on the domain controller. However, the information isn't necessarily accurate. More here:

    Description of...

    K. Brian Kelley
    @kbriankelley

  • RE: Question of the Day for 22 Jun 2006

    You've defined 3 roles:

    1) HR

    2) Normal Users

    3) Users who need access to the second table

    You didn't specify whether or not all of HR needs access to that second table. If...

    K. Brian Kelley
    @kbriankelley

  • RE: Question of the Day for 22 Jun 2006

    Granting permissions to individual user accounts is generally frowned upon. The reason being is that if you limit granting permissions to roles, you only need to look at one place...

    K. Brian Kelley
    @kbriankelley

  • RE: login failed for user "sa"

    Do you have any jobs that normally run between midnight and 3 AM? If so, are any of them failing? Were any new processes or applications put into place recently?...

    K. Brian Kelley
    @kbriankelley

  • RE: SQL Profiler - Minimum Security needs

    You always have the option of setting up a trace and dumping to a trace table. You can give those who don't have sa access rights to SELECT from that...

    K. Brian Kelley
    @kbriankelley

  • RE: Mirroring - how many databases

    Mirroring didn't gain full support until SP1 and since that is really new, not a lot of folks have likely implemented it in production as of yet.

    K. Brian Kelley
    @kbriankelley

  • RE: Sql Server 2000 on Windows XP System

    Some of the versions aren't supported, true. You can't run Standard or Enterprise edition on Windows XP. However, you can run Developer, which is basically Enterprise in a specially licensed...

    K. Brian Kelley
    @kbriankelley

  • RE: Local Groups in Cluster

    If role-based (or task-based) security is used as the model, then those groups would already exist and all you would have to do is add them. If your security account...

    K. Brian Kelley
    @kbriankelley

  • RE: Bill Gates Stepping Down...

    Rudy, I respectfully disagree. I think it is a big deal when someone who has had such an impact as Bill Gates does change directions as he has. It might...

    K. Brian Kelley
    @kbriankelley

  • RE: Bill Gates Stepping Down...

    True, moving on is probably a better way to put it. He's said it many times that he has planned to give away the bulk of his wealth to help...

    K. Brian Kelley
    @kbriankelley

  • RE: Sql Server 2000 on Windows XP System

    Can you post the query you are using and possibly the DDL (Data Definition Language) for the objects it references? That might help.

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 2,041 through 2,055 (of 6,104 total)