Is it possible to compare postgresql database in Redgate SQL Compare tool.
or Any other recommend tool for postgresql database compare tool.
No, Redgate just has comparison tools for SQL Server and Oracle. You could try PostgresCompare, which is an analogous tool to SQL Compare.
Related
I would like to translate Microsoft SQL Server DDL and table load sql commands to the Postgres equivalent.
There are a number of tools to convert one database to another in the link below but are there parsers for ddl/sql script conversion?
https://wiki.postgresql.org/wiki/Converting_from_other_Databases_to_PostgreSQL#Microsoft_SQL_Server
We are moving on Postgres from Oracle EE, Currently we have SSAS cube connecting to Oracle for doing daily cube refresh.
Does any one know postgres driver to make is compatible source of database. Microsoft site does not mention anything about postgres database compatibility for multidimensional (MOLAP) project.
Multidimensional Models don't support PostgreSQL. Either copy the data to a SQL Server and build from there, or build a new SSAS Tabular model and use that instead.
I’m trying to perform a Diff on two DB2 schema’s and when I try to select my source and destination connections it doesn’t list my NEW connection. I’m using latest version. I can connect to DB2 manually and query as well, but just can’t sect that connection during database Diff.
Where are the connections saved in sql
Developer?
That feature is reserved for Oracle Database connections.
DB2 connectivity is provided for migrations to Oracle only.
We have limited support for DB2 in the Data Modeler (which is part of SQL Developer), and you can compare models, but the generation of DDL synch scripts is reserved for Oracle data models only.
Is it possible to connect sql developer to openedge db, if not is there some alternative GUI that we can use with openedge?
Sorry, no.
We make 3rd party databases and their jdbc drivers (jars) available for customers needing to migrate those databases to the Oracle platform.
If and when customers need help migrating openedge db to Oracle Database, we'll consider it.
For now it's limited to Sybase ASE, SQL Server, DB2 LUW, Teradata, MySQL, and some limited support for PostgreSQL and Redshift.
I have got a sql file where is configured a database in PostgreSQL technology. I created a database from sql file but from code it is hard to understand action/connecting between the tables. Is it some tool which show all the connections between tables for PostgreSQL?
pgDesigner
Data Architect
Datastudio
DbDesigner fork
DbSchema
dbwrench
DeZign for Database
Please take a look to this list of tools.