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 11 years ago.
Improve this question
I want to install oracle ODBC driver on Solaris 10, for to connect from Oracle Database to SQL server database.
It appeared very difficult for me...
Can you help me?
Thank you very muck.
I googled oracle database link solaris sql server and found this
Perhaps that's what you need. No idea if its viable.
Third party ODBC providers are often a better solution OpenLink Software
See the OpenLink Single-tier ODBC Driver for Oracle .
(Single-tier means client only (Solaris) install)
You will, however also need to install the Oracle Instant Client on the client (Solaris) machine.
This Quick Start Guide will detail how to install, configure and test (for an accomplished Unix user)...
Related
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 2 years ago.
Improve this question
I am trying to install SSIS in SQL Server (not the SSIS in Visual Studio). And the way I see this should be done is with SQL Server installation center. However try as I might, I can not find it. I saw in this (https://youtu.be/reamHZ4hKdU) YouTube video to click on setup, but I can't find that either. Where can I find SQL Server Installation Center?
sql server installation center
For some reason I didn't think of this. I am on Window Server 2012 R2 and when I did a search for Sql Server Installation Center it came up. Thank you Jacob H for your help.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am a complete beginner in Oracle Database.I have installed Oracle Database 11g R2 11.2.0.1.0 for Windows 7 64bit. I need Oracle SQL plus to run and execute sql queries.Please tell me which link to download and help me to install it and set up. I have searched many forums but could'nt find it.
Thanks in Advance.
sqlplus command line client comes with Oracle database installation package and installs by default on the same machine you installed Oracle. You can install Oracle client on any other client machine that will connect to the Oracle server. Oracle client will have network layer and utils to connect to oracle and sqlplus. You can also install a graphical client called SQL Developer - it's a Java based GUI client available as a separate download from Oracle website.
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.
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 wonder if it possible to use mediawiki 1.18 with MS SQL server(particullary, MS SQL server 2008 r2), and, if possible, where to find some info about them working together. I know that mysql is much better solution, but our client insist on oracle DB or MS SQL. And i'd prefer MS SQL because i nether worked with oracle db and we still would have to buy it. Can somebody give me any help?
Current version of my mediawiki is 1.18
Try this
https://bugzilla.wikimedia.org/show_bug.cgi?id=9767
(i'm know that not 1.18)
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.