Back To Basics: The RECEIVE command (and END CONVERSATION)
The RECEIVE command is the last of the Service Broker items to cover in the Back To Basics series. The RECEIVE command is what is used to actually get the message out of the queue so that you can process the data within the message_body column. The RECEIVE command works just like the SELECT statement […]
Back To Basics: The RECEIVE command (and END CONVERSATION)
The RECEIVE command is the last of the Service Broker items to cover in the Back To Basics series. The RECEIVE command is what is used to actually get the message out of the queue so that you can process the data within the message_body column. The RECEIVE command works just like the SELECT statement […]
My Back To Basics session was way more popular than I was expecting
At the last SoCal Code Camp I did several new sessions. One of which was my Back To Basics session. When I was setting up the session I figured that a few people would show, mostly because the wouldn’t have anything else to do for the first session. What I got instead was a massive […]
Installing SQL Server on Windows Server 2008
I ran across an excellent post from Shawn Hernan of the SQL Server Development team (the guys that write SQL Server). Shawn has put out an excellent blog post on what needs to be done to get SQL Server2005 or SQL Server 2008 installed on Windows Server 2008. You can find the post here. Denny