Tagged Questions
4
votes
2answers
97 views
Adjust Date to match saved day of week
I have a table that stores a StartDate and the name of the day of week that start date falls on. I don't know why, it is bad design but I didn't create it and can't change it. So of course, now we ...
1
vote
3answers
166 views
find rows that fall between a day and time of the week in sql server
I have a table of rows in MS SQL that contain a start and end day of the week, hour, and time. I need a T-SQL query that can pull rows from that table where GETDATE matches the day of week and time of ...
1
vote
4answers
1k views
Convert integer to a list of week days
I have an integer stored in a database (SQLAgent Frequency Interval) This integer is actually the sum of the selected days of the week that the schedule is to run
The possible values are any ...