Viewing 3 posts - 1 through 3 (of 3 total)
Judy Scheinuk (6/21/2010)
June 21, 2010 at 12:39 pm
eshandeepak (6/1/2010)
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...
June 1, 2010 at 1:06 am
Jeff Mason-256568 (5/20/2010)
If you use stored procedures as a security method, this approach will fail. Some applications use only stored procedures for DB access and completely remove...
May 20, 2010 at 7:38 am
Viewing 3 posts - 1 through 3 (of 3 total)