Unable to connect ADS with local SQL Server 2017 Developer Edition. #14104
-
Hi! I read some more and found the pre-requisites which stated that the Developer Edition was required so I upgraded SQL Server 2017 Express to the developer Edition and also replaced SSMS to version 18. It makes no difference. It will connect using Windows Authentication but only shows system DBs. I cannot see the actual DB I wish to use with ADS. Every SQL Authentication with every valid login and password is simply rejected with: "Login failed for user " No error codes, no further information, no clues... I have now spent around 6 hours on this and am at the point of giving up. I decided to make this post just in case others are experiencing the same problems.
If anyone has some suggestions I'd be pleased to hear them. I'd really like to experiment with this software with a view to using it for some quick DB reporting and graphing but after hours of trying I have nothing to show for it and I have to consider moving on. Responses appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@MoreporkGithub if you can connect using SSMS then the connection should also work from ADS. They both use the same SqlClient driver. Are you using something like: Server = localhost Also, do you now have two instances of SQL Server running on your localhost (for Express and Developer). If so, you may need to append the correct instance name into the server field. |
Beta Was this translation helpful? Give feedback.
@MoreporkGithub if you can connect using SSMS then the connection should also work from ADS. They both use the same SqlClient driver.
Are you using something like:
Server = localhost
Authentication Type = Sql Login
Username & password = your username
Also, do you now have two instances of SQL Server running on your localhost (for Express and Developer). If so, you may need to append the correct instance name into the server field.