19.12.2012, 12:30
Quote:
I think the opposite, if the table creation is in the script its easy to modify the database on the go. Whereas if your just copying files the table structure is static. Unless you add/alter columns with a script which beats the point of not creating the db via script in the first place.
Not to mention if you update the table structure then copy it to your server, you loose all the records currently in the db, unless you do a huge query. That's just me tho. |