News

You might want to create the log table yourself as well. Below is the script you can use to create a log table in the SQL Server database. CREATE TABLE [Log] ( [Id] int IDENTITY(1,1) NOT NULL ...