...
SqlAdminConnectionString: The connection string for connecting to the SQL Server 2008/2012 instance. The SQL user should have sufficient permissions to drop and recreate the database.
Code Block | ||
---|---|---|
| ||
<add name="SqlAdminConnectionString" connectionString="Server=PC01\SQLEXPRESS; Database=SDDMS_Test; User Id=Admin; Password=sqlPassword;" /> |