Under Search mode select : Regular expression
under replace tab : S+[0-9]+[0-9]+[0-9]+[0-9]+[0-9]+[0-9]+[0-9]+[A-Z]
above search is for singapore ic format which is : S1234567A
keep track and sharing on my sharepoint knowledge :) nice to meet you all
Under Search mode select : Regular expression
under replace tab : S+[0-9]+[0-9]+[0-9]+[0-9]+[0-9]+[0-9]+[0-9]+[A-Z]
above search is for singapore ic format which is : S1234567A
windows > Run > %temp%
inside this temp folder will see the windows installer log file which is referring to the SharePoint CU patching .
can use it to compare with other SharePoint server already completed install , then you will know how soon the installation will complete
ALTER DATABASE database_name SET COMPATIBILITY_LEVEL = 110
SELECT name, compatibility_level FROM sys.databases
Detail URL :