Using SQL in Productions

Integrate external relational data into InterSystems IRIS productions via SQL adapters.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/sorodriguezz/skills-objectscript --skill using-sql-in-productions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Using SQL in Productions
Source: https://github.com/sorodriguezz/skills-objectscript/tree/main/skills/using-sql-in-productions
Command: npx skills add https://github.com/sorodriguezz/skills-objectscript --skill using-sql-in-productions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables seamless integration of external relational data sources into InterSystems IRIS productions, allowing for data retrieval and manipulation via SQL queries and stored procedures without custom coding.

Core Features & Use Cases

  • SQL Data Integration: Connect to JDBC- or ODBC-compliant databases using pre-built business services and operations.
  • Query and Procedure Execution: Run SQL queries or execute stored procedures directly from within your production.
  • Customizable Data Handling: Option to build custom business services/operations for more control over data processing and adapter interaction.
  • Use Case: Automatically fetch customer order data from an external SQL database and process it within an InterSystems IRIS production to update inventory levels.

Quick Start

Configure the SQL business service to connect to your external data source using the DSN setting.

Frequently Asked Questions about Using SQL in Productions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate external SQL data into InterSystems IRIS productions?

You integrate external SQL data by configuring pre-built business services and operations to execute SQL queries or stored procedures via JDBC or ODBC connections, requiring DSN, credentials, and query parameters.

Can I run stored procedures directly from an InterSystems IRIS production?

Yes, you can run stored procedures directly from your production using the pre-built SQL business operations, which handle execution and data retrieval automatically once you configure the connection settings.

What database connection types are supported for SQL integration in IRIS productions?

SQL integration supports JDBC- and ODBC-compliant databases. You connect to your external data source by configuring the DSN setting, credentials, and query parameters within the business service configuration.

Do I need custom coding to retrieve relational data in an IRIS production?

No, custom coding is not required for standard data retrieval. Pre-built business services and operations handle executing SQL queries, though you can build custom services for more control over data processing.

What is the best way to handle custom data processing when fetching SQL data in IRIS?

The best way to handle custom data processing is to build custom business services and operations, which provide more control over data processing and adapter interaction than the pre-built SQL integration components.

How do I configure an SQL business service to fetch external data?

You configure the SQL business service by setting the DSN to connect to your external data source, providing the necessary credentials, and defining the query parameters for data retrieval.