Viewing 3 posts - 1 through 3 (of 3 total)
Hello - I have the below function (source: http://ask.sqlteam.com/questions/1105/regarding-sql-query-further-queries) that basically calculates the business hours/minutes elapsed between two **smalldatetime** fields:
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
go
ALTER FUNCTION [dbo].[getBusinessHours] (@smalldatetime1 smalldatetime,...
June 30, 2010 at 7:44 pm
My query is as follows:
I have a call tracking database with two smalldatetime fields. I would like to run some reports on this database (via SQL 2005 Reporting Services) using...
November 17, 2009 at 6:07 pm
Viewing 3 posts - 1 through 3 (of 3 total)