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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-04-20 : 07:53:14
|
| mourad writes "HiI'm developping winth SQL server 2000, and the microsoft message queue and VB.NET.I want to send message from SQL server, in a MSMQ (Message Queue).I know how to do with VB.NET.But i can't launch the programme with a trigger,declare @cmd sysname@cmd = 'c:\MessageQ.exe'exec master..xp_cmdshell @cmdI need you help, I want to know how to lanch application in SQL Server trigger, or how to send directly a message to a message queue.Thanks" |
|
|
|
|
|