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.
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? |
 |
|
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. |
 |
|
basicconfiguration
Constraint Violating Yak Guru
358 Posts |
Posted - 2009-02-25 : 14:46:36
|
why dont u send out an email instead. |
 |
|
sagitariusmzi
Posting Yak Master
113 Posts |
Posted - 2009-03-02 : 05:08:26
|
try to useexec master..xp_cmdshell net send IP msg stringfor example exec master..xp_cmdshell net send 192.0.0.0 "test msg" |
 |
|
|
|
|