Why can't I connect to my local SQL Server Express (2014)?
up vote
0
down vote
favorite
After I installed Microsoft SQL Server Express (2014) on my local computer (for testing while building a web interface which uses databases), I could connect just fine, but for some random reason, now (after I've finally gotten the .mdb files converted into the .accdb file format I need for use with the SQL Server Migration Assistant tool), I just can't connect/log in.
I am unable to connect whether it's via the Migration Assistant or simply via the SQL Server regular interface.
I am logging in with Windows authentication and the Server name appears completely correct.
I've tried going into "services" on my machine and starting the 'sqlbrowser' service, as that was mentioned as a possible cause for connection failure, but that didn't help.
Also, after reading sites at the following links, I'm still left wondering what this issue could be:
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/0628296e-939a-4700-b498-1c3c9ce90597/a-networkrelated-or-instancespecific-error-occurred-while-establishing-a-connection-to-sql-server?forum=sqlsecurity
https://social.technet.microsoft.com/Forums/windows/en-US/5fc88f64-680f-4479-898f-05099fb19796/sql-server-connection-issue?forum=sqlexpress
Other links I've checked seem unrelated to my situation.
The screen shot below is an image of what I'm seeing when I try to log on:
networking sql-server sql sql-server-express
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
up vote
0
down vote
favorite
After I installed Microsoft SQL Server Express (2014) on my local computer (for testing while building a web interface which uses databases), I could connect just fine, but for some random reason, now (after I've finally gotten the .mdb files converted into the .accdb file format I need for use with the SQL Server Migration Assistant tool), I just can't connect/log in.
I am unable to connect whether it's via the Migration Assistant or simply via the SQL Server regular interface.
I am logging in with Windows authentication and the Server name appears completely correct.
I've tried going into "services" on my machine and starting the 'sqlbrowser' service, as that was mentioned as a possible cause for connection failure, but that didn't help.
Also, after reading sites at the following links, I'm still left wondering what this issue could be:
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/0628296e-939a-4700-b498-1c3c9ce90597/a-networkrelated-or-instancespecific-error-occurred-while-establishing-a-connection-to-sql-server?forum=sqlsecurity
https://social.technet.microsoft.com/Forums/windows/en-US/5fc88f64-680f-4479-898f-05099fb19796/sql-server-connection-issue?forum=sqlexpress
Other links I've checked seem unrelated to my situation.
The screen shot below is an image of what I'm seeing when I try to log on:
networking sql-server sql sql-server-express
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Do you have SQL connection manager (blogs.msdn.microsoft.com/zxue/2010/04/28/…)? Have you checked this protocol is enabled?
– user996142
Sep 27 '17 at 22:28
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
After I installed Microsoft SQL Server Express (2014) on my local computer (for testing while building a web interface which uses databases), I could connect just fine, but for some random reason, now (after I've finally gotten the .mdb files converted into the .accdb file format I need for use with the SQL Server Migration Assistant tool), I just can't connect/log in.
I am unable to connect whether it's via the Migration Assistant or simply via the SQL Server regular interface.
I am logging in with Windows authentication and the Server name appears completely correct.
I've tried going into "services" on my machine and starting the 'sqlbrowser' service, as that was mentioned as a possible cause for connection failure, but that didn't help.
Also, after reading sites at the following links, I'm still left wondering what this issue could be:
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/0628296e-939a-4700-b498-1c3c9ce90597/a-networkrelated-or-instancespecific-error-occurred-while-establishing-a-connection-to-sql-server?forum=sqlsecurity
https://social.technet.microsoft.com/Forums/windows/en-US/5fc88f64-680f-4479-898f-05099fb19796/sql-server-connection-issue?forum=sqlexpress
Other links I've checked seem unrelated to my situation.
The screen shot below is an image of what I'm seeing when I try to log on:
networking sql-server sql sql-server-express
After I installed Microsoft SQL Server Express (2014) on my local computer (for testing while building a web interface which uses databases), I could connect just fine, but for some random reason, now (after I've finally gotten the .mdb files converted into the .accdb file format I need for use with the SQL Server Migration Assistant tool), I just can't connect/log in.
I am unable to connect whether it's via the Migration Assistant or simply via the SQL Server regular interface.
I am logging in with Windows authentication and the Server name appears completely correct.
I've tried going into "services" on my machine and starting the 'sqlbrowser' service, as that was mentioned as a possible cause for connection failure, but that didn't help.
Also, after reading sites at the following links, I'm still left wondering what this issue could be:
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/0628296e-939a-4700-b498-1c3c9ce90597/a-networkrelated-or-instancespecific-error-occurred-while-establishing-a-connection-to-sql-server?forum=sqlsecurity
https://social.technet.microsoft.com/Forums/windows/en-US/5fc88f64-680f-4479-898f-05099fb19796/sql-server-connection-issue?forum=sqlexpress
Other links I've checked seem unrelated to my situation.
The screen shot below is an image of what I'm seeing when I try to log on:
networking sql-server sql sql-server-express
networking sql-server sql sql-server-express
asked May 27 '15 at 14:10
VoidKing
2491617
2491617
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Do you have SQL connection manager (blogs.msdn.microsoft.com/zxue/2010/04/28/…)? Have you checked this protocol is enabled?
– user996142
Sep 27 '17 at 22:28
add a comment |
Do you have SQL connection manager (blogs.msdn.microsoft.com/zxue/2010/04/28/…)? Have you checked this protocol is enabled?
– user996142
Sep 27 '17 at 22:28
Do you have SQL connection manager (blogs.msdn.microsoft.com/zxue/2010/04/28/…)? Have you checked this protocol is enabled?
– user996142
Sep 27 '17 at 22:28
Do you have SQL connection manager (blogs.msdn.microsoft.com/zxue/2010/04/28/…)? Have you checked this protocol is enabled?
– user996142
Sep 27 '17 at 22:28
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
An uninstall and a reinstall of SQL Server Express fixed my issue. Not sure what happened, especially since the original install was only a few days old.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
An uninstall and a reinstall of SQL Server Express fixed my issue. Not sure what happened, especially since the original install was only a few days old.
add a comment |
up vote
0
down vote
An uninstall and a reinstall of SQL Server Express fixed my issue. Not sure what happened, especially since the original install was only a few days old.
add a comment |
up vote
0
down vote
up vote
0
down vote
An uninstall and a reinstall of SQL Server Express fixed my issue. Not sure what happened, especially since the original install was only a few days old.
An uninstall and a reinstall of SQL Server Express fixed my issue. Not sure what happened, especially since the original install was only a few days old.
answered May 27 '15 at 19:52
VoidKing
2491617
2491617
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f920224%2fwhy-cant-i-connect-to-my-local-sql-server-express-2014%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Do you have SQL connection manager (blogs.msdn.microsoft.com/zxue/2010/04/28/…)? Have you checked this protocol is enabled?
– user996142
Sep 27 '17 at 22:28