mysql查詢缺失字段,如何查看sqlserver?
用戶操作失誤造成密碼丟失。有兩種方法:如果數據不多,可重裝TNSDB數據庫。如果只想找回密碼,可將安裝盤中的tnsdb.txt文件中的“insert into
tns_secu_user(c_user_name,c_user_pwd,c_user_code,i_user_type,c_expiry_date,c_user_lock,c_user_disa,c_who_crea,c_when_crea,c_who_modi,c_when_modi) values('sa','c12e01f2a13ff5587e1e9e4aedb8242d','',1,'','1','1','','','','') %”行。其中‘sa’后的‘c12e01f2a13ff5587e1e9e4aedb8242d’字串為sa的密碼。用他來替換tnsdb庫中 tns_secu_user表中的sa密碼。字段為c_user_pwd.
查找sqlserver的sa密碼方法:
查詢分析器,連接時,身份驗證使用"使用windows身份驗證"
然后,執行:
EXEC sp_password NULL, 'NewPassword', 'Sa'