woensdag 25 april 2012

Voor ZZP-ers: eenmanszaak of BV

Veel ZZP-ers / freelancers die ik spreek worstelen met dit dilemma. 
Als je het puur fiscaal wilt bekijken dan is er nu een handige app om te bekijken wat in fiscaal opzicht het meest voordelig is: link naar de app
Houd er wel rekening mee dat een BV hogere instandhoudingskosten heeft dan een eenmanszaak. Dit aspect wordt volgens mij niet meegenomen in de app.

PL/SQL RESULT CACHE

Are you still afraid of using PL/SQL functions in your SQL queries ?
Are you optimizing performance by saving data in global PL/SQL variables ?
Are you storing lookup data in PL/SQL tables ?

Check out the new 11G feature PL/SQL RESULT_CACHE.

Read this article for more information: pl/sql function result cache

When you are on version 11.1 do not forget the relies_on clause, when using the result_cache option in your PL/SQL functions !!! When on 11.2, you are lucky: the relies_on clause is no longer required.