Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

After you apply Cumulative Update 3 for Microsoft SQL Server 2012 Service Pack 1 to an instance of SQL Server or in SQL Server 2014, SQL Server performance might be slow, and a memory leak might occur.

If you run the following query when this problem occurs, you see that the Mem in MB value and the row count value keep increasing for the MEMOBJ_COMPILE_ADHOC memory object:

select type, sum(pages_in_bytes)/1024.0/1024.00 'Mem in MB', count (*) 'row count' from sys.dm_os_memory_objects
where type like '%MEMOBJ_COMPILE_ADHOC%'
group by type


Notes

  • The DBCC FREEPROCCACHE command does not help reduce the Mem in MB value.

  • This problem only occurs when you run many sp_prepare procedures to prepare parameterized Transact-SQL statements.


Each new cumulative update for SQL Server contains all the hotfixes and all the security fixes that were included with the previous cumulative update. Check out the latest cumulative updates for SQL Server:


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

References

See the terminology that Microsoft uses to describe software updates.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×