Viewing 9 posts - 1 through 9 (of 9 total)
Thank you dear friend. It helped me too lot
July 21, 2009 at 12:34 am
i will explain my requirement. In my database there is table to keep the player names. The table structure is
name : tblPlayers
fields:
ID(pk,int)- This field will be auto incremented by 1
Name:varchar...
July 8, 2009 at 12:24 am
It is merge replication
July 5, 2009 at 10:38 pm
Thanks friend . Actually i was looking for "Disable publishinh". I got it from th eReplication menu
July 3, 2009 at 7:44 am
Thanks dear friend Kruti,thanks for your help 🙂
Regards
Rajesh V R
June 3, 2009 at 10:36 pm
Dear friend i want to exclude only those days marked as of days. Suppose if a task should start on 01/06/2009 and should end on 15/06/2009. In between these two...
June 3, 2009 at 4:57 am
Hi friend here i written the the structure of the tables
Structure of main task table : tbl_Tasks
ID,
TaskName(varchar),
TaskDescription(varchar),
TaskPriority(int),
EstimatedStartDateTime(datetime),
EstimatedFinishDateTime(datetime)
Structure of workingdays table : tbl_WorkingDaysAndHours
ID,
MondayWorkDay(bool),
MondayWorkStartTime(datetime),
MondayWorkDurationInMinutes(int),
TuesdayWorkDay(bool),
TuesdayWorkStartTime(datetime),
TuesdayWorkDurationInMinutes(int),
WednesdayWorkDay(bool),
WednesdayWorkStartTime(datetime),
WednesdayWorkDurationInMinutes(int),
ThursdayWorkDay(bool),
ThursdayWorkStartTime(datetime),
ThursdayWorkDurationInMinutes(int),
FridayWorkDay(bool),
FridayWorkStartTime(datetime),
FridayWorkDurationInMinutes(int),
SaturdayWorkDay(bool),
SaturdaydayWorkStartTime(datetime),
SaturdaydayWorkDurationInMinutes(int),
SundayWorkDay(bool),
SundayWorkStartTime(datetime),
SundayWorkDurationInMinutes(int),
June 3, 2009 at 3:01 am
Thanks dear friend
yes iam keeping the information about the holidays,working hours etc
June 3, 2009 at 12:53 am
Viewing 9 posts - 1 through 9 (of 9 total)