Trouble Viewing Images? Right-click on any image and select "Open in new tab" to view a larger version. You can also zoom in using Ctrl + Mouse Wheel for easier readability.
Article Goal
This guide explains how to set up Multiple Data Source (MDS) functionality in VDM by configuring a local SQL Server Express instance to unify and manage data across multiple databases.
What is MDS and Why Is It Needed?
VDM supports building Views that pull from multiple databases—referred to as Multiple Data Sources (MDS).
However, this requires additional configuration because:
Data from different sources must be combined and processed centrally.
VDM uses a local SQL Server Express database to temporarily house and unify the results.
Note: You must configure this SQL Express instance before creating or running any MDS-enabled views.
Install SQL Server Express
- Click Download to get Microsoft SQL Server 2025 Express.
- Complete the install steps for a "Basic" installation and accept the defaults.
Create a New SQL Connection in VDM
Open VDM
Click Database from the top ribbon.
Select New to create a new connection profile.
Choose Microsoft SQL Server as the database type.
Enter the Server (Workstation name) and Instance (SQLExpress).
- Enable Trusted Connection and Test the connection.
Set the MDS SQL Database in Settings
Navigate to Settings in VDM
Locate the MDS SQL Database setting
Select the newly created SQL connection profile from the dropdown list.
This step tells VDM which database to use as the temporary staging ground for combining results across multiple sources.
Comments
0 comments
Please sign in to leave a comment.