views:

11

answers:

0

Hi all,

I am using "WITH CTE" inside my trigger. So if many users came into my web app, does the performance will be slow. Droping will be automatically happen. Will creation and droping of CTE is more costlier. Is is advisable?

How much can i store using WITH CTE?

Is it same like TEMPORARY TABLE?