How to read & write data in queue in sql server
-
anyone can guide me that how to read & write data in queue in sql server. do i need to create queue first like table ? queue is persistent object in db like table ? please post a small example for read & write data in queue in sql server.
tbhattacharjee
-
anyone can guide me that how to read & write data in queue in sql server. do i need to create queue first like table ? queue is persistent object in db like table ? please post a small example for read & write data in queue in sql server.
tbhattacharjee
Did you try to google for the queue examples? Like this one: [Building High Performance Queue in Database for storing Orders, Notifications, Tasks](https://www.codeproject.com/Articles/110931/Building-High-Performance-Queue-in-Database-for-st) Or some others from [Google](https://www.google.ch/search?newwindow=1&q=sql+server+queue+example)
-
Did you try to google for the queue examples? Like this one: [Building High Performance Queue in Database for storing Orders, Notifications, Tasks](https://www.codeproject.com/Articles/110931/Building-High-Performance-Queue-in-Database-for-st) Or some others from [Google](https://www.google.ch/search?newwindow=1&q=sql+server+queue+example)