how to identify whether my sa account is disabled in sql server

  • Hi All,

    how to identify whether my sa account is disabled in sql server. Is there any system sp or anything?

    Thanks,

    DR

  • Within SSMS you will see a "red" down arrow.

  • Thanks for the replay.

    But I could not see that in SSMS 2000.

    However what is way to enable it? I am having a prod sql server 2000 with SP4.

    Thanks,

    DR

  • You have added the post to SQL 2005... Not there in SQL2k

    Try ..

    SELECT * FROM syslogins

    From my memory i think there is a is_disabled column

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

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