column on the report to determine if your instance is the most current version.
Use the Windows Command Prompt
At the workstation where SQL is installed, select
Start > Run
, and enter
cmd
in the
Open
field. Select
OK
to open a command prompt window.
In the command prompt, enter
SQLCMD -S servername\instancename
. The command prompt will change to
1>
To find the SQL instance name, type
services.msc
in a new command prompt window.
Find the entries beginning with SQL. The instance name is listed in parenthesis.
Type
select @@version
and press Enter.
At the
2>
prompt, enter
go
and then press Enter.
The SQL version running on this workstation is displayed. If you have multiple instances, you can repeat these steps for each instance.
note
If FileCabinet CS is reporting that you are using SQL Express, but you believe that the instance is using a full version of SQL, you can open the instance in SQL Server Management Studio and enter the following query to determine which edition is being reported by SQL: