November 14, 2002 at 3:11 pm
Hi,
How do I tell if the SQL Client Tools on my IIS box has SQL SP2 patched?
Thx.
November 14, 2002 at 3:17 pm
SELECT @@Version
on the client machine.
November 14, 2002 at 3:27 pm
IIS box doesn't have SQL server engine installed. SQL and IIS are on separate boxes.
SELECT @@VERSION will tell me the version of the SQL box that the IIS is connected to, right?
November 14, 2002 at 5:13 pm
You need to chech the timstamps of the dll's in your binn directory against microsofts list of file timestamps for SP2. There may be other ways to go about it, but its what I do, and its quick and easy. If you have another machine you know is SP2, get the timstamps off the dll's in that machine for compare, but microsoft also has a list of them for situations just like this. I keep a timestamp version list at my desk at work as I have to identify a range of versions from the client side.
November 14, 2002 at 5:23 pm
I think it won't hurt anything if I re-apply SP2 even it already has SP2 applied, is it correct?
November 14, 2002 at 5:31 pm
I've never had any problems doing it....just make sure you do your backups...
November 15, 2002 at 4:21 am
No harm that I have ever encoutered.
November 20, 2002 at 9:54 am
The only way I know you can see what version/service pack is installed on the clint is "bcp -v" from a dos prompt
November 20, 2002 at 10:12 am
It doesn't seem to be accurate.
I think it is the version of BCP. I locally run BCP -V on 2 SQL boxes with different patched; both give me 8.00.382
Thx anyway.
November 20, 2002 at 11:15 am
As far as I know, and I've asked several buddies if they knew as well, the only way to be sure is by your dll versions. I would be very interested in knowing about an alternate way to go about it though, as that's quite tedious.
Speak up People.....
November 20, 2002 at 7:03 pm
I believe this location is accurate.
Open up Enterprise Manager in MMC and click on either the "Microsoft SQL Server" node or the "SQL Server Group" node in the tree view (left frame). Then choose Action on the menu, and "About SQL Server Enterprise Manager" or optionally you can right click either node and see same option. There you will see the version which matches the patching version that is installed.
Unfortuncately you cannot do the same with QA as the version is different (don't know why they don't update to match).
Viewing 11 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply