Large tables of static data with DBGhost

Posted by Paulo Manuel Santos on Stack Overflow See other posts from Stack Overflow or by Paulo Manuel Santos
Published on 2010-05-18T18:06:32Z Indexed on 2010/05/18 18:10 UTC
Read the original article Hit count: 251

We are thinking of restructuring our database development and deployment processes by using DBGhost, we want to move away from the central development database and bring the database to the source control.
One of the problems we have is a big table with static data (containing translated language strings), it has close to 200K rows.
I know that our best solution is to move these stings into resource files, but until we implement that, will DbGhost be able to maintain all this static data and generate our development and deployment databases in a short time? And if not is there a good alternative to filling up this table whenever we need to?

© Stack Overflow or respective owner

Related posts about database

Related posts about change-management