Unlocking a Account

  • What would be the SQL 2000 equivalent of 'ALTER LOGIN' - I need to unlock an account.

  • SQL Server 2000 won't lock/disable the Login as this feature is availble in SQL Server 2005 not in 2000.

  • sp_change_users_login, sp_password, sp_addlogin, sp_droplogin, sp_grantlogin, sp_revokelogin

    etc.

  • So a lock out for an account wouldnt come from the SQL Server side, it would have to come from the vendors software for SQL 2000?

  • Todd

    If you are using any Customize piece for SQL Server from Vendor then Locking Login may be additional feature they might have introduce in that Software , so for that you might need to check with Vendor who provide the Software .

    Thanks

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

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