sql server 2005 - Does the size of a stored procedure affect its execution performance? -


Does the size of any stored procedure affect its performance performance?

Is it big that SP processes all or splits it for several SPs in relation to performance?

Let me summarize: "Does the size of my function affect performance execution?"

The obvious answer is: no. The function can be as soon as possible to run on the hardware. (To be clear: will take longer to execute a longer function), but it will not slow . Therefore, the performance is unaffected.)

This correct question is: "The way I write my function affects its execution performance?"

The answer is: Yes, by all means.

If you are actually asking other questions, then you should add a code sample and be more specific.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -