ComboSync MS SQL Requirements

ComboSync MS SQL Requirements

MS SQL Permissions Script

Supported MS SQL Servers

MS SQL Server 2016+/AzureDB

Disk drive performance is crucial in terms of SQL DB data flow.

The disk size depends on the data required.

Consult our technicians for more precise requirements.

Minimal Permissions

1.         Create role and schemas in the database (schemas depend on the data that will be used)

      CREATE ROLE [role_combocurve_agent] AUTHORIZATION [dbo];
GO

CREATE SCHEMA [CCStage] AUTHORIZATION [role_combocurve_agent];
GO
CREATE SCHEMA [enverus] AUTHORIZATION [role_combocurve_agent];
GO
CREATE SCHEMA [ihs] AUTHORIZATION [role_combocurve_agent];
GO
CREATE SCHEMA [ihsrest] AUTHORIZATION [role_combocurve_agent];
GO
CREATE SCHEMA [combocurve] AUTHORIZATION [role_combocurve_agent];
GO

2.         Set Agent’s account as a member of the role role_combocurve_agent

      EXEC sp_addrolemember 'role_combocurve_agent', '***account***'
GO
GRANT CREATE TABLE TO [***account***]
GO

3.         GRANT SELECT on all required data

Recommended Permissions

1.         Set Agent’s account as a member of the roles

      EXEC sp_addrolemember 'db_ddladmin', '***account***'
GO
EXEC sp_addrolemember 'db_datareader', '***account***'
GO
EXEC sp_addrolemember 'db_datawriter', '***account***'
GO


    • Related Articles

    • ComboSync v2 Overview

      ComboCurve™ ComboSync v2 Overview A software service to hide the REST API integration — standalone, no-code-on-the-customer solution for integrating client and public subscription data in and out of ComboCurve ComboSync v2 is a standalone, ...
    • ComboSync Agent Installation Guide

      ComboSync Agent Installation Guide Requirements Application Server OS Windows 10/11, Windows Server 2016+ Powershell 5+ for the installation/updating part CPU core 2+ RAM 8+ GB Disk space 600 MB + about 2 GB for logs Networking / Required outbound ...
    • ComboSync SPGCI Connector

      ComboCurve™ S&P Global Commodity Insights (SPGCI) Connector ComboSync connector mapping and dataflow documentation for SPGCI data sources Recommended Mapping Overview Connector Mapping SPGCI → ComboCurve Entity Mapping The following table describes ...
    • ComboCurve: Rep Data Requirements

      Rep Well Data Requirements When creating a type curve, ComboCurve provides validations to exclude rep wells (analog wells) that are not of interests. Rep data requirements can either be found at the bottom of the Settings page under "Well Validation ...
    • ComboSync Connector

      ComboCurve™ Available ComboSync API Endpoints Supported ingestion and extraction endpoints available through the ComboSync integration platform Ingestions Push Data Into ComboCurve These are the items we can ingest into ComboCurve from client source ...