Re: [GENERAL] Microsoft SQL Server Replication

2001-07-23 Thread Ian Harding
If you are really just duplicating the database, not using replication (transactions performed on both databases more or less simultaneously) this is a very easy thing to do. Dump the table defininitions with the MS SQL Server scripting tool. Include the indexes. Use your favorite scriptin

[GENERAL] Microsoft SQL Server Replication

2001-07-21 Thread Roderick Scott Corporation
>Interesting. SQL Server -> Access is a done deal, so that is no problem. >There are scripts already to move from Access -> PGSQL. (Not usually using >ODBC; most instead generate an SQL dump, which you can then load. I think >that's even nicer.) > >I guess it hangs on how much of the real stuff is

[GENERAL] Microsoft SQL Server Replication

2001-07-20 Thread Nate Carlson
We have a need to replicate a Microsoft SQL server out to a PostgreSQL server. Pretty much, the client uses SQL server right now, and we don't want to expose that to the internet in any way, so we want to set up a Postgres box with the same data at the colo facility. Also helps to have a box you c