Jürgen Welz
jwelz at hotmail.com
Mon Dec 19 23:41:37 CST 2005
Michael: With variable joins, do you point somthing like a list source of search 'hits' to different queries, one query for each join, or how do you handle variable combinations of joins? Lets say there is 1 table that may be joined to 0 to 5 other tables in various combinations, being 32 possible querydefs. I've always constructed the SQL in code and was very satisfied with the performance. Add another table and you're up to 64 querydefs. That's ugly. Ciao Jürgen Welz Edmonton, Alberta jwelz at hotmail.com >From: "Michael Maddison" <michael at ddisolutions.com.au> > > Hi Jürgen, > >If you go with variable parameters check out the 'With Recompile' option. >It forces a new execution plan each time the procedure is run and overcomes >SQL's 'parameter sniffing' problem. > >cheers > >Michael Maddison > >DDI Solutions Pty Ltd >michael at ddisolutions.com.au >Bus: 0260400620 >Mob: 0412620497 >www.ddisolutions.com.au