I'm having trouble connecting to Visual Studio 2010 [c #] with Sql server 2014. I followed some tutorials but I was not successful.
Why is such a mistake occurring?
I'm having trouble connecting to Visual Studio 2010 [c #] with Sql server 2014. I followed some tutorials but I was not successful.
Why is such a mistake occurring?
Pegasus, try this;
Source: link
Error 26 is because the SQL server is not running. I mean, it's off. This is normal to happen when the machine is rebooted. It's easy to solve. Go to the start menu, search for Microsoft SQL Server Version (2008,2012,2014) click and browse for Configuration Tools, then click SQL Server Configuration Manager. Clicking it goes a window and then go to SQL Server Services and search for SQL Server (SQLEXpress) then just double-click and ready, the server ta up! I hope I have helped!