Install SP fails

  • I have a sp that SELECTs from other SQL server

    select * from SERVERNAME.DBNAME.dbo.TABLENAME

    I login in QA (other server) and try to install the SP

    I get the error:

    Server: Msg 18456, Level 14, State 1, Line 1

    Login failed for user 'sa'.

    I get the same if I only try to run the select .

    sa login is the same in all SQL servers

    What should I check ?

    Thanks

  • Is the server using Mixed Mode authentication or Windows Only? If it's set for Windows Only, then the SA login is disabled.

    -SQLBill

  • Windows and SQL

    Service is started under Windows account which also 'owns' all SQL servers

    I get the same error while connected with that windows account

    Server: Msg 18456, Level 14, State 1, Procedure TrxSp, Line 120

    Login failed for user 'sa'.

    I found it strange

  • Which version do you have?

    Run this:

    SELECT ServerProperty('Edition'),

    ServerProperty('ProductLevel'),

    ServerProperty('ProductVersion')

    -SQLBill

  • Enterprise Edition

    SP4

    8.00.2039

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply