SSIS on Red Hat Linux - Is it supported? [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 5 years ago.
Improve this question
I am currently looking into a recently announced release by Microsoft where they are allowing SQL Server and SSIS to be installed on Linux installations.
https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-setup
With the SQL Server installation it seems possible to use Red Hat, Ubuntu and SUSE, but there are only installation instructions for SSIS in Ubuntu.
https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-setup-ssis
I am interested in any information pertaining to installing SSIS for Linux on Red Hat, whether or not it is undocumented by Microsoft or if you know that it is currently only implemented in Ubuntu at the current time.
Thank you!

SSIS on Linux supports RedHat in SQL Server 2017 RC1.
Try it in https://blogs.msdn.microsoft.com/ssis/2017/07/19/ssis-on-linux-supports-redhat-in-sql-server-2017-rc1/

Related

How to install oracle database on Mac OS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I can install Oracle XE on windows, but I want it installed on Mac. Do you know how to install Oracle DB on mac and make queries on it using SQL Developer (which exists for Mac)?
Oracle database is not supported natively on Mac. Even if you figured out a way to hack it, results would not be guaranteed. The only way to do it would be to use VirtualBox to create an Oracle Linux VM and install it on that, or download a pre-configured VM from Oracle as described here: https://www.databasestar.com/oracle-mac/
Note that the pre-configured VM uses Oracle Enterprise Edition, not Oracle XE. If you really want XE, you'd have to create a new VM and install on that.

Where can I find SQL Server Installation Center? [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 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.

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

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

Power Shell failed. Installing Microsoft SQL server 2008 r2 on Windows XP [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 9 years ago.
Improve this question
I am trying to install sql server 2008 r2 on windows Xp, but the installation fails because of Power Shell failed. I tried searching a bit and got to know before moving ahead u need power shell to be installed.
I downloaded it from microsoft as Windows6.0-KB2506146-x86.msu now the msu file does not run with double click, I used cmd prompt and extracted it on temp as per the doc on microsoft then I tried using pkgmgr.exe to install but cmd does not recognize it. Then I used WUSA.exe which is also not recognized.
You cannot install .msu update packages on Windows XP, because that package format pertains to Windows Vista and newer. Also, PowerShell v3 isn't available for Windows XP in the first place. You can install PowerShell v2, though.

Resources