Forum Replies Created

Viewing 15 posts - 721 through 735 (of 6,104 total)

  • RE: Database Mail Security

    Database mail expands the surface area of your SQL Server. If you aren't using it, it should be turned off. Then again, if you're relying on it in order to...

    K. Brian Kelley
    @kbriankelley

  • RE: Deployment for ASP.NET User Membership Role Management

    You are on SQL Server 2005, right? If so, first:

    - Create a role. You can do this through SQL Server Management Studio's GUI.

    - Make the ASPNET user account a member...

    K. Brian Kelley
    @kbriankelley

  • RE: 2005 Linked Server issue

    If the non-domain servers are on a different network segment or have to cross a firewall, etc., those would be where I'd start. If one group is working and another...

    K. Brian Kelley
    @kbriankelley

  • RE: Deployment for ASP.NET User Membership Role Management

    Then it's probably an out of synch login-user mapping. Each Windows account, to include ASPNET, has a SID (Security IDentifier) to identify it uniquely. When you go from one server...

    K. Brian Kelley
    @kbriankelley

  • RE: Windows Authentication / TCP/IP Issue

    Jack Corbett (1/23/2009)


    K. Brian Kelley (1/23/2009)


    Jack Corbett (1/23/2009)


    K. Brian Kelley (1/23/2009)


    And when you are coming through Named Pipes, it's dropping back to NTLM. Kerberos support for Named Pipes was introduced...

    K. Brian Kelley
    @kbriankelley

  • RE: Windows Authentication / TCP/IP Issue

    Steve Hindle (1/23/2009)


    Thanks.

    Where do I run the SETSPN -L command? At the command prompt?

    Yes. However, if you haven't already, you may need to install the Support or Resource Kit tools....

    K. Brian Kelley
    @kbriankelley

  • RE: Deployment for ASP.NET User Membership Role Management

    So you moved the application and database (both) from one server to another? Is that correct?

    K. Brian Kelley
    @kbriankelley

  • RE: 2005 Linked Server issue

    Do you have jobs within the domain which run at > 5 minutes? If so, are they experiencing the same problem? If not, can you set one up as a...

    K. Brian Kelley
    @kbriankelley

  • RE: Windows Authentication / TCP/IP Issue

    Jack Corbett (1/23/2009)


    K. Brian Kelley (1/23/2009)


    And when you are coming through Named Pipes, it's dropping back to NTLM. Kerberos support for Named Pipes was introduced in SQL Server 2008. It's...

    K. Brian Kelley
    @kbriankelley

  • RE: Deployment for ASP.NET User Membership Role Management

    Trusted Connection = Windows login

    Is the SQL Server on the same server as the IIS server where your ASP.NET application is running?

    K. Brian Kelley
    @kbriankelley

  • RE: Windows Authentication / TCP/IP Issue

    There could be an SPN problem which is why Kerberos is failing. If you use SETSPN -L for the service account under which SQL Server is running, do you see...

    K. Brian Kelley
    @kbriankelley

  • RE: Determine user's last login

    MarkusB (1/23/2009)


    In SQL 2005 SP2 or higher you can also create a Login trigger to log the logon event into a table.

    You can, but if something were to happen to...

    K. Brian Kelley
    @kbriankelley

  • RE: SQL Server Security: Fixed Database Roles

    There is not a way to create new server roles, no. You can, in SQL Server 2005 and 2008, assign server level permissions to logins. So if your logins were...

    K. Brian Kelley
    @kbriankelley

  • RE: How to prevent sysadmin from tracing using profiler...

    GilaMonster (1/22/2009)


    Network admins at my previous company didn't allow any of those to be used anywhere.

    This is one positive towards auditors. In some cases, even on the trusted network, we've...

    K. Brian Kelley
    @kbriankelley

  • RE: How to prevent sysadmin from tracing using profiler...

    GilaMonster (1/22/2009)


    K. Brian Kelley (1/22/2009)


    Sorry, folks, but we have had solutions to prevent unencrypted data flowing across the data into SQL Server. 🙂

    We have em. The question of who uses...

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 721 through 735 (of 6,104 total)