All Tags > output > SQL (RSS)
  • Bug with LogParser - Truncates event log Message string in Datagrid

    It appears that LogParser truncates the event log message string if using either the DataGrid or SQL outputs (I haven't tested other outputs yet) Is this a bug with LP or is there a setting that I haven't seen to enable the entire message to be sent to the DataGrid or SQL? Thanks
    Posted to Forum by agc1 on 10-22-2009, 3:32 PM
  • Re: Log Parser 2.2; csv to SQL

    [quote user="joelangley"] Yes, it is possible. Can I ask though how are you getting the data into SQL. Are you using .NET or Scripts or straight from within logparser. [/quote] Thanks joelangley. I am getting data from csv to SQL using command straight from within logparser2.2. Let me explain...
    Posted to Forum by volitanthorse on 07-07-2009, 10:01 PM
  • Log Parser 2.2; csv to SQL

    Hi, I am using log parser 2.2 to convert perfmon csv data to SQL server database, with -createTable:ON. The column of input perfmon csv file and the column of new generated table are consistent, it's OK. But I want to know that is there any way I can insert a addition customized column (not exist...
    Posted to Forum by volitanthorse on 07-07-2009, 4:34 AM
  • Output to SQL 2008 DB

    Hello Gents, I'm using the follow LogParses string to write all 'Security' Event logs to a specific SQL DB: LogParser -i:EVT -o:SQL "SELECT * INTO EventLog FROM Security" -server:SERVERNAME\SQLEXPRESS -database:LogHog -driver:"SQL Server" -createTable:ON -maxStrFieldLen...
    Posted to Forum by RMarrero on 06-19-2009, 12:56 PM
  • Code for using COM object for C# .Net with SQL Output

    Here's my code that works. I actually dumped log files from System, Application and Security logs into the database. using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; // Log Parser 2.2 using MSUtil; namespace...
    Posted to Forum by Solburn17 on 06-08-2009, 4:45 PM
Page 1 of 1 (5 items)
Microsoft Communities