Viewing 15 posts - 11,236 through 11,250 (of 13,872 total)
Please ask a question, rather than leaving us to guess.
July 20, 2011 at 4:06 am
Olalekan Adewale (7/19/2011)
Phil,Many thanks Boss ...
Yes, It's runs 4 hours. There is a particular function running the process slow...
OK. Please answer my other questions and describe what you mean...
July 19, 2011 at 3:10 am
Is it always after exactly 4 hours?
Have you checked the event log?
Does the job fail?
July 19, 2011 at 2:43 am
Looks to me like a formula error.
What about
=Sum(Fields!TotalSales.Value)-Sum(Fields!Budget.Value)
?
Your formula is doing this:
134,648.44 - 63,530.00 = 71,118.44
July 15, 2011 at 10:04 am
Please include sample data and expected/desired results too.
July 15, 2011 at 4:14 am
:blush: I forgot there was one. Yep, that should work. Not sure how performance compares with Unpivot in T-SQL, so staging might still be best if there is lots of...
July 15, 2011 at 12:36 am
Ah indeed. I just assumed that this would not be SQL Server to SQL Server, I admit.
July 14, 2011 at 9:11 am
John Mitchell-245523 (7/14/2011)
INSERT INTO MTable (Account_Code, Account-type)
SELECT Account_Code,
CASE LEFT(Account_Code,1)
WHEN '1' THEN...
July 14, 2011 at 8:55 am
asranantha (7/14/2011)
plese solve this and send my mail id =asranantha@gmail.com
...
July 14, 2011 at 7:35 am
Lisee (7/14/2011)
That's okay - I'm sure I'll have a ton of SSIS questions once I figure out how it fits into the scheme of things! 🙂
Haha, that will give...
July 14, 2011 at 6:00 am
b.narasimhakumar (7/14/2011)
when we compare all the fields of result set it is unique
from there...
July 14, 2011 at 4:25 am
Change your selection query to eradicate the duplicates at source.
July 14, 2011 at 1:55 am
Elliott Whitlow (7/13/2011)
If I remember correctly SQL 2005 SSIS won't let you step through the script. I seem to remember using MSGBOX a lot..CEWII
You do not remember correctly -...
July 13, 2011 at 9:49 am
Viewing 15 posts - 11,236 through 11,250 (of 13,872 total)