SQL Server SSIS的安装

标题SQL SERVER 安装

下载SQL SERVER数据库:(以SQL SERVER 2022 Developer版本)(https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads?rtc=1)

以administrator权限安装:

下载完成后,会出现以下界面:

选中"Installation" => "New SQL Server standalone installation or add features to an existing installation"

因为我采用的SQL Server Developer版本,因此"Specify a free edition"为Developer。

此为本地化安装,Azure Extension for SQL Server不要选中"Azure Extension for SQL Server":

在"Feature Selection",根据需要,选中要安装的Features,而且是要使用SSIS工具,这里要安装Integration Services

亦可采用"Select All":

在"Database Engine Configuration"中,添加"users access to the Database Engine",这里我采用"Add Current User",或者采用account和password的方式实现也行,:

其他的都默认,等待安装,由于计算机的环境不同,可能会需要安装"Net Framework 2.0 or 4.0",

Sql Server安装过程中的注意事项:

可使用以下工具进行修复.Net Framework 2.0 or 4.0

https://support.microsoft.com/zh-cn/topic/microsoft-net-framework-修复工具可用-942a01e3-5b8b-7abb-c166-c34a2f4b612a

NetFxRepairTool工具

Visual Studio 安装

在Visual Studio安装Integration Service扩展

选择"语言"后:

因为已经安装了"Visual Studio Professional 2022",在安装SQL Server Integration Services时,会自动识别所依赖的产品工具:

等待安装即可。

或者通过网站下载SSIS:

https://learn.microsoft.com/zh-cn/sql/integration-services/install-windows/install-integration-services?view=sql-server-ver16

相关推荐
fofantasy3 小时前
NSK LH12AN 微型导轨技术手册
运维·网络·数据库·经验分享·规格说明书
杨运交3 小时前
[032][缓存模块]基于Redis Bitmap的用户行为统计实战:签到与日活分析
数据库·redis·缓存
一 乐3 小时前
家政服务管理系统|基于springboot + vue家政服务管理系统(源码+数据库+文档)
java·数据库·vue.js·spring boot·论文·毕设·家政服务管理系统
努力成为AK大王5 小时前
并发编程的核心挑战、优化方案与核心知识点总结
java·开发语言·数据库
En^_^Joy6 小时前
Django开发:模板系统入门指南
数据库·django·sqlite
无关86886 小时前
Redis Bitmaps 用户签到系统设计方案
数据库·redis·缓存
江华森6 小时前
FastAPI 极速开发指南 — 从零到生产级 API 实战
数据库·fastapi
老纪8 小时前
Redis分布式锁进第九零篇
数据库·redis·分布式
haven-8528 小时前
MySQL事务ACID、隔离级别、MVCC、幻读解决
数据库·mysql