Re: SP1 Install
The version shows in the status bar of SQL Server Management Studio (when
you are connected).
It is also displayed within Object Explorer.
You can query the version if you wish:
select @@version
select serverproperty('productlevel')
--
Keith Kratochvil
"Rob" <Rob@discussions.microsoft.com> wrote in message
news:0886AC9D-23C5-46EB-A254-9FB064961125@microsoft.com...
>I just installed SP1 on SQL standard 2005
>
> Where can I find the current running version?
> I just want to make sure the install went ok.
>
>
|