Update Statistics for SQL Server - Intergraph Smart Instrumentation - Installation & Upgrade - Hexagon PPM

SmartPlant Instrumentation Installation and Upgrade Guide

Language
English
Product
Intergraph Smart Instrumentation
Search by Category
Installation & Upgrade
Smart Instrumentation Version
2016 SP1 (11.0.1)
  1. Click Start > Programs > Microsoft SQL Server > SQL Server Management Studio.

  2. Connect to the server.

  3. In the Microsoft SQL Server Management Studio window, under the Object Explorer, select the server (top-level node), right-click, and on the shortcut menu, click New Query.

  4. Type the following SQL script with the name of your database, for example:

    USE Site_Server1_DB
    GO
    EXEC SP_UPDATESTATS

This script updates the statistics for every table in the database.