微软 BI 系列随笔 - SSIS 基础 - 参数与环境
作者:IT科技 来源:IT科技 浏览: 【大中小】 发布时间:2025-11-05 02:37:22 评论数:

复制INSERTINTO [internal].[environment_variables] ([environment_id] ,微软[name] ,[description] ,[type] ,[sensitive] ,[value] ,[sensitive_value] ,[base_data_type]) SELECT 2 as environment_id --INT Environment ID ,[name] ,[description] ,[type] ,[sensitive] ,[value] ,[sensitive_value] ,[base_data_type] FROM [SSISDB].[internal].[environment_variables] where environment_id = 1 --DEV Environment ID 1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.
