-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[receiver/sqlquery] Added MS SQL Server example #36366
base: main
Are you sure you want to change the base?
Conversation
@mwear - did you have the ability to merge this? |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
`sqlserver://username:password@host/instance?param1=value¶m2=value` | ||
|
||
Or in key=value; pair format: | ||
`server=localhost;port=1433;param1=value;` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the official options and format of the connection string for this driver are coming from here. I think it would be useful to also include a link here for users to reference in the future for a more complete list of options and functionality.
Edit: For reference, this is where the SQL Server driver is being imported and then used.
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Description
Adds Microsoft SQL Server
datasource
example to the readme