有一个在 Windows 2012 R2 上运行的 SQL Server 2014 实例,每周运行 Ola Hallengren 的数据库完整性脚本,最近两周开始出现此错误:
DESCRIPTION: The operating system returned error 665(The requested operation could
not be completed due to a file system limitation) to SQL Server during a write at
offset 0x000036ec240000 in file 'E:\DBFiles\XXXXX.mdf_MSSQL_DBCC42'. Additional
messages in the SQL Server error log and system event log may provide more detail. This
is a severe system-level error condition that threatens database integrity and must be
corrected immediately. Complete a full database consistency …Run Code Online (Sandbox Code Playgroud) 我有一个环境,其中有数十个 SQL Server 实例,所有实例都在运行 SQL 代理作业,用于自己的维护以及其他进程(ETL 等)。我正在考虑将非维护作业合并到单独的 SQL Server 实例的更改。我认为在集中式服务器上设置 SQL 代理作业处理会更容易管理和协调作业的计划。我还计划使用这些仅限 SQL 代理的实例之一作为复制目的的分发服务器。
除了许可问题之外,迁移到这样的配置会有什么缺点?