|
|
|
|
|
by gavanm
853 days ago
|
|
SQL Server has included a message queue capability for a while now. It’s called SQL Server Service Broker: https://learn.microsoft.com/en-us/sql/database-engine/config... I haven’t had the opportunity to use it in production yet - but it’s worth keeping in mind. I’ve helped fix poor attempts of “table as queue” before - once you get the locking hints right, polling performs well enough for small volumes - from your list above, the only thing I can’t recall there being in sql server is a LISTEN - but I’m not really an expert on it. |
|
https://learn.microsoft.com/en-us/azure/azure-functions/func...