New to SQL Server and not very well-versed in how things run with it. Can anyone point me to what exactly this error means? https://i.stack.imgur.com/4C9TQ.jpg
It happens when I try to select a database name when importing data.
New to SQL Server and not very well-versed in how things run with it.
Share
This error is occuring because you can’t connect to the instance. Check your connection string and ensure that your parameters are correct:
Use your connection string parameters to manually connect to the instance through SSMS. That’ll give you a good indication that it is right/wrong.