Viewing 15 posts - 1 through 15 (of 72 total)
Luis Cazares (10/24/2016)
October 24, 2016 at 8:37 am
Thom A (10/24/2016)
October 24, 2016 at 8:36 am
Thanks guys for the advice and solutions. I'll take into consideration the pre 1900 and post 2100 dob's but I think for right now it's ok.
Thanks again.
October 24, 2016 at 5:36 am
this seems to be working so far - but I'm still testing:
datediff(d,dob,dateadd(month,6,getdate())) /365.25
October 24, 2016 at 4:52 am
Thanks for your response,
yes one of my dimensions has a null value which I dont think is in the 'fact' table...how do I navigate to the fact table to check...
December 12, 2012 at 7:04 am
mbhandari (11/14/2012)
November 14, 2012 at 9:43 am
Will performance be affected by a significant amount by utilising this job? Thanks
September 21, 2012 at 4:02 am
ok found the solution here:
http://onlytalkingsense.wordpress.com/2006/08/13/ssis-executepackage/
June 21, 2012 at 6:47 am
there is scripting solution to seperate out all the error messages returned by the main error message, it's quite simple to modify the code to suit your needs
http://agilebi.com/jwelch/2007/05/05/handling-multiple-errors-in-ssis/
April 27, 2012 at 11:04 am
I'm happy to parse the string, but where and how map do I pass the system variable to the user variable.
I tried doing it in package explorer by adding...
April 27, 2012 at 7:32 am
what i did was change the source from a variable to direct input and left the input blank and then built the expression. Now it emails the error message, but...
April 27, 2012 at 7:03 am
yes in onError event handler of the data flow task. Thanks
April 27, 2012 at 5:58 am
Dave Brooking (4/26/2012)
CASE [ApprovalID]
when '35CD3B40-DD5B-4231-9FF4-C4549BBAD6CF' then (select FirstName from user...
April 27, 2012 at 1:52 am
Thank you all for you're assistance, I think I'll need to redesign the query as what I want do I dont think is possible within a case statement, I think...
April 26, 2012 at 6:22 am
Viewing 15 posts - 1 through 15 (of 72 total)