Connection with SqlServer 2017 express edition
Closed this issue · 1 comments
mauro-rogledi commented
Both methods with sql server 2017 do not return the instance name
DataTable dt = SmoApplication.EnumAvailableSqlServers(false);
var instance = SqlDataSourceEnumerator.Instance;
System.Data.DataTable table = instance.GetDataSources();
You can't connect with this database
mauro-rogledi commented
Resolved