Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一台同时具有Sql server2008 和 sql server2008 R2的新 PC ,我无法识别哪个实例名称属于 Sql server2008 以及哪个实例名称属于 Sql server2008R2。我怎么会知道。
尝试这个。它会为你工作。
Select @@VERSION as [Server Version],@@ServerName [Instance Name]