

In the above case, the local SQLEXPRESS server is specified Server is the name or the network address of the SQL Server instance.

\SQLEXPRESS Database = ReviewAssistant Integrated Security = False User ID = user Password = user_password For more details see Create a Login on MSDN.Īssign the db_owner role to a user for the Review Assistant database.Īfter you setup the login, in the Configuration Wizard, specify the connection string according to the following template: Server =. “RA”), specify the login name and password. For more information see Create a Database on MSDN.Ĭreate a new SQL Server Authentication login (e.g. For more information see Change ServerĬreate an empty database and specify its name, for example, “ReviewAssistant”. If you installed SQL Server with default settings, you need to enable SQL Server Authentication mode. In SSMS, connect to SQL Server as a system administrator. Connection string with SQL Server Authentication The connection methods differ in the two modes, so let’s consider each mode separately. You can specify the connection string using one of the authentication methods: Windows Authentication or SQL Server Authentication. Please review the list of supported SQL Servers. Therefore, you need to set up the connection to SQL Server.įirst, you need SQL Server and SQL Server Management Studio (SSMS) to be installed. Review Assistant uses Microsoft SQL Server as a database engine for storing data. This topic describes how to connect the Review Assistant server to a Microsoft SQL Server database.
