Forum Replies Created

Viewing 15 posts - 346 through 360 (of 6,104 total)

  • RE: sql2008 securityadmin server role does not work as expected

    Are you just granting the ability to connect to the database or are you also assigning them to a role further down?

    K. Brian Kelley
    @kbriankelley

  • RE: No More Reviews

    I like Spolsky's and Fog Creek's take on performance and compensation.

    Fog Creek Compensation

    We as humans tend to think we've done better than what we've actually done. So that means...

    K. Brian Kelley
    @kbriankelley

  • RE: Stored Procedure's Security

    eric_russell 13013 (5/4/2010)


    If someone is developing something like a desktop application for release as shareware, and they feel it's important to protect the contents of proprietary reference tables and SQL...

    K. Brian Kelley
    @kbriankelley

  • RE: Stored Procedure's Security

    eric_russell 13013 (5/4/2010)


    If the instance of SQL Server is running on the user's desktop, then by default, they are a privillaged user. Even if you embedded and encrypted the SQL...

    K. Brian Kelley
    @kbriankelley

  • RE: Job ownership

    There is a difference between ownership and execution context. Typically the jobs are not owned by the SQL Server Agent service account. They are owned by whowever created the job...

    K. Brian Kelley
    @kbriankelley

  • RE: Querying AD from SS2K8

    TechNet Script Center:

    TechNet Script Center - Script Repository

    K. Brian Kelley
    @kbriankelley

  • RE: Disabling implicit permissions

    You can't turn off ownership chaining. So you can't turn off the implicit permissions. But because you posted this in a SQL Server 2005 forum, let's look at what you...

    K. Brian Kelley
    @kbriankelley

  • RE: Querying AD from SS2K8

    As a former AD architect, here's why I say that:

    - One, it can be a nightmare to troubleshoot that linked server connection. It's fraught with issues, which you can see...

    K. Brian Kelley
    @kbriankelley

  • RE: Querying AD from SS2K8

    I would recommend using a script outside of SQL Server which runs periodically and populates lookup tables for users, groups, and group memberships. Your AD administrators will thank you. 🙂

    K. Brian Kelley
    @kbriankelley

  • RE: Preventing NT AUTHORITY\SYSTEM to take backups

    Are you using a Symantec/Veritas product to backup the server? If so, it likely recognizes that there is a SQL Server on the system and is using the SQL Server...

    K. Brian Kelley
    @kbriankelley

  • RE: Restoring a SQL Server 2005 Encrypted DB

    If your asymmetric keys were created from the database master key (they should be unless you specified otherwise), once you regain access to the database master key, yes, you should...

    K. Brian Kelley
    @kbriankelley

  • RE: Passwords - case sensitive in Login using SQL Server Authentication

    By default SQL Server is case insensitive with respect to the login. So unless you've chosen a collation when you installed SQL Server that is case sensitive, it doesn't matter...

    K. Brian Kelley
    @kbriankelley

  • RE: Login failed for user 'NT AUTHORITY\SYSTEM'. [CLIENT: ]

    Did you remove BUILTIN\Administrators without adding back in NT Authority\System with sysadmin rights? If so, the Full Text service needs to run under System and that's how it connects into...

    K. Brian Kelley
    @kbriankelley

  • RE: Why NTLM instead of Kerberos

    Toby White (4/29/2010)


    If I remote into the server and open a connection from SSMS there I get Kerberos. However, all the other connections from SSMS that are Kerberos are connecting...

    K. Brian Kelley
    @kbriankelley

  • RE: Creating sql server login group for dba tasks

    Can you post the error you're getting? Can you ping the SQL Server? Can you telnet to the port that it's listening on?

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 346 through 360 (of 6,104 total)