Hello,
Does anyone have another way of storing the error msgs, and general output from a stored procedure without using xp_cmdshell.
I have many SP's that run and produce a lot of output, and using xp_cmdshell was slowing the whole process down dramatically. I changed to logging this output to tables, but I'm looking for another way to create a text file log - without using xp_cmdshell.
thanks
Hitesh