Skip to main content

Posts

Showing posts with the label sql

Resolved Visual Studio Connect to Microsoft SQL Server Database Failed A network related or instance specific error occurred

Resolved Visual Studio Connect to Microsoft SQL Server Database Failed A network related or instance specific error occurred Issue: Visual Studio Connect to Microsoft SQL Server Database Failed - A network-related or instance-specific error occurred Error Message: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 1326) Description: When attempting to connect to a database from Visual Studio, if you are getting a message from Visual Studio Data Connection that it was not able to connect to SQL Server, check the following workaround. Read more � download  file  now

Microsoft SQL Server sa login locked out how to unlock enable sa login

Microsoft SQL Server sa login locked out how to unlock enable sa login Issue: Microsoft SQL Server 'sa' login locked out So, today, I got myself locked out of Microsoft SQL Server after entering the wrong password multiple times. If suppose �sa� login account is locked out, the above message will be displayed- How to enable �sa� login account locked out by Microsoft SQL Server? Read more � download  file  now