Liferay on SQL Server suggestions - sql-server

does anyone has any experience of installing Liferay using SQL Server as database ? Any particular problem with installation or performance ? Which version can I use? Maybe I have to use a legacy instance SQL Server 2000
Thanks

Liferay can be configured with any database that supports JDBC driver, which you can download from Microsoft to SQL Server 2000.
See liferay configuration details from here: http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/Database%20Configuration#section-Database+Configuration-IncludingTheJDBCDriver
I have installed the portal using the provided Hyper SQL and migrated to both DB2 and MySql without a problem (demo data needs to be deleted anyway after deployment).

Related

Why SSMS 17.x and further doesn't support SSIS

Everything is in the title, I can't find why did they remove this function on 17.x version.
I quote:
SQL Server Integration Services (SSIS) – SSMS version 17.x or later does not support connecting to the legacy SQL Server Integration Services service.
Source
So as a purpose of training on this feature, I have got to install SSMS and SQL SERVER 16.x for example isn't it?
I have installed 16.5 version so I have to find exactly same version for SQL server which means SQL SERVER 2016. Did I understand correctly please?
Thank you for your answer.
As #Larnu said, use SSISDB rather than SSIS in SSMS since 2012 version.
This is recomended by microsoft documentation.
https://learn.microsoft.com/fr-fr/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15

Migration of SQL Server 2012 database to Oracle 12c

I'm trying to migrate a SQL Server 2012 database backup file, which I wanted to migrate to Oracle 12c. I tried to use SQL Developer tool for migration using this reference:
http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/hol08/sqldev_migration/mssqlserver/migrate_microsoft_sqlserver_otn.htm
The problem is in SQL Developer tool, I didn't see any option where I can generate database capture script for SQL Server 2012, because there is no option which is showing up there.
I'm open for other suggestions as well. the SQL Server is installed on my same system, where I've installed Oracle 12c, so even if there is way by which we can directly connect with SQL Server on my local system.
Hello for migration from SQL SERVER to Oracle. There are many articles are available on web. You can google it. For as one reference use this article and try for migration of data.

SQL Server to server synchronization

I want to synchronize my local SQL Server database to the shared hosting SQL Server database from Mochahost.com. What will be required to do this? Or is there any easy way to synchronize this SQL Server database with a MySQL database? Please give me suggestions.
SymmetricDS supports replication to and from MSSQL Server and MySQL. There is an open source version as well as a supported professional version at Jumpmind.

Any opensource tool to connect from Ubuntu machine to remote SQL Server?

I tried enough searching for a tool in Ubuntu to connect to my remote SQL Server but in vain. Can someone please suggest me a tool (cross-platform) which helps me manage DB in remote SQL Server?
Any Java/JDBC based tool should work. Those that come to my mind are:
Squirrel
SQL Developer (from Oracle, not OpenSource but free)
SQL Developer (not from Oracle)
Execute Query
SQL Workbench/J
You can either use the free jTDS JDBC driver, or the one supplied by Microsoft.
In case you are using NetBeans as your IDE, you can use the database explorer there. All you need to do is to add the MS SQL driver that you can download from MS download center.

SQL Server cluster install issue

I am going to install SQL Server 2008 Enterprise cluster on Windows Server 2008. I am wondering whether I have to setup a Windows domain (or active directory) in order to install SQL Server cluster?
thanks in advance,
George
Some great articles here:
http://msdn.microsoft.com/en-us/library/ms179410.aspx
http://msdn.microsoft.com/en-us/library/ms189134.aspx
http://www.mssqltips.com/tip.asp?tip=1687

Resources