Enterprise Library Database Trace Listener? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-09T05:36:20Z http://stackoverflow.com/feeds/question/197410 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/197410/enterprise-library-database-trace-listener 3 Enterprise Library Database Trace Listener? muerte 2008-10-13T12:30:57Z 2008-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#197583 6 Answer by Will for Enterprise Library Database Trace Listener? Will 2008-10-13T13:31:45Z 2008-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#197837 0 Answer by muerte for Enterprise Library Database Trace Listener? muerte 2008-10-13T14:50:03Z 2008-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>