CREATE CLUSTERED COLUMNSTORE INDEX CCI_TempTable1 ON dbo.TempTable1 ON[PRIMARY]
Depois de disparar esta consulta, encontrei o erro.
Msg 823, Level 24, State 2, Line 20
The operating system returned error 1(Incorrect function.) to SQL Server during a read at
offset 0x0000018dc18000 in file 'D:\SQL2014\Data\TempDB.MDF'. 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 check (DBCC CHECKDB). This error can be
caused by many factors; for more information, see SQL Server Books Online.
Siga as etapas em KB2015755: Como solucionar um erro Msg 823 no SQL Server . A mensagem 823 geralmente indica um problema de hardware:
A abordagem típica é usar o SQLIOSIM para enfatizar o subsistema IO e ver se ocorrem erros, consulte KB231619: Como usar o utilitário SQLIOSim para simular a atividade do SQL Server em um subsistema de disco .
Se o estresse não relatar erros, mas a instrução continuar reproduzindo o problema de forma consistente, entre em contato com o suporte ao produto .