Viewing post 1 (of 2 total)
Hi,
i corrected the loop and made an example of how it would work:
DECLARE @Count INT = 0
DECLARE @numTables INT = 10
DECLARE @tbl NVARCHAR(255)
WHILE @Count <= @NumTables
BEGIN
...
August 18, 2014 at 5:29 am
#1738796