Check Details
Check objective
Ensure that the user who performs synchronization has the necessary database operation permissions.
Check content
Check whether the logged-in user has the sysadmin server role.
Check the user's server-level and database-level permissions.
Potential issue
The currently logged-in user lacks the necessary system administrator permissions.
Fixing Method
Contact the database administrator to grant the user who performs synchronization sysadmin permissions. Use the following command to grant permissions: ALTER SERVER ROLE sysadmin ADD MEMBER [Username];. Alternatively, use an account that already has sysadmin permissions to perform synchronization.