views:

24

answers:

1

Hi All:

I already logged thrown exceptions to text file , now i want to log them to MS Sql database but i couldn't find clear sample to perform this task.

+1  A: 

You can configure a DatabaseTraceListener.

Steven
I already do that but what is required database tables and procedure
DEVMBM
You can find the scripts under `C:\EntLib4Src\Blocks\Logging\Src\DatabaseTraceListener\Scripts`.
Steven