|
|
|
|
Browse by Tags
All Tags » SQL Server » Date (RSS)
-
I just wrote a T-SQL query based on CTE that generates support information to calculate working days in a period. Simply look at the WorkingDaySequential measure, which difference between two dates is the number of elapsed working days.
In the real world:
The Holidays CTE could be replaced by a real table with user-inserted data.
The ...
|
|
|
|
|