Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Conversion error

    The problem is that you're trying to concatenate a datetime to a string.  Cast @STARTTIME as an nvarchar and add single quotes inside @SQLSTR, and your code will work.

Viewing post 1 (of 1 total)