INSERT INTO Logs(Log_ID, Log_MethodName, Log_Type, Log_Message, Log_Details, Log_Date, Log_SupportType) VALUES (NEWID(), 'UpdateCadelio', 'Update', 'Sql script executed', 'Execution of sql script is successull.', GETDATE(), 'PC') GO