Viewing 7 posts - 1 through 7 (of 7 total)
Business rule column in not a consistent one. I have given two columns as example. But it may contain 2, 3 or more column names under business_rule.
Yes, I tried with...
July 8, 2020 at 2:19 pm
Thanks for the reply.
Yes, I understand that table needs to be normalized. But is there any way that I can use the filtered column name in select query with...
April 6, 2018 at 6:59 am
Hi John,
I faced such issue in my work.
I used two row_number() function
1st row_number() with partition by docno and date1
2nd row_number() with partition by docno.
But i could not order them in...
October 8, 2014 at 9:33 am
I need to implement under data flow task. as i need to dynamically compare the values.
August 22, 2013 at 6:18 am
I am getting file like Text-23.05.13 [dd.mm.yy]
out put should be : 2013 and 23.05
For that i used regular expr: (?<Issue>\d{2}\.\d{2}).(?<Year>\d{2})
The 20 value is not coming before 13. i need this.
Please...
May 12, 2013 at 10:04 pm
Hi
It can be done by following way
Now.Date.ToString("yyyy") + Now.Date.ToString("MM") + Now.Date.ToString("dd") + "_" + Now.ToString("HH") + Now.ToString("mm") + Now.ToString("ss")
thanks
Rohit
March 24, 2011 at 4:45 am
Thanks For your suggestion.
I am using SSIS 2005. and it is not possible to export records to Excel 2007.
[Since it is supporting only .xls files.]
August 3, 2010 at 7:18 am
Viewing 7 posts - 1 through 7 (of 7 total)