0

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.

Soni Sol
  • 241
  • 1
  • 9
netotz
  • 3
  • 2

1 Answers1

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