We have an old ms sql 2005 server and for some reason, most of the features in sa account settings are grayed out..
Even I cant change sa password It will though this error "Could not find stored procedure 'master.dbo.sp_password'. (.Net SqlClient Data Provider"
Though I have enabled mixed mode I cant login using sa account.. (only windows authentication works)
Any help where to start troubleshooting steps? googled around a day and yet could not find a clue fixing the issue.. Thanks in advanced for any tip!
PS:only the default instance is having this issue.. other one is fine, login working for sa and not grayed out
It looks like something is wrong with your master database.
Several of your system stored procedures appear to be missing (judging by the look of the ssms prompt)
You may want to Restore your master database from backup.
Just make sure you backup everything before you do this.
Clearly something is broken on your environment, so make sure that no matter what happens, your data is safe.