Relative Content

Tag Archive for ssis

Variable shows empty under Expression even though it should have values within it

I am doing a SSIS project right now. The goal for me is to read a specific file from the folder based on the File name. I have a Script Task written to read that speciic file, and I have the FullFilePath variable created to store that path after Script Task is run. The variable creation and the Script Task looks like below:

Convert Datetime to Date in SSIS

With SSIS, I need to convert the [Birthday] column, which is DateTime at the moment to “DATE” format.
I used a Derived column and chose the column [Birthday] from SQL server with the format below:
1952-09-25 00:00:00.000

SSIS complex Excel ideal format

I’m new to SSIS.
I need a complex excel format and generate every month so I use SSIS.
And wondering if it can be used to extract SQL Server data into a new Excel in a specific format?
How can do that??
I still no idea after search on net,
should I Pivot twice?

SSIS Get Sensitive Variable returning empty string

Using SSIS 2019 I have an SSIS package that has a sensitive project parameter set to true.
Using a Script Task with C# 2019 code, I am using the GetSensitiveValue().ToString() method.
I looked at several examples of this online, but no matter what I do it always returns an empty string.
If I set the project parameter sensitive property to false I see the string.