Tagged Questions
1
vote
2answers
131 views
query SQL Server from PostgreSQL
There are SQL Server 2008 R2 and PostgreSQL 9.2 under Windows (currently XP SP3). How can I query SQL Server from PostgreSQL? No problem when SQL Server->PostgreSQL via Linked Server.
Searching web I ...
0
votes
1answer
152 views
DateTime equivalent of Sql Server 2008 in PostgreSQL 9.2
Should i be using timestamp or timestamp with time zone in PostgreSql 9.2? Which one matches the datetime version of Sql Server 2008.
-1
votes
1answer
134 views
Converting a SQL Server 2008 R2 database to PostGIS
I have a database in SQL Server 2008 R2 which needs to be converted into a PostGIS one.
I have PostGres 9.2 installed with the PostGIS extension. What should be my next step to convert my existing ...
