!!! How to find installed Hotfixes on SQL servers
From: Aleem A Mohammed (aleem.mohammed@datastructures.com)
Date: 09/24/02
- Next message: Aleem A Mohammed: "How to execute script.sql from VB6"
- Previous message: Aleem A Mohammed: "What's the fastest way to assign read/write/execute right to a user?"
- In reply to: MP: "!!! How to find installed Hotfixes on SQL servers"
- Next in thread: Hal Berenson: "Re: !!! How to find installed Hotfixes on SQL servers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Aleem A Mohammed" <aleem.mohammed@datastructures.com> Date: Tue, 24 Sep 2002 13:34:15 -0700
Use Master
Go
Select @@Version
go
If Version is..... 8.0.194 (No service Pack)
if Version is...... 8.8.534 (SP2)
If Version is with Security Update then 8.0.655
If this will help you.
Aleem A Mohammed
>-----Original Message-----
>How to find hotfixes installed on SQL servers.
>.
>
- Next message: Aleem A Mohammed: "How to execute script.sql from VB6"
- Previous message: Aleem A Mohammed: "What's the fastest way to assign read/write/execute right to a user?"
- In reply to: MP: "!!! How to find installed Hotfixes on SQL servers"
- Next in thread: Hal Berenson: "Re: !!! How to find installed Hotfixes on SQL servers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|