This script is used to check whether the 3gb switch is configured or not in the boot.ini file.
If(Select Virtual_Memory_In_Bytes/1024/(2048*1024) from Sys.dm_os_Sys_Info) < 1
Begin
PRINT '/3GB Switch Not Configured in Boot.Ini (CHECK)'
End
Else
Begin
PRINT '/3GB Switch Configured in Boot.Ini'
End
Wow! Wow! Wow! THANK YOU!
-
I announced my retirement from SQL/tech here and your comments on my blog,
on LinkedIn, and on Facebook were overwhelming and humbling! I’m so touched
by t...
11 months ago
No comments:
Post a Comment