Hi,
My installer needs to install MSDE and then my application. I've been searching the web and found that the latest recommended way by MSFT is to create an application wrapper. MSFT provides a C++ sample. (...
This is what I did but it returns all the time slots for me even the gap (next StartDateTime - current EndDate Time) is less than the appointment duration time! Could someone please help?
*** 240 is 4 hours duration
SELECT EndDate
FROM Appointments currentApp
WHERE EXISTS
(SELECT *...
I have a problem I don't know if I can do it in the SQL server. I have an "Appointment" table that contains Name, StartDateTime and StopDateTime. Each row represents one appointment. When I want to schedule a new appointment, I want to find the next N available time slot. I think this is too...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.