so basically change the update stored proc's @a_rowv argument datatype from timestamp to varchar (or nvarchar?) and then inside the proc first convert it to timestamp and then use it in the actual update statement?
↧
so basically change the update stored proc's @a_rowv argument datatype from timestamp to varchar (or nvarchar?) and then inside the proc first convert it to timestamp and then use it in the actual update statement?