I have a website that does inserts into this table below. I need to do some manual inserts but I wasn\'t sure how do pass in the equivalent of DateTime.Now in C#.
Use CURRENT_TIMESTAMP (or GETDATE() on archaic versions of SQL Server).