Azure Marketplace Image v3.1 - SQL Database Access
Get Access to PowerSyncPro SQL Database on Azure Marketplace v3.1 Images
Table of Contents
Support has been notified that PowerSyncPro Azure Marketplace images deployed with the v3.1 image do not allow access to the SQL database for backend access or upgrades to v3.2. This issue will be resolved with the v3.2 Azure Marketplace image. Follow this process if you are running an Azure Marketplace image and do not have access to the backend database.
This process involves stopping the PowerSyncPro Service and SQL Server, bringing up SQL in Single-User mode, and adding the local administrators group to the SQL database as an administrator.
⚠️ Important
- These steps require local administrator access on the PowerSyncPro server.
- PowerSyncPro will be inaccessible while performing this process.
Step 1: Stop the PowerSyncPro Service
- Open Services (
services.msc) - Locate PowerSyncPro
- Right-click the service and select Stop

Step 2: Open SQL Server Configuration Manager, Stop SQL
- Launch SQL Server Configuration Manager
- Navigate to: SQL Server Services
- Find your SQL Server Instance, ex. SQL Server (MSSQLSERVER)
- Right Click, Select Stop

Step 3: Start SQL Server in Single-User Mode
- Find your SQL Server Instance, ex. SQL Server (MSSQLSERVER)
- Right-click the instance and select Properties
- Open the Startup Parameters tab
- Add the following parameter: “-m”
- Click OK

Step 4: Restart the SQL Server Service
- Right-click the SQL Server instance
- Select Start
SQL Server is now running in Single-User Mode.

Step 5: Add Local Administrators as SQL Sysadmin
- Open an elevated Command Prompt / PowerShell (Run as Administrator)
- Run
sqlcmd -E - Run the following commands:
This grants all local administrators sysadmin privileges in SQL Server.






