) declare my_cursor cursor for (select [name] from SysObjects where XType='U') open my_cursor fetch next from my_cursor into @tblName begin --INSERT INTO [dbo].[Temp]([表名],[序号],[列名],[列说明],[数据类型],[长度],[小数位数],[标识],[主键],[允许空],[默认值]) THEN obj.name ELSE '…