Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ PI Vision™

Required SQL permissions

  • Last UpdatedDec 11, 2025
  • 2 minute read

This page outlines the SQL permissions that you need to create or upgrade a PI Vision database.

On-premise SQL Server

Process

Required permission

Create the database

You need both:

  • db_creator server role

  • ALTER ANY LOGIN permission

    You are granted this permission with the statement GRANT ALTER ANY LOGIN TO "domain\account" or you are a member of the securityadmin server role.

Upgrade the database

You must have either the db_owner database role or have all of the following database roles:

  • db_datareader

  • db_datawriter

  • db_ddladmin

Azure SQL Database

Process

Required permission

Create the database

You need either:

Upgrade the database

You need either:

Amazon RDS for SQL Server

Process

Required permission

Create the database

You need both:

  • CREATE ANY DATABASE

    You are granted this permission with the statement GRANT CREATE ANY DATABASE TO [<User>]

  • ALTER ANY LOGIN

    You are granted this permission with the statement ALTER ANY LOGIN TO [<User>]

Upgrade the database

You must have either the db_owner database role or have all of the following database roles:

  • db_datareader

  • db_datawriter

  • db_ddladmin

In This Topic
TitleResults for “How to create a CRG?”Also Available in