Viewing 14 posts - 1 through 14 (of 14 total)
Many thanks to both of you... Any suggestion on the book and best possible approach to learn SSIS please?
June 10, 2011 at 8:58 am
Brandie Tarvin & John Mitchell - First thing first... I am very sorry for wasting your time. It works with script task and it shows the date. I am kicking...
June 10, 2011 at 8:50 am
Also I wanted to check if I am doing this right... to test the variable, I am executing the specific task (Execute SQL Task) in my case and then after...
June 10, 2011 at 7:57 am
John - Thanks again. I had tried that yesterday and this morning.. however, I had tried the same after your recommendation. The package seem to execute without any problem but...
June 10, 2011 at 7:30 am
I am sorry for this confusion. I am adding to my previous post...
I had checked the variable scope and it shows that its package level scope. I had attached the...
June 10, 2011 at 7:25 am
Not only this query... even if I try to use...
SELECT 1
And if I wanted to pass the value 1 to variable it does not work. So I am very...
June 10, 2011 at 7:19 am
[font="Verdana"][font="Verdana"]Yes, it returns this value...
2011-04-01 00:00:00
I had also attached the sample data for your reference...
_______________________________________________________________________________________________________________________________________
_______________________________________________________________________________________________________________________________________
CREATE TABLE [dbo].[CurrPeriod](
[Carrier1] [nvarchar](3) NULL,
[Carrier1Name] [nvarchar](39) NULL,
[FlightNo1] [nvarchar](4) NULL,
[Carrier2] [nvarchar](3) NULL,
[Carrier2Name] [nvarchar](39) NULL,
[FlightNo2] [nvarchar](4) NULL,
[CarrDom1] [nvarchar](2)...
June 10, 2011 at 7:16 am
Just adding to my previous post... the scope the variable is package level.
Thanks - DV
June 10, 2011 at 7:00 am
Hi,
Thank you for your time. Here is what you need...
SELECT STATEMENT (Returns a date) :
SELECT Min(EffFrom) as MyDate FROM APE.dbo.CurrPeriod
I am also attaching the screenshots of Execute SQL Task window...
June 10, 2011 at 6:59 am
[font="Verdana"]Hi John,
I am creating a breakpoint after PostExecute Event. And then I am looking at the variables overiew window in BIDS and it shows the 0 value instead of the...
June 10, 2011 at 4:01 am
Thank you for the suggestion. I'll try the same... I wanted to understand why it can't work from a SELECT statement and I need to create a STORED PROCEDURE just...
June 10, 2011 at 3:04 am
Thank you very much for replying back. I am doing exactly same and I still can't get it working for some reason. I am very new to SSIS and I...
June 10, 2011 at 2:34 am
This is helpfull. Thank you!
February 22, 2011 at 6:42 am
[font="Verdana"]Good question. I am glad that I got it right! Although surprised to see many incorrect answers…[/font]
February 3, 2011 at 8:51 am
Viewing 14 posts - 1 through 14 (of 14 total)