Viewing 5 posts - 1 through 6 (of 6 total)
Welcome back ALZDBA.
well In fact I found something
declare @schedule table ( EMP nvarchar(10), Date datetime, TimeIn datetime, TimeOut datetime)
declare @emp table ( EMP nvarchar(10), Date ...
October 12, 2009 at 12:33 pm
I loved your comment 🙂
But still, the problem exist and their is no solution for this question till now..
hope to find an answer in this forums..
October 9, 2009 at 11:50 pm
so!
no one want to help me a bit on this part ?
if @chek_out is null
...
October 8, 2009 at 1:49 pm
First of all, Thank you very much indeed for your help
about the night shift question:
logically the employee mush check out and then in the night shift he must check...
October 7, 2009 at 10:20 am
in fact yes I am using sql server 2008
for the date I am using Date type
for the time I am using Datetime value
in fact i have an idea to add...
October 7, 2009 at 4:52 am
Viewing 5 posts - 1 through 6 (of 6 total)