mauro-rogledi/ERPStudio

Connection with SqlServer 2017 express edition

Closed this issue · 1 comments

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

Resolved