I have dumped my database into a .sql file. When I try to load the database from the file I get errors from the insert statments.
My dev DB is on my local PC, but I have a production DB on a server. How can I work on the dev DB and then copy that database over the production DB when it is tested?
My dev DB is on my local PC, but I have a production DB on a server. How can I work on the dev DB and then copy that database over the production DB when it is tested?