An atomic script of Create and alter tables
Petri BRNov 30 2010 — edited Nov 30 2010Hi there.
I'm working on a big demand at my company, that have changed so many things on the development database and now I want to put those changes to be tested.
So I want to do a Script of alter and create tables that could be atomic. I mean, it's just gonna persist if everything goes ok, if an error occurs nothing changes and I'll have to correct the script and run everything again.
How can I do that?