Quote:
Originally posted by powdir
Query designers/builders tend NOT to build the best SQL. Sure they have a go...but
I think it is a good idea to always hand code SQL for the best performance, if the query is going to involve more than just a couple of joins i would consider using stored procedures instead. The SQL that the builder tool gives you might give rough a 'rough' idea of how to go about it, but you should refine it.
...thats my tuppence worth anyway. Cheers
i agree with you 100%, where is the sql builder in .net anywayz?