SQL Server–Alter failed for Server

When you  get below error message,
“Alter failed for server ‘’
The execute permission was denied on the object ‘xp_instance_regwrite’, database ‘mssqlsystemresource’, schema ‘sys’. (Microsoft SQL Server, Error:229)”
SQL2
If you are login as SQL Server authentication mode and trying to change the server authentication mode in the server properties.
Solution:
How to avoid this error, if you want to change the server authentication mode to Windows authentication, first you have to login as windows authentication and then go to server properties and change the mode.
Make sure always login as windows authentication mode to change the server authentication mode properties.

    Comments

    Popular posts from this blog

    Generate Data Time Dimension Table in SAP HANA

    Access HANA view in SQL Console