I installed Microsoft LogParser v2.2, it’s on my machine, but this is what i’m getting when i run it:
Msg 2812, Level 16, State 62, Line 1
Could not find stored procedure 'LOGPARSER'.
What am i doing wrong?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
LogParser does not run in SQL Server. It is a separate program. You run it from the command line. Here are some usage examples from Microsoft.
It does use a SQL syntax, but it has nothing to do with SQL Server.