Practical limit for the number of databases in SQL Server?

后端 未结 5 840
伪装坚强ぢ
伪装坚强ぢ 2021-02-07 06:57

In one of the stackoverflow podcasts (#18 I think) Jeff and Joel were talking about multi vs single tenant databases. Joel mentioned that \"FogBugz on Demand\" used a database p

5条回答
  •  旧时难觅i
    2021-02-07 07:37

    In addition, you might want to consider the number of connections to a SQL Server. After 500-1000, it gets very cloggy and slow. So that is a limitation as well.

提交回复
热议问题