Azure Compute Service degradation [closed] - sql-server

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I am start getting the following error today. Is this because of Azure services are down?
PDOException: SQLSTATE[IMSSP]: This extension requires either the Microsoft SQL Server 2008 Native Client (SP1 or later) or the Microsoft SQL Server 2008 R2 Native Client ODBC Driver to communicate with SQL Server. Neither of those ODBC Drivers are currently installed. Access the following URL to download the Microsoft SQL Server 2008 R2 Native Client ODBC driver for x86:

No. That error indicates that you have a connection configuration/version issue. The error occurs before the call out to the service.

Related

Unable to install SQL Server 2017 Developer Edition [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I am unable to install SQL Server 2017 Developer Edition on Windows 10 Pro.
Below is the error which I keep getting even after troubleshooting steps that were taken by Google suggestions. Can somebody have a look and help me to proceed?
Error description: The MOF compiler could not connect with the WMI server. This is either because of a semantic error such as an incompatibility with the existing WMI repository or an actual error such as the failure of the WMI server to start.
Check out the solution here: mof compiler problem
Also, consider using a Docker Container instead of a native installation

Updating MS SQL Server Management Studio [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I have MS SQL Server Management Studio installed on the server. It's 6.2.9200 version.
There is a new version of MS SQL Server Management Studio 6.3.9600.
How should I update the MS SQL Server Management Studio from 6.2.9200 to 6.3.9600? Shall simply install the .MSI and the studio updates to the latest version or should I take some kind of back-up for the 6.2.9200 before installing 6.3.9600?
As mentioned in the comments, SSMS is just a client tool that connects to the SQL server. SQL server Retains all the information including SA login and password.
You can remove, re-install the client tool without affecting any SQL Server or Database settings.
Note that You will need to re-enter the login and password (in your case SA login and Password) to connect to the database in your new SSMS client tool.

Can I install SQL Server and IIS on Windows 8.1 professional Edition [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
Can I install SQL Server and IIS on Windows 8.1 professional Edition, and run it as a web server?
-- edited --
How about Microsoft Server Essentials 2012 R2?
Yes. But there are connection limitations with IIS on workstation editions of Windows:
http://weblogs.asp.net/owscott/archive/2012/11/13/windows-8-iis-8-concurrent-requests-limit.aspx

Minimal installation of SQL Server 2012 on a dev pc [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
My new development pc is arriving tomorrow and I am assembling the software suite I will be installing on it.
Sadly SQL server is still a requirement, and I am installing the Sql 2012 Standard, as the Developer Version is a special version of the Sql Server Enterprise, which can be uncompatible in some cases.
So the question is:
How do I install SQL Server on a development pc in a whay that leaves minimal footprint on the computer, while still giving a fully usable environment for development?
The very minimum is to select Database Engine only during setup. If you use a the command line, select only SQLEngine feature. If you use the GUI setup, select only the Database Engine from the feature selection page. By installing Database Engine feature only you get the sqlservr.exe service,sqlcmd and bcp tools, network and service configuration applets... and not much else.
If you need other features, like SQL Server Management Studio, make sure you select those as well. Ditto for Replication, Fulltext, tools (eg. Profiler) etc etc.

unable to connect to sql server analysis services on windows vista [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I just installed sql server 2008 developer edition on my windows vista machine. The installation was successful. Reporting service is working fine. But I am not getting any option to connect to "Analysis Services" in sql management studio.
The only options i get for "Server Type" while connecting are -
1. Database Engine
2. Sql Server Compact
Pls. suggest. Thanks.
Answer provided at below url:
https://serverfault.com/questions/152904/unable-to-connect-to-sql-server-analysis-services-on-windows-vista

Resources