Forum Replies Created

Viewing 15 posts - 241 through 255 (of 6,104 total)

  • RE: local system account for sql server service

    Local system fails the recommendation on two points:

    - It is a local, not a domain account.

    - It is, by rule, a member of the administrators group (actually it has more...

    K. Brian Kelley
    @kbriankelley

  • RE: db_owner cannot grant select to database role?

    It could also be the case where the SQL Server is having issues talking with the DCs. The application and system event logs would tell the story there.

    K. Brian Kelley
    @kbriankelley

  • RE: Grant create stored procedure permission

    To start with, you have to grant CREATE PROCEDURE permissions. Looks like you've got that.

    If it's in a schema the user doesn't own, you've got to grant ALTER SCHEMA permissions,...

    K. Brian Kelley
    @kbriankelley

  • RE: cross-domain windows authentication

    Allen Krehbiel (4/21/2011)


    That would be an option, although we manage many of our customers' access to our dbs via windows auth as well, and security restrictions prevent us from configuring...

    K. Brian Kelley
    @kbriankelley

  • RE: Prevent create procedure if the user does not have access to the procedure contents.

    The dev and dbo schemas share the same owner. That's why the ownership chaining is working. There are two ways of attacking this:

    1) By the use of schema. Segregate objects...

    K. Brian Kelley
    @kbriankelley

  • RE: cross-domain windows authentication

    Is there a reason you don't set up all these domains to have an external trust relationship where those domains trust the domain where your user accounts reside? That would...

    K. Brian Kelley
    @kbriankelley

  • RE: db_owner cannot grant select to database role?

    Cannot find the user 'DOMAIN\domainuser'

    That seems to be the real issue. Are you sure the username wasn't mistyped and that it existed in the database as a user?

    K. Brian Kelley
    @kbriankelley

  • RE: Blocking Users by IP

    That's why I indicated if you permit access to it. And remember, attacking servers isn't just about what they contain with respect to data. It's also to see what other...

    K. Brian Kelley
    @kbriankelley

  • RE: Prevent User from Changing Login Password

    Short of using something like a server-level DDL trigger, no.

    K. Brian Kelley
    @kbriankelley

  • RE: Securing default installation of SQL2008 - regarding the public role

    The public role has a lot of grants, that is true, but it should typically be left alone. Otherwise you could put your SQL Server in an unsupported state.

    Also,...

    K. Brian Kelley
    @kbriankelley

  • RE: Blocking Users by IP

    dioscoredes (4/20/2011)


    When a connection to a named instance of the sql server is made, the connection goes to the sql browser service which listens on the UDP port 1434 (so...

    K. Brian Kelley
    @kbriankelley

  • RE: Finding lost or forgotten SQL Servers

    jeff.mason (4/19/2011)


    The problem we have is that 1) we are the ones who need the info, and they don't know what they are seeking and 2) getting the AD team...

    K. Brian Kelley
    @kbriankelley

  • RE: Finding lost or forgotten SQL Servers

    jeff.mason (4/19/2011)


    Of course, all of the solutions listed assume that you have a domain admin-level account that can go out and do this searching. If you work in a...

    K. Brian Kelley
    @kbriankelley

  • RE: Finding lost or forgotten SQL Servers

    Craig A. Silvis (4/19/2011)


    I had downloaded and tested the Quest tool too but I still like using PowerShell overall because it does not depend on a third party tool.

    There are...

    K. Brian Kelley
    @kbriankelley

  • RE: Finding lost or forgotten SQL Servers

    Craig A. Silvis (4/19/2011)


    PowerShell is, IMHO, the best free solution to finding new installations of SQL server on your network.

    Have you tried Quest's Discovery Wizard? It's free, too.

    Also, when we...

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 241 through 255 (of 6,104 total)