Service Broker is message queuing for SQL Server. It is used for sending emails and through Database Mails. You can read about SQL SERVER – Difference Between Database Mail and SQLMail here. Service Broker is feature which provides facility to SQL Server to send an asynchronous, transactional message.
SQLAuthority News – Updated My Personal Book Mark Pages
It has been long time since I have updated my personal book mark list. I have just refreshed it. You are all welcome to checkout my personally picked articles. SQLAuthority Best Articles SQLAuthority Favorite Articles I often visit above two links to read my selected articles. If you have any…
Read MoreSQLAuthority News – Ahmedabad SQL Server Usergroup Meeting
I will be attending Ahmedabad SQL Server Usergroup Meeting on July 19, 2008. I will be taking session about “SQL Server Best Practices“. I invite all of the SQL enthusiastic to stop by User Group Meeting and meet all the fellow developers, DBAs and members. Location : 401, TIME SQUARE,…
Read MoreSQL SERVER – Readers Contribution to Site – Simple Example of Cursor
eaders are very important to me. Without their active participation this site would not be the community helping web site. I encourage readers participation and request that you help other users with your knowledge. I recently come across very good communication between two of blog readers. I want to thank…
Read MoreSQL SERVER – 2008 – Introduction to SPARSE Columns – Part 2
Previously I wrote about SQL SERVER – 2008 – Introduction to SPARSE Columns. Let us understand the concept of SPARSE column in more detail. I suggest you read the first part before continuing reading this article. All SPARSE columns are stored as one XML column in database. Let us see…
Read MoreSQL SERVER – SP_CONFIGURE – Displays or Changes Global Configuration Settings
It is very good to know our server and its feature which are available for configurations. SQL Server always has many features which can be enabled or disabled. One should at least know what are the options SQL Server provides. This blog post we will learn how to display or change global configuration settings.