July 21, 2010 at 11:19 pm
Comments posted to this topic are about the item Custom Logging in a transaction
July 22, 2010 at 1:15 am
Nice idea.
I have used xp_cmdshell to pipe debug to logfile when transactions fail
declare @msg varchar(255)
set @msg = 'echo ' + 'debug text here' + ' > c:\log.txt'
exec xp_cmdshell @msg ,NO_OUTPUT
but this is better
May 18, 2016 at 1:13 pm
Thanks for the script.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy