Показать сообщение отдельно
Старый 05.01.2018, 14:21   #5  
gl00mie is offline
gl00mie
Участник
MCBMSS
Most Valuable Professional
Лучший по профессии 2017
Лучший по профессии 2015
Лучший по профессии 2014
Лучший по профессии AXAWARD 2013
Лучший по профессии 2011
Лучший по профессии 2009
 
3,684 / 5788 (200) ++++++++++
Регистрация: 28.11.2005
Адрес: Москва
Записей в блоге: 3
Про железо - это он цитирует собственные рекомендации MS:
Цитата:
Scenario Description
SQL Server is run on bare metal (no virtual machines)
AND no other untrusted application logic (application tier) is run on the same machine
AND no untrusted SQL Server extensibility interfaces are being used (see below for list)

Priority Recommendation(s)
No immediate need to patch. Please deploy updated OS and SQL patches after normal pre-production validation testing. Do not enable the registry settings in Windows to enable the microcode changes.

Untrusted SQL Server extensibility mechanisms:
  • SQL CLR assemblies
  • R and Python packages running through the external scripts mechanism or run from the standalone R/Machine Learning studio on the same physical machine as SQL Server
  • SQL Agent extensibility points running on the same physical machine as SQL Server (ActiveX scripts)
  • Non-Microsoft OLE DB providers used in Linked Servers
  • Non-Microsoft Extended Stored Procedures
Занятно, как CLR assemblies угодили в untrusted extensibility mechanisms, при том что SQL Server допускает загрузку только полностью управляемого кода (без native-вставок кода x86/x64), из-за чего, в частности, из-под SQL Server не грузится Dynamics AX .NET Business Connector.