Sunday, February 22, 2015

IS SOA DEAD

http://martinfowler.com/articles/microservices.html

http://www.kai-waehner.de/files/graphics/Apache_Camel_When_to_Use.jpg
http://www.infoworld.com/article/2611494/paas/soa-dead--not-if-you-re-using-paas-for-app-dev.html
http://stackoverflow.com/questions/936400/if-soa-is-dead-whats-replacing-it

Wednesday, February 11, 2015

DB2 partitioning

ALTER TABLE SCHEMA.TABLENAME
ADD PARTITION PART_15 STARTING FROM ('2015-01-02 12:00:00.0') EXCLUSIVE ENDING AT ('2016-01-01 12:00:00.0') EXCLUSIVE