Hi
I have some SQL's(without any functions being called ) inside a Procedure , if we execute the procedure will there be context switching when the SQL statements execute ?
How much overhead does the Context switching generally cause for a SQL statement which returns 1000 rows with one simple function being called?