Table of Contents

Search

  1. Abstract
  2. Supported Versions
  3. How to Implement PowerCenter on Microsoft Azure

How to Implement PowerCenter on Microsoft Azure

How to Implement PowerCenter on Microsoft Azure

Step 2. Create Users for Repositories and Domain in SQL Server

Step 2. Create Users for Repositories and Domain in SQL Server

You need to create the users for repositories and domain in the Microsoft SQL Server.
  1. Log in to the database using an SQL Studio.
  2. To create a Microsoft SQL Server schema, enter the following command:
    CREATE LOGIN "<username>" WITH PASSWORD = '<password>' CREATE USER "<username>" FOR LOGIN "<username>" WITH DEFAULT_SCHEMA = "<username>" CREATE SCHEMA "<username>" AUTHORIZATION "<username>"
    Ensure that you create two schemas, one for the domain repository and the other for the PowerCenter repository.

0 COMMENTS

We’d like to hear from you!