Viewing 15 posts - 226 through 240 (of 296 total)
This didn't work. The difference of RowID between each records shouldn't exceed more than 8. In other words, a record from each group should output sequentially.
March 23, 2012 at 9:14 am
OK. What if employee's shift starts around 11PM and goes all the way till next morning. How would that change the query?
March 15, 2012 at 7:59 pm
Ran the first one and got the result I was expecting. Since, you mentioned 2nd one was effecient, I will use the second one. Thanks again!!!
March 14, 2012 at 9:51 pm
Not quiet. Here, on 2/1, employee 234 didn't logout. So, it should just return 234, 2012/02/01, 'Din't LogOut'. This query is returning all other records but LogOut. I...
March 14, 2012 at 9:11 pm
Question is find out all the records for an employee where he didn't log out on a certain day.
March 14, 2012 at 8:43 pm
If they forget to Logout, there won't be LogOut records. Or No record for the employee for that day with LogOut jobfunction. I have attached the sample data.
March 14, 2012 at 7:26 pm
FailePakcageOnFailure is set to False. But this propoerty cannot be changed.
February 29, 2012 at 7:50 am
Yes it has serveral task and one task is failing due to date conversion but package contiue to run all other steps.
February 29, 2012 at 7:42 am
Its very similar to what you posted earlier.
STEP_____OnSuccess_____OnFailure
step 1____GoToNext______GoToStep3
step 2____GoToNext______GoToStep3
step 3____Notify Failure____QuitFailure
Step 1 is SSIS. The norm would be once SSIS fails, the job should fail and go to step...
February 29, 2012 at 7:29 am
Yes. Thats exactly is. Like I said, MaximumErrorCount is set to 1. Does this have any impact?
February 29, 2012 at 6:05 am
MaximumErrorCount was set to 0. Does this have any impact?
February 29, 2012 at 4:52 am
Viewing 15 posts - 226 through 240 (of 296 total)