Re: [GENERAL] migrate Sql Server database to PostgreSql

2017-01-20 Thread Rader, David
-- David Rader dav...@openscg.com On Thu, Jan 19, 2017 at 8:56 AM, Kenneth Marshall wrote: > On Thu, Jan 19, 2017 at 03:29:34PM +1100, Venkata B Nagothi wrote: > > On Thu, Jan 19, 2017 at 6:17 AM, PAWAN SHARMA > > > wrote: > > > > > Hello All, > > > > > > I am using postgres 9.5 enterprise edi

Re: [GENERAL] migrate Sql Server database to PostgreSql

2017-01-19 Thread Kenneth Marshall
On Thu, Jan 19, 2017 at 03:29:34PM +1100, Venkata B Nagothi wrote: > On Thu, Jan 19, 2017 at 6:17 AM, PAWAN SHARMA > wrote: > > > Hello All, > > > > I am using postgres 9.5 enterprise edition. > > > > i want to to how to migrate Sql Server database to PostgreSql. what are > > the things required

Re: [GENERAL] migrate Sql Server database to PostgreSql

2017-01-18 Thread Venkata B Nagothi
On Thu, Jan 19, 2017 at 6:17 AM, PAWAN SHARMA wrote: > Hello All, > > I am using postgres 9.5 enterprise edition. > > i want to to how to migrate Sql Server database to PostgreSql. what are > the things required for migration and what are the cron and prons of > migration. > Well, how challengi

Re: [GENERAL] migrate Sql Server database to PostgreSql

2017-01-18 Thread William Ivanski
Hi, At the company we work for, we migrated from Oracle to PostgreSQL "community edition". We have no regrets. PostgreSQL allowed us to expand, we configured it so now we have a better performance compared to before, and we even have streaming replication to mirror our main database. By the way,

[GENERAL] migrate Sql Server database to PostgreSql

2017-01-18 Thread PAWAN SHARMA
Hello All, I am using postgres 9.5 enterprise edition. i want to to how to migrate Sql Server database to PostgreSql. what are the things required for migration and what are the cron and prons of migration. -Pawan