Alexandre S.
Alexandre S.
Merci bien :)
> Man that is a fantastic update! I wasn't aware of this MSSQL Browser thing!! Thanks ! SQL Browser is not enabled by default and requires a bit of setup,...
> Very interesting, thanks for the PR! Do you have any resources about that topic that you could share? Not so much, I just learned about it 😅 SQL Browser...
Oh wait there's something about DAC that we could definitely look into : https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/diagnostic-connection-for-database-administrators?view=sql-server-ver16 It runs on the same 1434 port and potentially gives access to the database even when...
It's getting more complicated than I thought ! SQL browser also lists named-pipe SQL instances ! (which is great) For now I'll only fallback to TCP until I understand how...

> Hey man! I think I missed something in the SQL browser configuration cause I can't seem to have a dynamic port here: > >  > > Althought I...
> There is something I don't get: > > > Which is produced by that code: > > ```python > # Get number of mssql instance > self.mssql_instances = self.conn.getInstances()...