摘要: 登录软件,提示帐户当前被锁定,所以用户 ‘sa’ 登录失败。系统管理员无法将该帐户解锁 ALTER LOGIN 用户名 ENABLE ; GO ALTER LOGIN 用户名 WITH PASSWORD='password' unlock, check_policy=off, check_expir 阅读全文
posted @ 2023-01-30 11:59 陌上锦鲤 阅读(559) 评论(0) 推荐(0)
摘要: ` select * from UA_Log where cAcc_Id='889' delete from UA_Log where cAcc_Id='889' select * from UA_Period where cAcc_Id='889' delete from UA_Period wh 阅读全文
posted @ 2023-01-30 08:46 陌上锦鲤 阅读(170) 评论(0) 推荐(0)