Michoel Samuels

Results 18 comments of Michoel Samuels

This isn't supported by FreeTDS yet. I opened an issue for it [here](https://github.com/FreeTDS/freetds/issues/509)

Still having this issue in 2024. https://github.com/FreeTDS/freetds/pull/276 was never merged. Is there any workaround for using structure.sql?

@aidanharan will a new release of [activerecord-sqlserver-adapter](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter) be required to support FreeTDS 1.4.12? Or do I just need to upgrade my local FreeTDS and the current version will work OK?...

We're now using FreeTDS 1.4.12 in production with the current release of [activerecord-sqlserver-adapter](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter). It's working well with no issues 🥳 Need to confirm if the OP issue is now fixed.

This problem is still present in 2024 with Rails 7

It's not possible yet. FreeTDS doesn't support Azure AD login (Now rebranded as Microsoft Entra ID) at the moment. We need to wait until FreeTDS adds support, and then TinyTDS...

This would be great, but it sounds like a massive undertaking.

This is still an issue in 2024. The created `structure.sql` fails to import when running `rails db:schema:load`.

Note that [fast_excel](https://github.com/Paxa/fast_excel) is a **write-only library**. Reading is not supported :(

FWIW, Microsoft [deprecated the Azure Ruby SDK](https://github.com/azure/azure-sdk-for-ruby/blob/master/docs/README.md) back in 2021: > As of Februrary 2021, Azure SDK for Ruby - Resource Management Libraries are officially retired. The libraries will be...