Viewing 2 posts - 1 through 2 (of 2 total)
What code should I use in SQL 2000 then?
March 6, 2013 at 1:19 pm
#1594142
Hello,
I tried this code in SQL 2000 but get this error: "Incorrect syntax near the keyword 'FOR'." Why is that?
IF OBJECT_ID('TEMPDB..#IF_BestPriceMfg2') IS NOT NULL
DROP TABLE #IF_BestPriceMfg2
CREATE TABLE #IF_BestPriceMfg2
(
...
March 6, 2013 at 12:58 pm
#1594131