Viewing 6 posts - 1 through 6 (of 6 total)
i am however a little dissappointed at the article. i mean its a bit short and uninformative. ive only been on this site a few months now, but i think...
November 16, 2010 at 4:03 pm
indexed views have lots of drawbacks (i.e no left joins, subqueries etc etc) but in a highly normalised setup they are priceless when used correctly, and can solve some real...
November 16, 2010 at 3:58 pm
use fulltext search. its fast, its adaptable and its simple
August 31, 2010 at 6:19 pm
i would also add that teaching the benefit of using good mathematical principals, you should pick a better example query... not one that is at best teaching people how to...
August 31, 2010 at 7:23 am
yes but its not as flexible ie doing something like:
select * from table where (@date is null or [datecol] < @date)
either way though, for best performance with this type of...
August 31, 2010 at 7:16 am
Bad for performance in general is my experience with using this type of sequence, even in some smaller tables and particularly when i used alot of parameters with this same...
August 31, 2010 at 3:18 am
Viewing 6 posts - 1 through 6 (of 6 total)