Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 SQL Server DBA

Author  Topic 

Dev@nlkss

134 Posts

Posted - 2009-02-24 : 05:00:04
HI ALL,
Is it possible to send a message througth ssms query window to other developers.
If so what is the process.




Satya

CTDBA
Starting Member

9 Posts

Posted - 2009-02-24 : 09:39:54
What kind of message? What are you trying to accomplish?
Go to Top of Page

Dev@nlkss

134 Posts

Posted - 2009-02-24 : 22:44:01
I just want to know how to send simple text message to others which are connected in LAN as like IP Messenger using SSMS.

$atya.

Love All Serve All.
Go to Top of Page

basicconfiguration
Constraint Violating Yak Guru

358 Posts

Posted - 2009-02-25 : 14:46:36
why dont u send out an email instead.
Go to Top of Page

sagitariusmzi
Posting Yak Master

113 Posts

Posted - 2009-03-02 : 05:08:26
try to use

exec master..xp_cmdshell net send IP msg string
for example
exec master..xp_cmdshell net send 192.0.0.0 "test msg"
Go to Top of Page
   

- Advertisement -