This document summarizes a research paper that proposes a novel technique for pre-processing web log data using SQL Server Management Studio. The paper first discusses how web log data contains irrelevant information that needs to be cleaned through pre-processing before analysis. It then describes the contents of a typical web log file and provides a sample of raw web log data. The paper presents an algorithm for data cleaning and implements it using SQL queries to clean the web log data by removing records with certain file extensions and incomplete URLs. It shows that the data was reduced from over 200,000 records to around 25,000 after pre-processing. The paper concludes that pre-processing is an important step for filtering and organizing data before applying data mining techniques.