Viewing 4 posts - 1 through 4 (of 4 total)
I came accross this while I was looking for an answer to an issue i am having, basically I have seen that if the Execute SQL Task has a command...
May 12, 2017 at 5:03 pm
bobh0526 (5/5/2010)
(surgeries.sur_hospital_service IN (@Service)) AND (surgeries.sur_wound_class = @WoundClass) AND
(surgeries.sur_primary_surgeon_dr_name = @SurgeonName)
OR
(surgeries.sur_or_start_datetime BETWEEN CONVERT(datetime, @StartDate, 120)...
December 15, 2010 at 12:58 am
Hey, great article, just two quick comments, there is a SSISMultipleHash task on Codeplex that is very nice for this, (I'm not the developer, but I use it), you can...
June 15, 2010 at 10:20 pm
You can try this if you want, I am really new to SSRS, and even newer to VB custom code, but I created two functions to accomplish this, and you...
July 6, 2009 at 12:54 pm
Viewing 4 posts - 1 through 4 (of 4 total)