Viewing 3 posts - 1 through 3 (of 3 total)
Right,
Sorry for my previous brief posts with bad spelling and grammer. Here is what I have found:
The optimiser deals better with a sub query look up rather than a looking...
June 19, 2009 at 8:19 am
the clustered index is already there on ndate as it is a date sequence table.....
the issue is with the high volume policy table... however i'm am just experiment with using...
June 19, 2009 at 7:28 am
You can select the distinct values of customerid and noteid, then pass these to a scalar function which queries the underly table something like this:
create function gc
@customerid varchar(50
@noteID varchar(50)
as
declare @ss...
December 3, 2008 at 8:49 am
Viewing 3 posts - 1 through 3 (of 3 total)