ACECORP
asked on
Default ID/Password for SQL 2008 R2 Express w/ SharePoint 2010 Foundation
I installed Sharepoint 2010 Foundation on a server and chose the single server, stand-alone option. This option will install SQL 2008 R2 Express and Install SharePoint 2010.
The process does not prompt for any user id or password for the database.
I need to connect to the SQL Instance using SQL Management Studio and need to enter a user id/password to connect. Everything I try does not work, so there must be a specific SQL Server Authentication based ID and password that automatically gets created.
Does anyone know what it is? I need to log into the actual SQL Express database and I can't connect to the instance because I dont have a user id or password.
The process does not prompt for any user id or password for the database.
I need to connect to the SQL Instance using SQL Management Studio and need to enter a user id/password to connect. Everything I try does not work, so there must be a specific SQL Server Authentication based ID and password that automatically gets created.
Does anyone know what it is? I need to log into the actual SQL Express database and I can't connect to the instance because I dont have a user id or password.
Try "Windows authentication" instead and make sure you are logged in with same user that installed the software then you could add whatever you need under security.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
I was able to solve the issue using the following procedure.