March 2, 2010 at 1:04 am
hi,
I've one small doubt, if in my server having the lot of s.p's and functions some tables also since i have migrated from other database, and we are not using all the functionality so will it degrade performance .
thanks,
🙂
March 2, 2010 at 1:10 am
these sp's, what is your naming convention? please tell it's not SP_yourspcustomnamehere?
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle
March 2, 2010 at 1:11 am
No.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 2, 2010 at 3:26 am
Except occupying a little disk space; which won't bother you 😉
---------------------------------------------------
"Thare are only 10 types of people in the world:
Those who understand binary, and those who don't."
March 2, 2010 at 3:32 am
What i'm thinking is:
when we call for a stored procedure will it search for the all the sp's suppose if i have 1000 sp's, will it not affect the performance.
Is it correct what i'm thinking?
🙂
March 2, 2010 at 3:34 am
Why don't you test it out and let us know if there's a measurable performance impact?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 2, 2010 at 6:21 am
As suggested by Gila it would be gerat if you can shar the performance data.
However SQL Server is running TB of data and billions of rows in a table without any problem. I do not see any problem if you do have 1000 or 2000 SPs extra. As frequently used SPs already will be there in memory. Likewise obsolete SPs will never come to memory.
---------------------------------------------------
"Thare are only 10 types of people in the world:
Those who understand binary, and those who don't."
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply