Questions tagged [tabular-data-stream]
2 questions
5
votes
1 answer
How does one map the client_version value (from sys.dm_exec_sessions) to TDS Version?
From Microsoft's SQL Server documentation of sys.dm_exec_sessions
client_interface_name
Name of library/driver being used by the client to communicate with the server.
datatype: nvarchar(32)
client_version
TDS protocol version of the interface that…
EngineeringSQL
- 579
- 2
- 7
- 16
2
votes
0 answers
Sensor data from Postgres to Redis
I have a Postgres database with a table that is updated with new data every 5 minutes from a weather station.
Now, as soon as the table is updated with a new record from the sensor, I would like this new record to be sent to a Redis Stream…
user17326436
- 21
- 1