Microsoft’s SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality. It originated from the Sybase SQL Server 4.x codebase ...
server-scripts/ ├── init/ # 系统初始化脚本 │ └── system_init.sh # 系统初始化(换源、基础工具等) ├── proxy/ # 代理安装脚本 │ ├── linux/ # Linux 版本 │ │ └── install_v2ray.sh │ └── wsl/ # WSL 版本 │ └── install_v2ray.sh ├── docker/ # ...