Netskope LogoNetskope Logo
  • Security Services
  • AI Services
  • Networking Services
  • Analytics Services
  • Integrations
  • getting-started.svgGetting Started
    • Support
    • Community
    • Netskope.com
    © 2026 All Rights Reserved. Netskope Inc.
    Home
    Data Security Posture Management (DSPM)
    Connecting Data Stores
    On-Prem Data Stores
    Connect SQL Server to DSPM

    Connect SQL Server to DSPM

    Overview

    Netskope One DSPM supports scanning self-managed SQL Server Data Stores. Follow these instructions to setup your self-managed SQL Server database and configure its connection to Netskope One DSPM.

    Create Netskope One DSPM Service Account

    These steps may require the assistance of your local database administrator.

    Begin by configuring a service account which will be dedicated to Netskope One DSPM’s use.

    1. As a DB administrator, log into your SQL database.
    2. Create the Netskope One DSPM-specific SQL user by executing the following commands in the mentioned order:
    CommandOutcomeNotes
    CREATE LOGIN 'dasera_user' WITH PASSWORD ='dasera_password';Creates the  DB user with which will be dedicated to Netskope One DSPM’s use as a service account. Substitute dasera_user and dasera_password with your own preferred values. You will need this information later when configuring Netskope One DSPM.Note : We recommend to use dasera as the username and a password of your choice. You will need this information later when configuring Netskope One DSPM.
    USE "database name"; CREATE USER dasera FOR LOGIN 'dasera_user'; ALTER ROLE db_datareader ADD MEMBER dasera;Grants read-only access to the Netskope One DSPM specific DB user in each SQL database to you want to scan.The CREATE USER command enables the previously-created LOGIN to access the database. The built-in   db_datareader role grants read-only access to all schemas and tables (including system tables) on the active database.
     
    Substitute database name with each SQL DB you wish to scan with Netskope One DSPM Application  

    Retrieve Connection Information

    In addition to configuring a service account, Netskope One DSPM will also require additional information in order to communicate with your SQL database. Please follow the steps below to identify the connection values for later use within Netskope One DSPM.

    Corresponding Netskope One DSPM ValueDetails
    EndpointEither the fully-qualified domain name or one  the listener IP address for your SQL Server instance, used to create the service account above.
    If necessary, the latter can be found by:
    – Querying the local_net_address Connection Property
    – Running ipconfig.exe from the instance’s CLI and parsing its output
    PortEither the default (1433) or the TCP/IP port value override defined within SQL Server Configuration Manager.

    Connect Your Data Store

    Step 1: Provide Credentials

    Follow these steps to configure the connection:

    1. Go to Data Stores > Data Store Inventory.

    2. Click CONNECT A DATA STORE in the upper right.

      Tip: Alternatively, if the data store was already found by auto-discovery, go to the Discovered tab and click Connect in the Actions column.

    3. In the Connect a Data Store window, click the data store icon you wish to connect.

    4. In the Provide Credentials section, complete the following fields:

    FieldValue
    Data Store IdentifierFriendly name to describe this Data Store. Your value is displayed in other Netskope One DSPM screens such as Policy Management and Classification Management.
    Data Store EndpointEnter the corresponding value from the prior section above.
    UsernameEnter the corresponding value from the prior section above.
    PasswordEnter the corresponding value from the prior section above.
    Scan FrequencyControls how often your Data Store is reviewed for changes, Netskope One DSPM’s recommended frequency is defaulted, which you can override (if desired).

    Step 2: Scanning Infrastructure

    1. Click Next.
    2. When the Select Capabilities tab appears, complete the following fields:
      • Assign a Data Owner (Optional): Select one or more users responsible for this data store.
      • Which databases should Netskope DSPM scan?: Select the specific data stores and schemas to monitor, if applicable.
      • Features: Select the features you want to enable.
    CapabilitySupported for Microsoft SQL Server
    DiscoveryYes (always-on)
    Configuration AnalysisYes
    Privilege AnalysisYes
    Stale Data AnalysisYes
    ClassificationYes
    Data In Use MonitoringNo (custom query logs only)
    AutomationYes (always-on)

    Step 3: Review and Save

    1. Click Save.
      • When the Review tab appears, the system validates your configuration. If there are any issues, follow the on-screen instructions to fix them.
    2. Click Save to finalize the connection.
    In this Topic
    • Connect SQL Server to DSPM