Click here to Skip to main content
16,004,587 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I want To make log for Complex procedure so that I can find out exact problems in data or steps followed in SQl Server.I know that there is transactional log file but I want to find out logs for specific procedure and steps followed with data.As transactional log is on server side we cannot have access and it consists of whole transactional log.
Is there any other way for this.
Thanks in advance
Posted

1 solution

Check this. I am not familiar with SQL trace. May or May not be useful to your requirement.

http://technet.microsoft.com/en-us/library/ms191006(v=sql.105).aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900