sm8680
Results
1
comments of
sm8680
Would it make sense to add the if statement for systems that don't have sys.dm_os_windows_info IF OBJECT_ID(N'sys.dm_os_windows_info', N'V') IS NOT NULL SELECT @arch = CASE WHEN @@VERSION LIKE '%%' THEN...