Viewing post 1 (of 1 total)
if you want to avoid the delete I would try it this way:
BEGIN
--
DECLARE @query VARCHAR(100), @dbname SYSNAME, @i INT, @end INT
DECLARE @dblist TABLE (seq INT...
December 24, 2008 at 7:00 am
#917364