Database Tools - chanandrew96/MyLearning GitHub Wiki

DBeaver

DBeaver是一個SQL客戶端和資料庫管理工具。對於關聯式資料庫,它使用JDBC API通過JDBC驅動程式與資料庫互動。對於其他資料庫,它使用專有資料庫驅動程式。它提供了一個編輯器,支援代碼完成和語法突顯。

DBeaver Community is a free cross-platform database tool for developers, database administrators, analysts, and everyone working with data. It supports all popular SQL databases like MySQL, MariaDB, PostgreSQL, SQLite, Apache Family, and more.

DBeaver Reference

DBeaver Community

dbatools

dbatools
通過DBTools,您可以建立自己的數據庫、管理自己的資料信息而不需要編寫程序,能完成添加、修改、刪除等基本操作,同時提供通用的萬能查找、統計、打印功能,尤其在解決數據隨機處理方面表現的其強大的功能和自由度。
DBTools支持ORACLE,MYSQL,SQLSERVER,POSTGRE,DB2數據庫相互轉換功能 支持中文和日文

Download DBATools

(Offline Installation of dbatools 2.0 with the dbatools.library Dependency

dbatools commands

dbatools docs - commands

dbatools in PowerShell

walk-thru: installing modules from the powershell gallery

SQL Server Integration Services (SSIS)

SQL Server Integration Services is a platform for building enterprise-level data integration and data transformations solutions.

SSIS Reference

SQL Server Integration Services
簡單介紹T-SQL、SSIS、SSRS 差異
[SQL] SSIS 簡單應用 資料庫匯入匯出設定& SQL Agent定期排程
Run an SSIS package with SQL Server Management Studio (SSMS)
SSIS Catalog