Search Results

1
vote

Stored procedures/DB schema in source control

Couple different perspectives from my experience. In the Oracle world, everything was managed by "create" DDL scripts. As ahockley mentioned, one script for each object. If the object needs to c …