Forum Replies Created

Viewing 15 posts - 1,261 through 1,275 (of 6,104 total)

  • RE: Script to return ALL database permissions granted to a certain DB Role

    This script obtains role member information, but not permissions of a role.

    Try these for 2005:

    SQL Server: Listing all the database roles for a given database user

    SQL Server: Showing permissions for...

    K. Brian Kelley
    @kbriankelley

  • RE: Server Availability

    Out of the box? No. You'll either need to go with a monitoring tool capable of connecting with SQL Server, looking at the state of services on the server, or...

    K. Brian Kelley
    @kbriankelley

  • RE: C2 Audit Mode

    C2 Auditing? No. Trying to do too much with a server trace? Yes.

    K. Brian Kelley
    @kbriankelley

  • RE: SSL client encryption in SQL 2000

    The name being used to connect must match the name of the certificate. One thing that may work better is to make an entry in the hosts file that matches...

    K. Brian Kelley
    @kbriankelley

  • RE: SSL client encryption in SQL 2000

    Same idea. On your computer, run cliconfg.exe. This is the client network utility. You can force it on there.

    K. Brian Kelley
    @kbriankelley

  • RE: Server Availability

    You looking to track the server or the SQL Server itself? Also, what sort of agents/tools do you have in your environment?

    K. Brian Kelley
    @kbriankelley

  • RE: SQL Server 2K5 on VMWare

    That's not 100% true of Microsoft's support policy with regards to Microsoft applications on non-Microsoft virtualization. That policy is stated here:

    Support policy for Microsoft software running in non-Microsoft hardware virtualization...

    K. Brian Kelley
    @kbriankelley

  • RE: SSL client encryption in SQL 2000

    Did you import the certificate into the computer account (not the logged on user)?

    What happens if you try to force encryption from say, QA?

    K. Brian Kelley
    @kbriankelley

  • RE: C2 Audit Mode

    With C2, just about everything is turned on. As a result, you do suffer a performance hit. I've seen it estimated as up to 20% percent. Realize that C2 mode...

    K. Brian Kelley
    @kbriankelley

  • RE: sql clustering 2005 problems

    An easy way is to open the log file, select all, copy, and then open up notepad on the host, paste.

    K. Brian Kelley
    @kbriankelley

  • RE: Storing passwords in database after encryption ,more details on the md5 command.?

    If the application is doing the encryption and passing the encrypted hash to the database, then likely you just need a column that is varbinary format.

    K. Brian Kelley
    @kbriankelley

  • RE: Bachelors degree - Who has one, or even more education?

    schumi (4/1/2008)


    well after reading all the posts, i think a good conclusion (in my opinion) would be:

    1) you need a BS to get a ticket to the HR office. But...

    K. Brian Kelley
    @kbriankelley

  • RE: Procedure Cache Hit Rate is Low - Need Advice

    rbarryyoung (3/31/2008)


    It's still a mystery to me why Microsoft doesn't use the same COLLATION-based character normalization before hashing that it does before normal table lookups.

    Think about the operation that would...

    K. Brian Kelley
    @kbriankelley

  • RE: Database Growth

    Jeff Moden (3/31/2008)


    Thanks, Brian...

    Just so everyone knows, sp_track_db_growth does not even come close to what the OP asked for. Rather, it tracks what size the backup files are. ...

    K. Brian Kelley
    @kbriankelley

  • RE: Server specifications for 2008 SQL Server

    Likely then you'll have to go with the Microsoft min. recommendations. Because these are CTP builds, Microsoft likely hasn't removed all of the debugging, meaning the CTPs aren't reflective of...

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 1,261 through 1,275 (of 6,104 total)