Hi,
I am working on loading of changed data based on datetime.
I am getting the datetime from a Execute SQL Task stored proc.
I defined two variables in the package and I am sending them as ouptut.
Everything goes good but when its returning the value. its returning in other format.
I want to return this variables same format as SqlServer returns because I am using this variables in so many child packages as parameters.
How should I cast these variables to the proper format in the parent level so it applies to all the child packages.
Thanks.