Viewing 3 posts - 1 through 3 (of 3 total)
My question is why couldn't you rewrite the example in the article as the following:
IF @Last <> '' AND @First = ''
BEGIN
SELECT * FROM authors WHERE au_lname LIKE...
May 22, 2003 at 9:58 am
#458204
I suppose I should have clarified... I want to do this without using dynamic SQL.
May 2, 2003 at 7:08 am
#455983
Thanks for the quick response, you guys answered my questions to a tee. We should not be going through the NAS at all for the data access, just directly...
March 10, 2003 at 10:56 am
#450708