Viewing 15 posts - 1 through 15 (of 202 total)
tnx you
and for all
for the help and the support
it working
May 30, 2008 at 4:46 pm
Chirag (5/29/2008)
declare @STR varchar(100)
select @STR = @STR +','+ + fld_index FROM table_index where table_index in (select distinct fld_index...
May 30, 2008 at 3:43 pm
hi and tnx for the help
i am apprais your help
if you see in my tow stord prosege
i have the conditions there !
and it work 100%(but slow !!)
explain...
January 28, 2008 at 9:38 am
TNX for the help
11111 19/03/2008 3
11111 18/03/2008 2 --<< SHIFTS COUNT FORWARDS FROM HERE
11111 17/03/2008 1 --<<BASE DATE MUST HAVE SHIFT = 1 FOR THIS EMPLOYEE
11111 16/03/2008 8 --<<SHIFTS COUNT...
January 27, 2008 at 12:35 pm
Jeff Moden (1/26/2008)
January 27, 2008 at 1:47 am
Jeff Moden (1/24/2008)
the BUG
on date '15/03/2008' the shift must start with 8
on date '12/03/2008' the shift must start with 8
on date '11/03/2008' the shift must start with 8
WHY? Why...
January 26, 2008 at 1:16 pm
ok
see my code for backward insert
my code start from last day and insert the list of shift backward
my code all the time start with the same shift
whan i try...
January 26, 2008 at 12:52 pm
i am appraiser all the help for all the wonderful, people
but i think this is sum bug
i don't know what is the problem
the list work backward the date work backward...
January 24, 2008 at 3:12 am
hi i work on it
but thre is BUG
if you run this code i you see it not work ok
after shift 1 must be 8 (8,7,6,5,4,3,2,1)
SELECT 111111,1,CONVERT(DATETIME, '02/03/2008', 103), CONVERT(DATETIME,...
January 24, 2008 at 2:08 am
please see this
after i change the "on #empshifts(empid,shiftdate DESC)"
i get this
1111112008-02-24Sunday 1
1111112008-02-23 Saturday2
1111112008-02-22 Friday 3
1111112008-02-21 Thursday4
1111112008-02-20...
January 23, 2008 at 2:42 pm
see
i do this and still
create unique clustered index uc_empshifts on #empshifts(empid,shiftdate DESC)
the list don't go backward
January 23, 2008 at 2:32 pm
hi and welcome! my best teacher
everything work wonderful
and the day go backward
BUT the list not
in my old code i fix it and i do like this example and...
January 23, 2008 at 2:23 pm
ALZDBA (1/22/2008)
Since I try to avoid hints ...
how about ....
.....
I know it needs the extra run, you might consider just to
insert the initial StartingShiftType...
January 23, 2008 at 1:52 pm
can you help please
on the shift order
tnx
January 21, 2008 at 2:08 pm
Viewing 15 posts - 1 through 15 (of 202 total)