Community

Using Transact-SQL to Count SQL Server Processors

How can I use Transact-SQL to programmatically determine the number of processors that my SQL Server computer has?

The following statement will return the information you need:

Read More - Register for Free Membership