Our main database is part of a vendor product. Back when SQL Server SP3 came out, I applied it. When SP3a came out, Microsoft said there was no need to apply it if you have SP3 applied. Now the vendor (who doesn't support SP4 yet) is stating that we need to apply SP3a for their product to work properly.
However, when I run SP3a on the system (which already has SP3), it seems to run fine. But when I do a select to get the version, it still shows 760 (SP3) not 766 (SP3a). If I run SELECT ServerProperty('ProductVersion'), ServerProperty('ProductLevel'), ServerProperty('edition') it shows SP3.
So, my question is - is it possible to apply SP3a to SP3?
-SQLBill
Posting advice: FAQ481-4875
However, when I run SP3a on the system (which already has SP3), it seems to run fine. But when I do a select to get the version, it still shows 760 (SP3) not 766 (SP3a). If I run SELECT ServerProperty('ProductVersion'), ServerProperty('ProductLevel'), ServerProperty('edition') it shows SP3.
So, my question is - is it possible to apply SP3a to SP3?
-SQLBill
Posting advice: FAQ481-4875