Tagged Questions
1
vote
6answers
2k views
SQL putting two single quotes around datetime fields and fails to insert record
I am trying to INSERT into an SQL database table, but it doesn't work. So I used the SQL server profiler to see how it was building the query; what it shows is the following:
declare @p1 int
set ...