tencent cloud

TencentDB for SQL Server

Instance Permission Check

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2025-12-03 10:43:49

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.

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백