Thursday 22 November 2012

How to find SQL Server information


Run the extended procedure to get sql server internal information
xp_msver



we can use parameter to get specific information
xp_msver 'ProductName', 'ProductVersion', 'Language', 'Platform', 'WindowsVersion', 'PhysicalMemory', 'ProcessorCount'



No comments:

Post a Comment