I have a Web-based application with SQL Server 7 as the backend. The SQL7 Server machine is a powerful Win NT4 server, with more than 20gb hardware storage and 1.4 gb Ram. The Web is running on a separate IIS server. Each time a customer asks for this application, I create a database with it. So, potentially there will be hundreds of database the SQL7 server has to host. However, each database is less than 10MB. And there are not many activities happening each day for each database.
My questions is: Can SQL server 7 host hundreds or thousands of databases? What's the implication (especially in terms of performance) of doing this?
My questions is: Can SQL server 7 host hundreds or thousands of databases? What's the implication (especially in terms of performance) of doing this?