My simple select statement looks like this
SELECT DATEDIFF(DAY, TTHI_CREATED_ON, GETDATE()) FROM TT_TAPE_ISSUE_HD
It works perfectly. I need to exclude Thursday & Friday and display the number of days different. How can I achieve this in SQL Server?