I have a simple problem....

I am writing a stored procedure I want to use xp_cmdshell to execute a executable file...

Exec master..xp_cmdshell 'C:\snort.exe', NO_OUTPUT

Nothing happens....how do I write this so it starts that program?