Viewing 3 posts - 1 through 4 (of 4 total)
Do you know if there are any queries available for SQL 7 and SQL 2000?
June 2, 2008 at 2:55 pm
#823320
Thanks for all your help. That query works great on SQL 2005. Do you happen to know what would be the fastest way to get the same results...
March 25, 2008 at 6:58 am
#793447
--===== Create the test table with
CREATE TABLE #mytable
(
...
March 24, 2008 at 3:00 pm
#793231