Getting Started — Data Studio

Getting Started

Double-click DBLenseDataStudio.exe — no installation, no prerequisites. The application opens with four tabs representing its four operating modes:

TabPurpose
⬆ BACKUPParallel multi-threaded database export with snapshot consistency and GZip compression
⬇ RESTOREParallel multi-threaded database restore with drop/recreate, identity insert, and constraint management
⇄ MIGRATEStreaming producer-consumer pipeline for server-to-server migration (export and import run concurrently)
📦 EXPORT / IMPORTCross-RDBMS data transfer and multi-format file export/import with automatic column mapping

Connecting to a Server

Click the Connect button on any tab to open the connection dialog. Data Studio supports four authentication modes:

ModeDescriptionUse Case
Windows AuthenticationUses your current Windows domain credentialsOn-premises Active Directory environments
SQL Server AuthenticationUsername and password stored in SQL ServerMixed-mode servers, cross-domain access
Azure Entra ID (Password)Azure AD username + passwordAzure SQL MI with non-MFA accounts
Azure Entra ID (MFA)Interactive Azure AD with multi-factorAzure SQL MI with MFA enabled
Connection settings are remembered between sessions. Passwords are encrypted using DPAPI (Windows Data Protection).