You can easily identify which database in your SQL instance is consuming memory with the help ... SET @Count = 0 SET @pmv = '' set @amv = '' WHILE @Count <= LEN(@pm) BEGIN IF SUBSTRING(@pm,@Count,1) >= '0' AND SUBSTRING(@pm,@Count,1) <= '9' BEGIN SET ...
↧