Running on a terminal server we would like to start the database server as a service.
Each customer has its own db file, so the service will handle multiple databases.
Is it possible to start and stop a single databases when the database server is started as a service?
If a database server should handle about 50 databases what is the best way to start it as a service?
Is it possible to use a txt file where all databasefiles and corresponding databasenames are stored?
Thanks
Eric