Skip to content
Mark Carrington edited this page Apr 12, 2024 · 7 revisions

Welcome to the SQL 4 CDS wiki!

SQL 4 CDS is a tool for XrmToolBox, a plugin for SQL Server Management Studio (SSMS) and a reusable engine, all to allow users to interact with Microsoft Dataverse / Dynamics 365 databases using standard SQL syntax.

Note that it does not do any unsupported operations on the back-end SQL Server database. SQL 4 CDS does not touch, or even have access to, this database. All data access and changes are translated automatically to supported FetchXML and other appropriate requests.

General

Supported SQL Syntax

Developers

Clone this wiki locally