> I have a customer that has finaly gotten sick of MS NT and SQL and would 
> like to move it to Linux.  Has anyone ever done this and what does it take 
> ?

I haven't done this, but here are a few ideas:

1) Does it used stored procedures?  If so, they will have to be rewritten,
and it could take a while.  If not, it should be fairly trivial.

2) Are the clients using ODBC?  If so, the transition should be really
easy.

Basically, just look at the tables, and what types everything has, and
find the appropriate one on PostgreSQL.  You will also need to find out
what indexes, keys, and constraints they have set up.

If there are stored procedures, then I imagine it will be a sticky
procedure, because potentially both the client and the server will need
modification.

Jon

> 
> -- 
> Scott Skrogstad
> Computer Integration Inc,
> [EMAIL PROTECTED]
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to