Viewing 5 posts - 1 through 5 (of 5 total)
Because it displays values like this:
8:50
5:0
8:10
3:0
8:0
But this format is preferable,
8:50
5:00
8:10
3:00
8:00
January 31, 2012 at 5:39 am
Thanks for your help. It was exactly what i was searching for. I realize that subtracting the break period from both starttime and endtime is the right thing to do.
I...
January 29, 2012 at 11:02 pm
Thanks a lot for the help!
It works now. Actually i made a mistake. I was trying to match the id column too.
November 21, 2011 at 6:34 am
I searched in many forums, but could not find any solution. It could not be done in a single query. The only best method is to use stored procedure or...
October 14, 2011 at 2:52 am
Thanks
tableA and tableB are in separate databases. Both will have some rows in them already.
But if we set SET IDENTITY_INSERT, When inserting in tableB, if the newly picked ItemID...
October 7, 2011 at 7:01 am
Viewing 5 posts - 1 through 5 (of 5 total)