Forum Replies Created

Viewing 15 posts - 466 through 480 (of 6,105 total)

  • RE: Windows Authenticated v/s SQL Authentication

    I would disagree. Typically web applications that are Internet facing where the web servers sit in the DMZ use SQL Server authentication. Internal web servers the typical method is a...

  • RE: SQLSentry on Clustered Servers

    Instead of using IP, do you have the option of using the virtual server name that was created for the SQL Server instance?

  • RE: Password policy enforcement - Server or Domain?

    If it's on the domain, generally speaking there are no issues. From my experience administering a domain with several thousand systems, we would only occasionally see GPO issues. And most...

  • RE: Password policy enforcement - Server or Domain?

    Technically it gets it from the server. However, the catch is the server gets its policy from the default domain policy. So effectively it's the domain, unless the server isn't...

  • RE: Principals, Securables, Permissions oh my. SQL 2008/2005

    This may be a semantic argument, but just for clarification...

    In SQL Server, scope refers to a securable that contains others securables. Server, Database, and Schema are all scopes. So the...

  • RE: SPN registration failed

    This is a normal "error" and can be ignored. If you are not using Kerberos authentication, you can safely disregard the error and do nothing more. If you have a...

  • RE: Useing Role

    You've explained the situation, but you didn't indicate what you want to do. For instance:

    Do you want to stop the previous login from being used?

    Do you want the application to...

  • RE: decrypt sql server 2005 sp

    jswong05 (8/27/2009)


    I don't see why people got SQLExpress free and struggle to get it do something. Developer version is only $50. If you want a free database, you should use...

  • RE: How to execute server-level commands without Server admin rights

    Steve's presented the typical best solution from a technical side, so I'm going to ask the procedural question. Why not have this scripted and have a DBA execute in a...

  • RE: decrypt sql server 2005 sp

    jswong05 (8/27/2009)


    By the way, forget SQLExpres. DAC will not work for SQLExpress by design.

    DAC does work with SQL Server Express. DAC is disabled by design. While DAC consumes a minimal...

  • RE: Are the posted questions getting worse?

    Bob Hovious (8/27/2009)


    You all do realize that in some cases SSC is the automatic transmission compared to the manual-shift F1 key? All the volunteers enable (some) people to...

  • RE: MS09-043

    There have been no replies on the patch management mailing list, so I'm guessing no one really knows outside of maybe Microsoft. Since it's concerning a service pack, it should...

  • RE: Moving Databases with the ALTER Command

    imSQrLy (8/26/2009)


    At the bottom of the article it states:

    Keep in mind this script will kill any connected users by setting the db to single user with SET SINGLE_USER WITH ROLLBACK...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (8/26/2009)


    So, what was the question and how did you handle it? I've just started ignoring requests for help sent via PM. I don't even bother responding...

  • RE: Moving Databases with the ALTER Command

    EDIT: Brian needs to read more closely. 🙂

Viewing 15 posts - 466 through 480 (of 6,105 total)