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
 SQL Server Administration (2005)
 MSG.EXE on SQL 2005

Author  Topic 

nini
Starting Member

1 Post

Posted - 2009-05-21 : 07:05:19
I am running SQL 2005 on windows 2008. i would like to use the netsend feature available on windows 2003. but i have discovered that windows 2008 does not come with netsend.

am told msg.exe can also work like netsend. when i run it from command prompt, it works but from sql it gives me the following error:
Error 1722 getting session names

below is the command

msg /server:10.10.10.3 * "testing"

how do i resolve?
   

- Advertisement -