Forum Replies Created

Viewing 15 posts - 3,496 through 3,510 (of 6,104 total)

  • RE: SQL Authd users changing passwords?

    There are a slew of books, most of them discounted now since ASP.NET is Microsoft's pushed platform. Sites like the following are great as well:

    http://www.4guysfromrolla.com/

    If you...

    K. Brian Kelley
    @kbriankelley

  • RE: unable to login via osql using SQL Server authentication -- Please help

    Is MSDE installed as case-sensitive? If so, scott and Scott are different, if I recall correctly.

    Try connecting without the -P flag. It should then prompt you for a password. See...

    K. Brian Kelley
    @kbriankelley

  • RE: unable to login via osql using SQL Server authentication -- Please help

    How about when you attempt to log in with the sa account. Same issue?

    K. Brian Kelley
    @kbriankelley

  • RE: Moving from SQL Logins to Windows NT logins

    Do you have a lot of objects that refer to other objects (views, stored procedures, functions)? If so, do they specify the owner name when they reference the object (owner.object...

    K. Brian Kelley
    @kbriankelley

  • RE: SQL Authd users changing passwords?

    I would go with the ASP page approach already mentioned. The web page can logon to SQL Server with the credentials provided by the user (if they are valid) and...

    K. Brian Kelley
    @kbriankelley

  • RE: unable to login via osql using SQL Server authentication -- Please help

    Is the MSDE Engine set for Windows authentication only?

    Is scott a valid login for the MSDE in question?

    K. Brian Kelley
    @kbriankelley

  • RE: Sarbanes Oxley facts

    There isn't a good official interpretation yet. Unfortunately, even the clarifications that have been made are open to interpretation, meaning it's really hard to nail down specifics. We've seen this...

    K. Brian Kelley
    @kbriankelley

  • RE: SA without a password - Whats so bad about this?

    The use of the sa account, for any reason is generally discouraged for the reasons you've heard here. It is the superuser account and has full access to do anything...

    K. Brian Kelley
    @kbriankelley

  • RE: giving up - port 1433 eludes me

    The netstat -an not showing 1433 means it isn't listening. In the SQL Server error log, do you see any errors about not being able to bind to the port?

     

    K. Brian Kelley
    @kbriankelley

  • RE: hide active servers

    The SQL Server listener service does two key things.

    1) When a client asks for a list of SQL Servers on a given subnet, it broadcasts udp/1434 to that subnet. Any...

    K. Brian Kelley
    @kbriankelley

  • RE: hide active servers

    Hide servers does require a change to 2433, no way around that one. You can block udp/1434, which is the SQL Server Listener Service. If it's Windows 2000, you can...

    K. Brian Kelley
    @kbriankelley

  • RE: Renaming a SQL Server 2000 Virtual Server

    If the # of clients are small, aliasing at the client level is possible. Also, if you just set up clients to connect to a TCP port, then the instance...

    K. Brian Kelley
    @kbriankelley

  • RE: Logins default to Master DB Dangerous?

    TempDB is a good one because you know it needs to be there. I generally only configure a user db as the default db if the user account will only...

    K. Brian Kelley
    @kbriankelley

  • RE: Hacked or Corrupted?

    There are hotfixes to handle malformed TDS packets, but this looks like a more reasonable solution. Out of curiousity, was there a recent change in the application or the way...

    K. Brian Kelley
    @kbriankelley

  • RE: Hacked or Corrupted?

    In this case, if you can afford it, you may want to bring in consulting help to check things out. There should be someone locally in Des Moines who has...

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 3,496 through 3,510 (of 6,104 total)