I have created an SQL Server instance in Google Cloud SQL, I have the sqlserver user but it doesn't have sysadmin permission, so I want to know if it's possible to get or reset the password of the sa user.
Asked
Active
Viewed 923 times
1 Answers
1
As Cloud SQL is a managed service there are certain permissions are not given to the user. Therefor the SUPERUSER and REPLICATION privileges are not given.

Soni Sol
- 241
- 1
- 9