DevPinoy.org
A Filipino Developers Community
Sign in
|
Join
|
Help
Blogs
Media
Forums
DevCast
All Tags
»
Netsend
(RSS)
Browse Blog Posts by Tags
Showing related tags and posts for the
Blogs
application. See
all tags in the site
SQL Playbook
Stored Procedures
SP that sends notifications to connected users in an SQL Server
Wouldn't it be nice if you have a mechanism to notify users that are connected to your SQL Server? Here's a stored procedure that an help you do that task. CREATE PROC spSendNetworkNotification @Message VARCHAR (200) AS BEGIN SET NOCOUNT ON DECLARE @ShellCommand VARCHAR (350) DECLARE @MessageSource...
Posted to
Keith Rull
by
keithrull
on 06-29-2005
Filed under:
Filed under:
SQL Playbook
,
Netsend
,
Stored Procedures
Page 1 of 1 (1 items)
Copyright DevPinoy 2005-2008