Add application name to ODBC string
See original GitHub issueMicrosoft collects anonymous aggregate statistics about SQLServer + Synapse usage via the “Application Name” property of connections. After we spoke with a Synapse PM the other day, they’re curious to know how many people are using dbt with SQLServer + Synapse.
If you’re open to it, I believe we can add an APP
parameter to the ODBC connection string. For reference:
- SQL Server docs
- Similar code in
dbt-spark
: we pass a useragent for ODBC connections to Databricks
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Application Name for SQL Server Connections
Simply include "Application Name=MyAppName;" in the connection string. After that it is also possible to use that value in SQL batches or SPROCs...
Read more >How do I set ApplicationName through ODBC call so that SQL ...
Hi,. I want some proper name to be set in the "ApplicationName" column for my application in the SQL Profiler instead of always...
Read more >Give SQL Connections the Application's Name! - Ben Gribaudo
Setting the Application Name ... If your application uses a hard-coded connection string, this is easy to implement: simply edit the connection ...
Read more >How to set "Application Name" in ADODB connection string
In the Solution Explorer, rename Class1. · Right click your MyConnection project in the Solution Explorer and select Add Reference · Copy and...
Read more >Add application name by default in connection string
I'm trying to debug an error with incremental loads and for this I have been using the built-in SQL server Extended Events functionality....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Solved with #63
we could maybe send “dbt”+
adapter name from profiles.yml