Skip to main content
Version: 5.6

Microsoft SQL Server Plug-in

The Microsoft SQL Server Plug-in enables the OPC Router to connect Microsoft SQL Server to other systems and data sources. You can read, write, update, and delete data, as well as execute SQL queries and stored procedures. Typical use cases include connecting SQL Server to other plug-ins such as OPC UA, MQTT, or SAP.

Microsoft SQL Server Plug-in Overview

This page provides a concise overview of the plug-in and highlights the most important topics for setup, operation, and performance.

Basic Steps for Connecting

To connect to a Microsoft SQL Server, follow these steps:

  1. Open the corresponding plug-in by clicking “Storage” in the “Plug-ins” menu, then clicking “Microsoft SQL Server.”
  2. Click the plus button in the table header or double-click an existing entry.
  3. Configure the necessary settings, particularly for connection, authentication, and advanced parameters (see Configuration and Authentication).
  4. Confirm by clicking “OK.”

The Microsoft SQL Server connection is now available for connection configuration.

Typical Tasks with the Plug-in

With the Microsoft SQL Server plug-in, you can, for example:

  • Read tables and views
  • Insert, update, and delete records in tables
  • Call stored procedures
  • Monitor data changes via triggers or SQL Server notifications

The actual data transfer is implemented using generic relational transfer objects and triggers. The MS-SQL-specific pages primarily describe the connection settings and the special features of Microsoft SQL Server.

Overview of Important Topics

The most important subpages include:

Additional Notes