I would like to find out the maximum number of stored procedures we can create in a single database.
Maximum Capacity Specifications for SQL Server says:
Database objects include objects such as tables, views, stored procedures, user-defined functions, triggers, rules, defaults, and constraints. The sum of the number of all objects in a database cannot exceed 2,147,483,647.
In other words, there are no hard upper limit specifically for stored procedures, but the total number of objects must be no more than 2,147,483,647. And I would say, if this limit is of any concern to you, you need to re-evaluate your database design.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With