ServiceNow Cheatsheet

MID Server Task Command Delete/Remove servicenow instance Open a command prompt with administrator rights. Type the following: sc delete <instance servicename> Initial Response to a Ticket 1. Go to case.2. Go to…

Connect C# to mySQL Example

This example requires MySQL.Data.MySqlClient and System.Data.SqlClient to insert data into a MySQL database. Originally, I had an error during execution: IO.FileNotFoundException in MySql.Data.dll: Can’t load System.Security.Permissions. To fix the issue. I had…