Hello Experts
I was trying to enable my 'ad hoc distributed queries' using
sp_configure 'show advanced options', 1;
RECONFIGURE;
sp_configure 'Ad Hoc Distributed Queries', 1;
RECONFIGURE;
GO
but I am getting the following error please advise, thank you.
Msg 5833, Level 16, State 1, Line 1
The affinity mask specified is greater than the number of CPUs supported or licensed on this edition of SQL Server