SQL Query Analyzer

Results 1 to 5 of 5
  1. #1
    Newbie _PoNaS_ is offline
    MemberRank
    Jun 2006 Join Date
    14Posts

    SQL Query Analyzer

    Ok I get the same error every time i trie to connect to my SQL server (local or my IP). I used user name sa, then i tried to create a new login same as sa but nothing happend and the same crap ://// Plz help me
    Attached Thumbnails Attached Thumbnails error.bmp  


  2. #2
    Member Bruenor1 is offline
    MemberRank
    Apr 2006 Join Date
    Massachusetts, USLocation
    43Posts
    I'm not particularly experienced with troubleshooting SQL Server, but the error message makes me suspect that you did not enable SQL authentication for your server.

  3. #3
    Elite Member darkarax is offline
    Member +Rank
    Apr 2005 Join Date
    GreeceLocation
    101Posts
    Quote Originally Posted by Bruenor1
    I'm not particularly experienced with troubleshooting SQL Server, but the error message makes me suspect that you did not enable SQL authentication for your server.


    and maybe something with the DBScripts :P

  4. #4
    Newbie _PoNaS_ is offline
    MemberRank
    Jun 2006 Join Date
    14Posts
    how to enable SQL authentication for your server?

  5. #5
    Member Bruenor1 is offline
    MemberRank
    Apr 2006 Join Date
    Massachusetts, USLocation
    43Posts
    (This is assuming you are using SQL Server 2000 and have enterprise manager set up so that you can access your server.)
    In enterprise manager, right-click on your server and select Properties. Go to the Security tab, where you will find a box labeled "Security". Make sure that the authentication is set to "SQL Server and Windows", not "Windows only".



Advertisement