Forum Replies Created

Viewing 15 posts - 811 through 825 (of 6,105 total)

  • RE: Configuring Kerberos Authentication

    Kevin Rathgeber (12/11/2008)


    We worked directly with Microsoft and members their IIS team on this one (Brian Murphy-Booth and Christopher Haun to be exact). Every connection that was being made...

  • RE: Configuring Kerberos Authentication

    Kevin Rathgeber (12/11/2008)


    Maybe I have misread your article, but it seems to me you are saying NTLM will not work on multiple hops. We have in fact had this...

  • RE: Configuring Kerberos Authentication

    Bradley Deem (12/11/2008)


    Harold Buckner (12/11/2008)


    Great article Brian. I've been working with Kerberos Authenication for a while and I had to scour the internet looking for something that explained it like...

  • RE: Configuring Kerberos Authentication

    Jack Corbett (12/11/2008)


    That'd be great. Here's a question for anyone on the thread. TO get my web application to use Windows Authentication I assume I need to get...

  • RE: Configuring Kerberos Authentication

    Jack Corbett (12/11/2008)


    Great article Brian. Will there be a follow-up on setting up Kerberos delegation? I could use it.

    I'll look at writing that up. I earned my wings...

  • RE: Configuring Kerberos Authentication

    barb.wendling (12/11/2008)


    Very interesting article, very helpful and clearly written. I just set up a Domain/User to run SQL 2000 on a Win2K server had had to reattach the server to...

  • RE: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.

    Can you describe the setup a bit? Do you have multiple servers? Multiple domains?

  • RE: SPN Insanity

    An SPN will only be registered if the account in question is the computer's account (effectively System or Network Service) or a Domain Admin level account. If you run SQL...

  • RE: Sources to Improve Knowledge of SQL Server

    If you're running Windows XP, SSRS should go onto IIS without an issue. If you're running Vista, you'll need to do a few more things:

    Getting Reporting Services to work on...

  • RE: Sources to Improve Knowledge of SQL Server

    Windows 2008 will work. I know there are some gotchas with SQL Server 2005 (List of known issues when you install SQL Server 2005 on Windows Server 2008). If you're...

  • RE: Just Keep Going and Going and Going

    Microsoft probably would support a legacy system, but for the right price. A couple of posts to the WSUS forum recently for one of the nastier security vulnerabilities seemed to...

  • RE: SQL Response from Redgate

    I know for sure it monitors the following:

    - Deadlocks

    - CPU Usage

    - Disk Space

    - Long Running Queries

    I saw those during the review process I did. I know it captures usage and...

  • RE: xcacls, securing SQL folders.

    I don't believe xcacls has a parameter for everything but a particular filename pattern. You would likely have to determine the different patterns and run xcacls separately for each one....

  • RE: SSN Encryption

    On a database that originated when the app was built on SQL Server 2000, we encrypt at the app level. On a more recent retrofit of an older app, we...

  • RE: SCript out all logins inthe server

    The first part, scripting the logins themselves, is covered in this KB article. You'll need to add the two stored procedures and run sp_help_revlogin to export the logins.

    How to transfer...

Viewing 15 posts - 811 through 825 (of 6,105 total)