SQL Server - Can we install SQL SERVER 2005 on CENTOS(Linux)

Asked By vamsi n on 06-Oct-09 03:30 AM

Hi All

we have created an application in vs.net (Asp.Net,c#), SQL SERVER 2005.

this is working fine on Windows XP.

Now we have to run this applicatin in CENTOS 5.2(Linux).

My doubt is : whether we can install SQL Server 2005 and make a connection with our appliction on CENTOS(Linux).

Thanking you
Vamsi

reply

Deepak Sonawane replied to vamsi n on 06-Oct-09 03:35 AM
No,we can't insatll sql server on linux but you can browser asp.net application from linux system

Can we install SQL SERVER 2005 on CENTOS(Linux)

mv ark replied to vamsi n on 06-Oct-09 03:39 AM
No, Sql Server 2005 runs only on the Windows platform. Check this list for Windows versions that it runs on - http://msdn.microsoft.com/en-us/library/ms143506(SQL.90).aspx

You may explore if you can migrate your ASP.NET application to Mono on Linux.

Mono is an open-source project providing the necessary software to develop and run .NET client and server applications on Linux, Solaris, Mac OS X, Windows, and Unix.

This guide can help you in porting ASP.NET 2.0 applications from Windows to Unix/Linux operating systems - http://www.mono-project.com/Guide:_Porting_ASP.NET_Applications

More about Mono -

Mono is a project led by Novell (formerly by Ximian) to create an ECMA standard compliant .NET compatible set of tools, including among others a C# compiler and a Common Language Runtime.

Mono can be run on Linux, FreeBSD, UNIX, Mac OS X, Solaris and Windows operating systems.

Complete support for the .NET Framework 2.0, including the .NET 2.0 version of Windows.Forms, is planned for Mono 2.2, by the end of 2007

Check these related articles that the above info is compiled from:
http://www.mono-project.com/Start
http://www.mono-project.com/FAQ:_General
http://en.wikipedia.org/wiki/Mono_%28software%29
http://www.sitepoint.com/article/get-started-mono

re

Web Star replied to vamsi n on 06-Oct-09 04:09 AM
Operating systems: i5/OS, Linux, Windows

function popup_window( url, id, width, height ) { popup = window.open( url, id, 'toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=no,width=' + width + ',height=' + height + ',left=100,top=100' ); popup.focus(); }

Installing SQL Server

This section provides information on how to install SQL Server for use with WebSphere Portal Express.

Before you begin
  • You should have completed reviewing the http://publib.boulder.ibm.com/infocenter/wpdoc/v6r0/topic/com.ibm.wp.exp.doc/wpf/plan_sql.html section.
Requirements
  • You must install SQL Server separately from WebSphere Portal Express.
  • WebSphere Portal Express requires Microsoft SQL Server 2000 Service Pack 4 and SQL Server 2000 Driver for JDBC SP3. You can download these drivers from http://technet.microsoft.com/en-us/sqlserver/bb331729.aspx.