摘要:
Errors: Script level upgrade for database 'master' failed because upgrade step 'sqlagent100_msdb_upgrade.sql' encountered error 5833, state 1, severit 阅读全文
摘要:
From:https://support.microsoft.com/en-us/help/2028589/sql-server-reports-errors-for-exceptions-assertions-and-hang-condition Symptoms SQL Server recor 阅读全文
摘要:
From: https://blogs.msdn.microsoft.com/meer_alam/2015/05/10/the-target-principal-name-is-incorrect-cannot-generate-sspi-context/ Introducing the probl 阅读全文
摘要:
阅读全文
摘要:
Background: During the installation of SQL 2016 STD,there has one error raised,checked the log of installation,found below errors: TITLE: Microsoft SQ 阅读全文
摘要:
阅读全文
摘要:
Refer to https://www.mssqltips.com/sqlservertip/5107/resolve-sql-server-replication-error--could-not-find-stored-procedure-spmsupddbops/ Refer to http 阅读全文
摘要:
来自《SQL Server 2012实施与管理实战指南》 1.数据文件的存储结构: 页:数据存储的基本单位是页,每一个页为8kb,每MB有128页。磁盘的IO操作在页级。每页开头是一个96字节的页头,用于存储页的系统信息,包括页码、页类型、页的可用空间,以及拥有该页的对象的分配单元ID。不同类型的数 阅读全文
摘要:
SQL Server在以下情况需要和硬盘进行交互: 1.对于内存当中没有缓存的数据,第一次访问时需要将数据所在的页面从数据文件中读取到内存里。 读取时以页面为最小单位。出于性能考虑,读取的数据可能不仅仅包含所请求的内存页,同时还包含了预读的内存页。读取的数量与用户需要需要访问和数据页面数量和buff 阅读全文
摘要:
Refer to http://sqlservercitation.com/2017/03/28/fix-replication-process-is-running-and-waiting-for-a-response-from-the-server/ For this case,sometime 阅读全文