I\'m trying to do an INSERT into an already set DB in MS SQL Server, the DB server is in a shared hosting (godaddy).
And what i\'m trying to achieve is to store an a
According to me,it would be as follow:
datetime.Text = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");