Import and export SQL Server .bacpac files directly from DataGrip's context menu. A .bacpac file is a portable backup format for SQL Server and Azure SQL databases that includes both schema and data.
This article shows how to export a SQL Server database to a BACPAC file using the Export Data Tier Application Wizard in SQL Server Management Studio. Verify that you have the latest version of SQL ...