Forum Replies Created

Viewing 15 posts - 1,141 through 1,155 (of 6,104 total)

  • RE: Linked Servers and Security Concerns

    What is typically frowned upon are ad hoc distributed queries.

    Ad Hoc Distributed Query Option

    The reason this type of access is typically bad is it could potentially allow a user to...

    K. Brian Kelley
    @kbriankelley

  • RE: Delay after failed login?

    SQL Server only supports what the Windows operating system supports (and this only started in SQL Server 2005). Neither the operating system nor SQL Server supports increased delays in logging...

    K. Brian Kelley
    @kbriankelley

  • RE: Restrict table access (read only) in sql server 2005 using Windows authentication

    Are they coming in with accounts that are in some way members of the sysadmin fixed server role? Either directly, or through a group, this is possible. For instance, BUILTIN\administrators...

    K. Brian Kelley
    @kbriankelley

  • RE: Cannot see or change logon names in SQL 2005

    This is one of the reasons that we typically ensure the accounts that manage security and the like have master set as the default database. I've faced this same problem...

    K. Brian Kelley
    @kbriankelley

  • RE: Tracking specific users

    On SQL Server 2005 SP2 you can track login activity (when they connect) using Login triggers. Otherwise, your only option is, as previous stated, using SQL Server Profiler or a...

    K. Brian Kelley
    @kbriankelley

  • RE: Local Administrator Can't See User Databases

    If you log in with a different account you see the rest of the databases, etc.? Hrm, I've not seen that one before. What happens if you open up a...

    K. Brian Kelley
    @kbriankelley

  • RE: Securables

    It sounds like he granted EXECUTE rights against the dbo schema. If so, you'll need to check the permissions on the schema itself. If you are using SQL Server Management...

    K. Brian Kelley
    @kbriankelley

  • RE: SQL 2000 - Nucleus/Kernel Password Recovery application

    NGS has SQuirreL for SQL Server which will do password recovery on SQL Server 2000. It uses the algorithm they developed and put into NGSSQLCrack, which is a separate product....

    K. Brian Kelley
    @kbriankelley

  • RE: MSSQL server and Operating system

    In general, SQL Server runs as a Windows service. It stops the same as any other controllable service, such as IIS Admin, WWW Publishing Service, etc. As to what else...

    K. Brian Kelley
    @kbriankelley

  • RE: 2005 active/active clustering

    John Ranger (5/28/2008)


    One important point I had forgot in my first post: Make sure that the SQL Server Resource is dependent on all its LUNs (Physical Disk resource) in a...

    K. Brian Kelley
    @kbriankelley

  • RE: Local Administrator Can't See User Databases

    Is the BUILTIN\Administrators group still a member of the sysadmin fixed server role?

    K. Brian Kelley
    @kbriankelley

  • RE: Encryptioon

    How is the user coming into the database? Through an application? Using a service account?

    K. Brian Kelley
    @kbriankelley

  • RE: Virus Scanning Blob files loaded in SQL Server

    I like Matt's solution a lot because it ensures you don't have multiple instances of the AV engine running to do scans. Of course, I've never been a big fan...

    K. Brian Kelley
    @kbriankelley

  • RE: Stop Customers from Modifying Stored Procedures

    If you're talking about for customers who have servers which you have no control over, you can't. That's the bottom line. As you indicated, even if you use encryption, they...

    K. Brian Kelley
    @kbriankelley

  • RE: sa removal

    Piggy-backing on what's already been said here:

    Introduce your users to The Principle of Least Privilege. It's a security principle that says you give the users the rights they need and...

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 1,141 through 1,155 (of 6,104 total)