Is there a way to get Windows Update to recognize it doesn't need old SQL service packs when it has newer service packs? - sql-server-2012

Windows Server 2012 R2 Windows Update utility tells me it need SQL Server 2012 Service Pack 2 (KB2958429), but it presently has Service Pack 4 for SQL Server 2012 (KB4018073) installed. As these are cumulative, I would assume there's a misfire in the update service check and would like to get that corrected.
I have restarted the service. I have also cleared C:\WINDOWS\SoftwareDistribution\Download while it was toggled off. After a massive re-check, it still wants Service Pack 2.

Related

Error installing Accelerator for HL7. Installation cannot be performed because user account is not a member of Biztalk Server Administrators group

Please consider the following error when trying to run the HL7 Accelerator Setup.exe executable.
I'm installing on a Windows Server 2012 R2 VM.
BizTalk 2013 is already installed and configured successfully using Global domain groups for BizTalk Server Administrators (and all other groups for that matter). I am a part of all groups.
SQL Server 2012 SP3 was installed prior to BizTalk
When I go to run the HL7 Accelerator MSI, I get the error pictured above, which states:
Error: Installation cannot be performed because the BizTalk server has not been configured or user account is not a member of the BizTalk Server Administrators group
Like I said, BizTalk is configured, the groups are Global and I'm a member, I'm also a local admin on the machine.
I've also tried this altered MSI from this post to no avail, I get the same error.
I'm at a loss. I can't find anything anywhere explicitly saying that any of these versions are incompatible, and I know SQL Server 2012 SP1 is compatible based on other installations we have running.
Could it be something with Windows Server 2012 R2? I don't know how I'd get this far and not be allowed to install the accelerator of all things.

Is this important to install sql server with an windows application set up

I have developed a application in c# which is windows based application. It stores data into database sql server. I want to know, when I create setup in VS and install it in a client computer should I install sql server software also or Is there any way without installing SQL Server in client's PC My application can function correctly.
sIf you use a filebased implementaion of SQL (localDB) you should be able to get away with a "setup" installing the neccecary dependencies to bootstrap the DB. (Someone correct me?)
If you use the DB in a hosted SQL environment (SQL Server running as a service), you will need to install SQL server on the deployed pc, and get the database up.
I am no sure if you can "automate" installing SQL server and getting the DB up from a setup app.
You have two deployment options for applications that contain SQL Server Compact 3.5 databases. The method of deployment you choose depends on the servicing requirements of your application and whether your users will need administrative credentials on the computer on which the application will be installed.
Following are the deployment options for SQL Server Compact 3.5 databases:
1. Traditional Microsoft Windows Installer (Microsoft setup technology)
a. Users need administrative credentials to install the application.
b. SQL Server Compact 3.5 will be serviced by Microsoft Update.
c. Can use ClickOnce deployment.
-or-
Private file–based deployment (deploying the SQL Server Compact 3.5 DLLs as part of the project)
1. Users do not need administrative credentials to install the application.
2. SQL Server Compact 3.5 will not be serviced by Microsoft Update.
3. Can also use ClickOnce deployment.

Installing SP2 for SQL Server 2008 R2 Express

I need to upgrade SQL Server 2008 R2 Express from SP1 to SP2. Select ##Version reveals 10.50.2500.0
I've downloaded what I think is the correct package but when I try to install I'm prompted to install a new instance or upgrade an existing instance. Choosing the 2nd option eventually gets me to the point of choosing Mixed Mode or Windows Authentication. I know what that is, but, why is it asking me this? I do not want to change ANYTHING about my environment other than installing the Service Pack, including authentication mode, or the password of the SA account, etc.
Am I doing something wrong?
You probably downloaded SQL Server 2008 R2 Express with Service Pack 2 (emphasis mine), from here. This is actually an installer to install an Express instance, not the service pack. The distinction is subtle, but it's important.
Download the Service Pack 2 package independently from here:
http://www.microsoft.com/en-us/download/details.aspx?id=30437
You'll want one of these files, depending on whether your machine (or Express instance) is x86 or x64:
SQLServer2008R2SP2-KB2630458-x64-ENU.exe
SQLServer2008R2SP2-KB2630458-x86-ENU.exe
Running this installer should allow you to select your Express instance as a target of the service pack without offering you options to install a new instance or upgrade an existing instance.
While you're at it, you'll also want to download and install SP2 CU#8:
http://support.microsoft.com/kb/2871401

How to install Bug Tracker .Net tool software in my System?

I have installed ASP .NET 2.0 MVC3, SQL server express 2005 and SQL server Management studio express 2005 and IIS 7 in my system. If I am opening the install_btnet file, and providing the SQL server details also it is not getting connect. It is giving error as Service unavailable. Any one suggest me how to install Bug tracker .NET tool in my system with examples.
Thank you.
First thing to check it that your SQL 2005 express instance is running and allowing remote connections. Open the Administrative Tools >> Services and look for the service called "MSSQLSERVER$SQLEXPRESS" and ensure it is started.
Next, open the SqlServer Configuration Utility (on the server or PC where SQL 2005 Express is Installed) Look for the Client Configuration Option and Select "Client Protocols".
Set TCP/IP to "Enabled" and you should now be able to connect to your SQL server.
Note that even if your BugTracker.NET install is on the same machine, it may still be using the network to connect to your SQL Instance.
Hope this helps,
Dave

SQL Server Enterprise Manager Download? (Or Windows 7 equivalent?)

I maintain a couple of older sites running SQL Server 2000 and 2005. On my old XP box I was using SQL Server Enterprise Manager to access them.
I'm now on a Windows 7 box. Is that product still available for download/install and will it run on Windows 7? I can't seem to find a download for that specific component.
Or is there an alternative for Windows 7? I tried install SQL Server 2008 Manager Express, but the fails halfway through on Windows 7. I do have XP running in Virtual Box so could get by with Enterprise Manager if I could figure out where to install it from.
Enterprise Manager only supports up to sql server 2000. You can't use it to access sql server 2005. Instead, you need Sql Server Management Studio. You can download the express edition here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=c243a5ae-4bd1-4e3d-94b8-5a0f62bf7796
I'm running both management studio and windows 7 just fine.
As for enterprise manager, it was never available for download. You had to install it from the media that came with sql server. Similarly, if you want a non-express edition of management studio you need to install it when running setup for sql server.