Enterprise Library Database Trace Listener? - Stack Overflow most recent 30 from stackoverflow.com2009-11-23T15:42:14Zhttp://stackoverflow.com/feeds/question/197410http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/197410/enterprise-library-database-trace-listener3Enterprise Library Database Trace Listener?muerte2008-10-13T12:30:57Z2008-10-13T14:50:03Z
<p>Hello,</p>
<p>I'm using EntLib v4 for Logging and currently I'm saving the events to the default text file listener.</p>
<p>I would like to use MS SQL database as my event sink and I saw that the database listener is already provided, but I don't know how to create logging database and stored procedures?</p>
<p>After googling around I saw that in v3 the database creation scripts were shipped with the EntLib, but I can't find them in v4.</p>
<p>Thanks...</p>
http://stackoverflow.com/questions/197410/enterprise-library-database-trace-listener/197583#1975836Answer by Will for Enterprise Library Database Trace Listener?Will2008-10-13T13:31:45Z2008-10-13T13:31:45Z<p>I just checked and its in the installation for the source. On my machine its in <code>C:\EntLib4Src\Blocks\Logging\Src\DatabaseTraceListener\Scripts</code>. </p>
<p>You can use the createloggingdb.cmd file or parse loggingdatabase.sql yourself for the relevant commands.</p>
http://stackoverflow.com/questions/197410/enterprise-library-database-trace-listener/197837#1978370Answer by muerte for Enterprise Library Database Trace Listener?muerte2008-10-13T14:50:03Z2008-10-13T14:50:03Z<p>Thanks Will, I realized I didn't extract source files.</p>
<p>After I did that, I found the scripts.</p>
<p>Thanks again.</p>