May 13, 2015 at 3:55 am
I see many messages like
[INFO] Database ID: [25]. Hardened root content for checkpoint timestamp 0x0008d06b.
What does it means?
It apeared when I added memory optimized filegroup
May 13, 2015 at 8:13 am
Run this and see if it returns anything:
SELECT * FROM sys.dm_exec_requests where command like '% LOG%' or command like '% CHECKPOINT%' or wait_type like '% LOG%'
May 13, 2015 at 9:29 am
It returns nothing
May 13, 2015 at 9:50 am
alexmpd (5/13/2015)
It returns nothing
Good. Are you on Service Pack 1?
May 14, 2015 at 6:34 am
AlexSQLForums (5/13/2015)
alexmpd (5/13/2015)
It returns nothingGood. Are you on Service Pack 1?
Service Pack 1 is not installed on that instance
maybe it is the reason
but there is another instance without Service Pack 1. But there are no such messages in error log
I plan to install Service Pack 1
hope it will resolve the issue
May 14, 2015 at 7:02 am
Resolve what? It's an informational message, not an error.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 14, 2015 at 8:49 am
Can become an issue if its writing many times and filling up error log for no reason.
May 15, 2015 at 9:03 am
SP1 for SQL Server 2014 has been pulled back and delayed.
May 19, 2015 at 4:07 am
SP1 now available
https://www.microsoft.com/en-us/download/details.aspx?id=46694
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply