-
Sometimes I need to build a small script to delete a huge set of tables of a schema.
In Oracle is easy to do it, using the meta tables "all_tables", "all_views", and "all_sequences":
select 'drop table ' || table_name || ' cascade constraints;'
from …
Read More -
Steve is not a normal solution provider.
Steve is the final destination for Project Management troubles.Let's see how Steve can solve problems
The Ten Steve Rules
- If you have a customer you can get my attention
- If your project is run out of time and you need to finish the product yesterday, you will face a …
Read More