Davide Mauri

Results 66 comments of Davide Mauri

Hi @itpropro. It was discussed but the work in order to do it was postponed as other request had higher priority. Let me add @JerryNixon to this thread so he...

@gledis69 given that in the `tags` columns there can only be valid JSON content, the expected output would be: ```json { "data": { "todos": { "items": [ { "id": 10000,...

I think that 1 is something that will be needed anyway at some point. AFAIK we're using the ADO.NET native support for discovering metadata, but that will not work, fo...

We should also integrate with https://learn.microsoft.com/en-us/azure/active-directory-b2c/overview, in case it is not already working.

> Great feedback, does this look right (addresses all 4 issues above): Everything looks good at first glance, I'll try the ADO.NET and ODBC connection string ASAP. I'm not an...

Another suggestion. Can you make the `TrustServerCertificate` parameter set to `false` *only* if connecting to an Azure SQL Database? (you can take a look at the server name. If it...

Yep, I'm fine not adding the `TrustServerCertificate` property in the connection string for Azure SQL connections. Omitting it means it is `false` by default.

That would work too. I would still allow to manually set a password, but I agree to make the default option the autogeneration

That doesn't create the login/user in the SQL Server database though.

Hard to say, looking at the wait_stats (both on the source and the destination) in SQL Server could help to see what could be the bottlenecks. Btw, if you have...