I have some actions that execute sql query like:
insert into table ('%TestId%,'%Date%',...)
The problem is since 2007-12-04 23:59:00 to 2007-01-05 00:01:00
the sql query failed:
And now all works normally, any idea why in this range date SQL return error?Error: Cannot execute SQL query. ErrorCode = 4294967295: [Microsoft][ODBC SQL Server Driver][SQL Server]The conversion of char data type to smalldatetime data type resulted in an out-of-range smalldatetime value [Microsoft][ODBC SQL Server Driver][SQL Server]The statement has been terminated
AHM 6.54 running on Win 2003 server
Microsoft SQL Server Management Studio 9.00.2047.00
Microsoft Analysis Services Client Tools 2005.090.2047.00
Microsoft Data Access Components (MDAC) 2000.086.1830.00