I have a website that inserts into this table below. I need to do some manual insertions, but I was not sure how to get through the equivalent of DateTime.Now in C #.
I run this below from the query editor in sql server mgmt studio. In any case, at this point in time in this request will pass.
INSERT INTO [Business] ([IsDeleted] ,[FirstName] ,[LastName] ,[LastUpdated] ,[LastUpdatedBy]) VALUES (0, 'Joe', 'Thomas', ,<LastUpdated, datetime,> ,<LastUpdatedBy, nvarchar(50),>)
datetime sql-server
leora Jun 18 2018-10-18 18:03
source share