I have been running SQL Express on my local machine as part of a development environment for web development, but due to corporate requirements, recently had to change the computer name to join the new company domain. I also had to change my login/username as part of this process.
Because of this, I am no longer able to connect to my SQL Express instance, which i need to continue development. How can I migrate the existing SQL instance, which I connected to via Windows Authentication?
2条答案
按热度按时间rta7y2nd1#
Let SQL Server engine works with
Local System Account
as next:-
Window
Button +R
.services.msc
, then clickOk
.properties
.Log On
, then checkLocal System Account
Hope it helps.
k3bvogb12#
Please try .\SQLEXPRESS instead of YourComputerName\SQLEXPRESS in server name.