Viewing 3 posts - 1 through 3 (of 3 total)
That computer that Tom Cruise uses in Minority Report. I could get so much stuff done with an interactive screen that size.
December 19, 2008 at 9:54 am
#915468
A little addition here. I was, obviously, having this problem as well. Here is an example of what my proc looked like:
CREATE PROC Reports.MyExampleProc
@StartDate DateTime,
@EndDate DateTime
AS
IF(@EndDate is null)...
November 24, 2008 at 2:53 pm
#902776
Ditto here. I supplied a value to my optional parm and Wammo! Super fast. Why do optional parameters cause this slow down?
November 24, 2008 at 2:26 pm
#902763