Viewing post 1 (of 1 total)
When I executed this statement
SELECT * FROM [MyDB].[dbo].[fn_GetTimestampRange] (DateAdd(YY,-10,GETDATE()), GETDATE(), 1)
it returned 8726399 records in 2.29 mins and then gave error as
"The statement terminated. The maximum...
June 1, 2010 at 12:16 am
#1174641