SQL 2008 R2 SP2 release to WSUS

Hello,
With the recent release of SQL 2008 R2 SP2 I was curious as to when Microsoft will be pushing it out to WSUS services? I've already done some testing in our environment with a manual download of it, but I was hoping to release it to my production servers
for a upcoming maintenance night through the proper channels in WSUS. I haven't been able to find any further details on the average release to WSUS time-frame, so I was hoping someone here could shed some light on the matter.
Thanks in advance,

Hi everyone, here is the official word on this from Microsoft
Just finished the brainstorm with our security guys and did some internal search, please refer to below details.
Between June 21 2012 and August 14th 2012, the internal servers which sign Microsoft software were misconfigured, as a result the signatures on a significant number of internally and externally distributed software
by Microsoft will expire prematurely on 01/10/2013 .  The result of the signature expiration is that software binaries will be viewed as untrusted, causing them to be invalidated by Microsoft Update, fail installation, and/or detected by 3rd party security
software. This issue is not limited to Windows operating systems nor is it limited to Security Updates; it may have unexpected consequences across all products, as a full listing of affected products is still under investigation.  Depending on how the
different products were signed, there are several expiration “milestones” which will occur between November 2012 and summer 2013.
As a failsafe mitigation, Windows released a bulletin in October as  Microsoft Security Advisory (2749655)
http://technet.microsoft.com/en-us/security/advisory/2749655
This effectively catches the WinVerifyTrust API calls in the operating system and returns success to the calling program (e.g. SQL Server) if a specific faulty certificate is detected.
What SQL Server Products were affected: One of the SQL Server components that was affected was SQL Server 2008 R2 SP2 that was released in July. For this reason, SQL Server 2008 R2 SP2 was scheduled
to be released via WSUS in August but was put on hold when this issue surfaced. During the testing, Other than Untrusted Publisher errors when executing a small number of affected release packages, and CAPI2 Event Log errors on WinVerifyTrust calls, no ‘hard’
SQL Server installation or runtime failures have been identified. For this reason, we are not re-releasing SQL Server 2008 R2 SP2.
SQL Server 2008 R2 SP2 is not being released to Windows update because it is affected by the issue described in the
Microsoft Security Advisory (2749655)
http://technet.microsoft.com/en-us/security/advisory/2749655.
Users are required to get the update via download center.
SP2 is the only update that is affected by this issue and future updates will continue to be made available via WSUS.
In a word, honest speaking, this is a Microsoft product issue, and so I’m afraid manual installation would be the only choice. I will mark this case as non-decrement. Sincerely apologize for the inconvenience for
you.
Thanks, Michael.

Similar Messages

  • Problems install SCCM 2012 with remote sql 2008 r2 sp2

    I am having issues installing sccm 2012 on a remote sql 2008 r2 sp2 server on a seperate instance.
    I get the error "The network path was not found"  
    if i point it at the primary instance it will let me continue but i cannot install sccm into that instance.
    I have turned off dynamic ports and set a static port but I do not see where i can enter that in the installer.
    I cannot seem to verify is the ssb port is working correctly or not.
    my account is local admin on both servers and a sql sysadm.
    There is no firewall between servers.
    Any suggestions?
    Regards
    Don

    SPN is setup to AUTO register and is working.  remote sql is not a cluster.  Windows firewall on both servers is disabled.  Sql browser is enabled and started.  we have a group for system center that contains site servers and this group
    is in the local admin of both servers and sysadm inside of sql server.
    Why  we are consolidating all or our lesser sql servers into a larger one.
    Snipt of the log.
    12/12/2012 2:57:37 PM: ConfigMgrSetupWizard Error: 1 : Exception message: [The network path was not found.
    ], Exception details: [System.IO.IOException: The network path was not found.
    Server stack trace: 
       at Microsoft.Win32.RegistryKey.Win32ErrorStatic(Int32 errorCode, String str)
       at Microsoft.Win32.RegistryKey.OpenRemoteBaseKey(RegistryHive hKey, String machineName)
       at Microsoft.SystemCenter.ConfigMgr.Setup.DatabaseUtility.GetSqlConnection(String databaseName, String serverName, Boolean encrypt)
       at Microsoft.SystemCenter.ConfigMgr.Setup.DatabaseUtility.CheckSqlConnection(String serverName, String instanceName)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
    Exception rethrown at [0]: 
       at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
       at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
       at Microsoft.SystemCenter.ConfigMgr.Setup.CheckSqlAsync.EndInvoke(IAsyncResult result)
       at Microsoft.SystemCenter.ConfigMgr.Setup.DatabasePage.ValidatePage()
       at Microsoft.SystemCenter.ConfigMgr.SetupFramework.WizardForm.ActivatePage(String pageId, Boolean goingNext)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.Controls.Button.OnClick()
       at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
       at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
       at System.Windows.Input.InputManager.ProcessStagingArea()
       at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
       at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
       at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
       at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)].
    12/12/2012 3:01:42 PM: ConfigMgrSetupWizard Information: 1 : Creating SQL connection to database ADMIN\master on server YSQL030.srf.local.
    12/12/2012 3:01:42 PM: ConfigMgrSetupWizard Error: 1 : Exception message: [The network path was not found.
    ], Exception details: [System.IO.IOException: The network path was not found.

  • Moving Service Manager Database From SQL 2008 R2 SP2 to SQL 2012 SP1

    Hi Guys,
    Just looking for some clarification about moving our Service Manager 2012 R2 database to a new SQL Server.
    Our Service Manager database is currently on a remote SQL server, shared with other databases, running SQL 2008 R2 SP2. It was originally setup this way as we only deployed Change Management but we are now wanting to deploy everything, fully
    utilising SCSM/Orchestrator and Cireson's suite. Due to the limited resources available on that SQL server we are seeing performance issues before even getting it all up and running.
    I want to move the Service Manager database to a new dedicated SQL server running SQL 2012 SP1. I am aware of the official DB move procedure but it does not specifically mention moving up SQL versions. I have seen some comments around here that
    it is fine to do but some feedback would be good, it is not something I have done before. 
    All servers in this are fully patched Windows 2008 R2. Also, we do not currently have a Data Warehouse so do not need to worry about that. It was dropped and uninstalled before upgrading to Service Manager 2012 R2 and will be reinstalled after this DB move
    using a separate dedicated SQL server.
    Thanks, Chris.

    As long as your collations and permissions are the same as before it
    should not be a problem. That sad i could not find any other documentation saying it's not supported. 
    I have moved SCSM databases between different SQL-versions before and it has worked fine if the collations etc are correct. 
    Cheers,
    Thomas Strömberg
    System Center Specialist
    Blog:  
    Twitter:   LinkedIn:
    Please remember to 'Propose as answer' if you find a reply helpful

  • SQL 2008 R2 SP2, CU 1 : There are no SQL Server instances or shared features that can be updated on this computer

    Hi,  I know this has been posted before, but I couldn't find a solution. Currently I have a SQL 2008 R2 SP2 Enterprise 2 node cluster.
    I want to keep it updated, and downloaded CU 1 from here:
    http://sqlserverbuilds.blogspot.com
    Version from query:
    Product Version       Service Pack       Edition
    10.50.4033.0          SP2                    Enterprise Edition (64-bit)
    When running the installation, I get the window attached.
    Any clues?

    As per the message you can only update your instance with a CU/KB if the build number will be above 10.52.4321.0 (which seems to be your current build) . As per
    http://sqlserverbuilds.blogspot.co.uk/ you already have the latest one available for SQL Server. Hence you wont be able to install anything unless Microsoft comes up with a new CU :)
    It seems this is what you already have -
    http://support.microsoft.com/kb/2977319/en-us
    Now opening any KB article for any CU will have this portion Eg the KB
    http://support.microsoft.com/kb/2917531 has the below.
    Installation and deployment
    We recommend that you test hotfixes before you deploy them in a production environment.
                This cumulative package is intended to correct only the problems that are described in this article. Apply it only to systems that are experiencing these specific problems. The updates in
    this package may receive additional testing. Therefore, if you are not severely affected by any of these problems, we recommend that you wait for              
                      the next SQL Server 2012 service pack               
          (http://support.microsoft.com/kb/2755533/            )   
                 that contains the hotfixes in this package.
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • Security patch MS11-049 needed for sql 2008 R2 SP2

    My Database engine version is:
    SQL
    Server 2008 R2(SP2)
    - 10.50.4260.0(X64)  
    Jul 11 2012 15:47:13  
    Copyright(c)
    Microsoft Corporation  Enterprise Edition(64-bit)
    on
    Windows NT 6.1
    <X64>(Build
    7601:
    Service Pack 1)(Hypervisor)
    According to KB2494086 this security patch is applicable for  SQL Server 2008 R2 RTM. Does this vulnerability addressed in SQL 2008 R2 Service Pack 2?
    Thanks,
    TRouf

    Hello,
    That update was already part of SP1 and it is part of SP2 too.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • VMM 2008 R2 SP1 support SQL 2008 R2 SP2?

    I plan to install service pack SP2 to SQL 2008 R2 SP1 which host OM and VMM Database. Does VMM 2008R2 SP1 support this version of the SQL server?
    As i know OM2007R2 supportes SQL2008R2 SP2 since CU4. 

    Is SQL Server 2008 R2 SP1 supported on Windows Server 2008 R2 SP1? I've found this website
    You have mentioned windows Server 2008 R2 SP1, it works and supported.
    https://msdn.microsoft.com/en-us/library/ms143506(v=sql.105).aspx
    If you are talking about Windows Server 2008 then you might need SP2
    SQL Server 2008 R2 is not supported on:
    Any version of Windows Server 2008 less than Windows Server 2008 Service Pack 2

  • Why would a SQL 2008 R2 SP2 server agent only see 40 processors when the server has 80?

    The SQL Server iteslf see's 80 but the agent only 40?  I thought that R2 didn't have this limitation?

    Hello,
    How you determined that SQL Server Agent or jobs are not seeing all cores? Please explain the issue more in detail.
    Thank you in advance.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • SQL 2008 R2 - Mirror sys.master_files data file size not updating

    Hi,
    I have an odd issue where the primary server is SQL 2008 R2 SP1 and the secondary is SQL 2008 R2 SP2. I have databases mirroring between these servers. We recently moved the log file on the secondary to a different drive. The file sizes match and are updating
    exactly the same between both servers. The mirror monitor shows the mirroring successful and everything is up to date. When we check the sys.master_files tables on the mirror, the size of the data file has not updated since moving the log file. Tried restarting
    SQL but not joy.
    Anyone have any ideas?
    Thanks
    Rob

    Hi,
    I would say you wait for some time it would get reflected I have seen this with sys.master_files they are updated late. Like when you delete heavy data, data would be gone but space captured by data would be  released slowly due to internal ghost operation
    cleaning and after this operation completes sys.master_files catalog is updated I guess this is what happening here as well , this is pure speculation. I will stick to this thread please look for a day and then update again
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • SQL 2008 R2 - get latest BIDS version for Visual Studio

    I recently had my PC upgraded, and I'm having issues editing a couple of SSRS reports in Visual Studio. When I compared my Visual Studio Help -> About screen between the 2 PCs, I noticed that the old PC had a newer version of Reporting Services Designer
    (10.50.1790.0 on the old PC, as compared to 10.0.1600.22 on the new PC). I was wondering how I go about updating this.
    I tried downloading and installing the SQL 2008 RS SP2 upgrade. However, I do not have an instance of SQL on this machine. I only installed tools such as SSMS, BIDS designers etc, no SQL instance. As such, the SP2 installation would not let me proceed, stating
    that there was no SQL instance to upgrade. Is there any way to just update the SSRS designer? Thanks.
    Eric

    Is there any way to just update the SSRS designer?
    Hello Eric,
    BIDS 2008 to 2008 R2 is not an "update", it's different version, so it's an "upgrade". You have to use the SQL Server 2008 R2 installation media (DVD or download file) to install BIDS 2008R2. Or you could install Report
    Builder 3.0, which is free available; you can get it here:
    Microsoft SQL Server 2008 R2 Report Builder 3.0
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • P6 v.7 configuration question (SQL 2008)

    I'm in the process of creating a server to test a client/server deployment of P6 before we go live with it, but in reviewing the tested configurations in the Oracle knowledgebase I do not see our config, and I just wanted to see if anyone has successfullly used the one I want to go with. The config is:
    Windows Server 2008 X64 R2 SP1 on a Virtual in Hyper V (4 GB RAM, 2 Virtual processors)
    SQL 2008 with SP2
    Specifically looking for if anyone has tested it with SQL 2008 SP2. We can forego installing the service packs on SQL if they seem to cause issues.
    Thanks for any advice you all can give.

    While I have not personally tested SQL 2k8 SP2 I doubt you will have any issues.
    What you may be concerned with however is that when running on an unofficially-supported platform the vendor may chose not to assist you should something go severely wrong down the road. In Primavera's case I have never seen this to be a problem but now that Oracle has taken over things could potentially be different (especially in the case of MS SQL as I imagine they will eventually stop supporting it altogether).

  • WSUS wants our SQL server (running 2008 R2 SP2) to install SP1. Why?

    We just installed a bunch of Windows Updates on our servers (that were pushed out from WSUS).  One of the updates -- SQL Server 2008 R2
    SP1 -- failed to install on our SQL server.  But that's because it already had
    SP2 installed.  I ran a Discovery Report, and all of our SQL Server 2008 R2 components are at SP2.  And yet, WSUS wants this server to install SP1.
    Any suggestions as to why?  I'd rather not re-install SP2 if it's not necessary.
    Thank you!
    p.s.  I do see the following in the Sumary.txt file produced by the Discovery Report:
    Package properties:
      Description:                   SQL Server Database Services 2008 R2
      ProductName:                   SQL Server 2008 R2
      Type:                          RTM
      Version:                       10
      SPLevel:                       1
      Installation edition:          EVAL
    What is this "EVAL" version?  I don't think we ever installed an evaluation version of SQL, though I suppose that's possible

    Hi,
    A similar thread discussed below was caused that reporting service didn’t work properly. And the solution is to run
    Sp2 setup again and just select reporting service for upgrade.
    For more information please refer to:
    SQL Server 2008 R2 SP2 wants to install SP1 again via WSUS
    http://social.technet.microsoft.com/Forums/en-US/6e711903-7c2c-4bec-a9d8-c0b56ba0f9f8/sql-server-2008-r2-sp2-wants-to-install-sp1-again-via-wsus?forum=sqlsetupandupgrade

  • Advance features available in sql server 2008 R2 compared with SQL 2008 SP2

    Hi,
    Can some one brief me the advance features available in sql server 2008 R2 compared with SQL Server 2008 SP2.
    I am planning to upgrade my existing sql server 2008 SP2 to sql server 2008 R2, before that i need the advantages to proceed , if the advantages are not suite to my requirements then i will drop out this option.
    Please give me the detailed reply for my analysis
    hemadri

    Hi Hemadribabu,
    There are some new features in SQL Server 2008 Service Pack 2(SP2), including SQL Server utility, Data-tier Application (DAC), Reporting Services in SharePoint Integrated mode and partitioning improvement. Features are supported by the different editions
    of SQL Server 2008 R2. For example, the Report Builder 3.0, PowerPivot for excel are available on the SQL Server Datacenter and SQL Server 2008 R2 Parallel Data Warehouse, they can assist you creating business intelligence documents. Here are the Top
     new features in SQL Server 2008 R2, including 
    Report Builder 3.0, SQL Server 2008 R2 Datacenter, SQL Server 2008 R2 Parallel Data Warehouse, 
    StreamInsight, Master Data Services and so on.
    For more information about SQL Server 2008R2 and SQL Server 2008 SP2, you can review the following articles.
    http://msdn.microsoft.com/en-us/library/cc645993(v=sql.105).ASPX
    https://social.technet.microsoft.com/wiki/contents/articles/1486.microsoft-sql-server-2008-sp2-release-notes.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • SQL 2008 SP2 installation

    Dear Experts,
             We recently under gone SAP Post go-live check. In the report SAP suggested for database patch updation.i am using standalone server,my SAP application is CRM 7. and database SQL 2008 SP1. I plan to install SQL 2008 SP2 . please answer me for the following Questions .
    1) Is it really need to stop SAP application while installing SQL 2008 SP2
    2) is it need to install SAP 2008 SP1 CU6 before installing SQL 2008 SP2.
    let me know any steps to follow to upgrade SQL 2008 Swevice pack.
    Thanks
    Jyothish

    Its not mandatory to update Cumulative updates (CU). You can apply SP2 without updating CU.
    Cumulative updates (CU) are released by Microsoft every couple months. A CU contains fixes for issues in SQL Server, and it allows Microsoft to distribute fixes in between releases of Service Packs which come out a lot less frequently. CUs are intended to correct very specific problems. Microsoft recommends that CUs are applied only to systems that are experiencing the specific problems identified in the documentation for the CUs.
       1495826 - Cumulative Updates for Microsoft SQL Server
    Regards
    Siva

  • JTDS not connecting with SQL Server 2008 R2 SP2 + SSL with Java 6 U34-35

    Environment:
    Windows 7 Pro 32-bit
    SQL Server 2008 R2 SP2 (Forced Encryption = Yes, No Certificate provided to server)
    Java 6 Update 27-35 and Java 7 Update 2-7
    jTDS 1.2.2 and 1.2.6
    Under the following setup, our Java application is able to connect to the SQL Server database:
    - SQL Server 2008 R2 SP2
    - Java 6 Update 27-33 or Java 7 Update 2-5
    just switching the JVM to the following would cause the application to be unable to connect to the database:
    - Java 6 Update 34 or 35, or Java 7 Update 6 or 7
    Browsing through the Java 6 Update 34 release notes, it looks like nothing big was changed, so I'm wondering what has changed with Java 6 U34 and Java 7 U6. I was also looking through a packet sniffer, and indeed the behavior of Java 6 Update 33 and lower was different from Java 6 Update 34 (although I couldn't understand the messages being passed, the number of connections and messages were different).
    * This is different from the issue with Java 6 Update 29-30 and Java 7 wherein they were patched for the BEAST SSL vulnerability. That was fixed with the SP2 patch for SQL Server 2008 R2, and for SQL Server 2008 you'd need a hotfix aside from SP3. After patching the server with those updates, Java 6 Update 29-33 and Java 7 U1-5 should be able to connect to the database.
    * If I do switch off Force Encryption, all Java versions are able to connect to the database.
    Edited by: user1357749 on Oct 12, 2012 1:20 AM

    Hi,
    It's four months later, but my colleague and I have reproduced the same behavior in both our commercial product, and a very simple example class. It's exactly as you describe it, where the latest versions of both Java 6 and 7 (and several previous versions) hang during the first jTDS SQL query to the DB (immediately after the SSL and handshake). It also happens with the Microsoft JDBC driver.
    If you disable the BEAST SSL fix (-Djsse.enableCBCProtection=false), then the connections work without any problems. So, while this is different from the original BEAST SSL problem and subsequent fix, it really seems like some additional changes were made to the fix in a later Java release that broke things.
    My colleague has filed a bug with Oracle, and is awaiting a response. We also filed a bug at the jTDS project (#690 - http://sourceforge.net/p/jtds/bugs/690/) that has simple reproduction steps. A contributer at the jTDS project agrees that this seems to be a problem with the JRE, and is not specific to jTDS.
    I hope that Oracle will address this issue soon. We need to periodically update the JRE due to vulnerabilities, and we need to have SSL for our JDBC connections for security reasons. This bug puts us and others in a difficult position.

  • Could you please confirm that the Service Pack 3 will install on SQL Express 2008 R2 SP2 With Advanced Services.

    We are using SQL server  Express 2008 R2 SP2 With Advanced Services.Its a 64 bit server.We want to Patch Service Pack 3 On express edition. Could you please
    tell us whether  the Service Pack 3 will install on SQL Express 2008 R2 SP2 With Advanced Services or not
    Could you please suggest me on this.
    Sainath Kompelly

    No, you cannot install SP3 on Express edition as Microsoft did not release it for Express Edition as noted here: http://blogs.msdn.com/b/sqlreleaseservices/archive/2014/09/26/sql-server-2008-r2-service-pack-3-has-released.aspx.
    You can see that Express edition is missing from the list of supported editions in the details section here: http://www.microsoft.com/en-us/download/details.aspx?id=44271
    Satish Kartan www.sqlfood.com

Maybe you are looking for