G
Guest
This question is related to SQL Server Express SP2.
When the four gig limit of an SQL Express database is approached it is
desired to have another database created at run time with no user interaction.
The problem is that the user running the application may not have
permissions to create a database.
Is there a way to create a database even when the user that is running the
application does not have permissions to do so?
Maybe this needs to be done as a service?
When the four gig limit of an SQL Express database is approached it is
desired to have another database created at run time with no user interaction.
The problem is that the user running the application may not have
permissions to create a database.
Is there a way to create a database even when the user that is running the
application does not have permissions to do so?
Maybe this needs to be done as a service?