Viewing 5 posts - 1 through 6 (of 6 total)
The cursor code came with the software but was used for finding users for a different reason. I just changed it to look for the inactivity. I will give yours...
January 14, 2009 at 9:44 am
That is actually what I have been doing. I Just thought there would be a way to reference the other table so I didn't have to have such big expressions...
May 2, 2006 at 8:19 am
I am facing the same problem with one difference. I am storing a weeks worth of hour values in one table and the current weeks values in a different one....
June 6, 2005 at 3:42 pm
Here is the function that I am calling. The error is just a box that says "Syntax Error or Access Violation"
CREATE FUNCTION [dbo].[ufn_WeekdaysBetween]
(@StartDate datetime, @EndDate Datetime)
RETURNS int
AS...
April 1, 2005 at 2:05 pm
Sorry for the delay in getting back. Thought I had it worked out a different way.
Below you can see the screen shot of what I am trying to do...
April 1, 2005 at 1:50 pm
Viewing 5 posts - 1 through 6 (of 6 total)