Sunday, August 22, 2010

Find out what version of SQL I'm running?

To find out what version of SQL is running along with the service pack run the following SQL Query:

SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')

1 comment:

  1. Tnx so much for the advice! I'm a complete computing noob and this is practically a blessing for me! Waitin for the next good advice.

    ReplyDelete