SQL пока плохо знаю... Думал, что это что-то из синтаксис конструкций языка...
Вот текст запроса и ошибка:
set nocount on
if exists (select * from tempdb..sysobjects where id=object_id('tempdb..#MyTableOsn') and sysstat & 0xf = 3 )
drop table #MyTableOsn;
create table #MyTableOsn (KOD char(9), MANAGER char(25), CITY char(20), POST char(9), SROK numeric(3,0), ABC char(9), XYZ char(9), OST numeric(15,3), DIN numeric(15,4), SZ numeric(15,2), RN numeric(15,0), MIN numeric(15,3), MAX numeric(15,3), DATE datetime, DOP numeric(15,2)/*,*//*column_definition*/)
set nocount off
******************************************************************
insert into #MyTableOsn values(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?/*,*//*?*/)
рс.ВыполнитьSQL_ИзТЗ(ТЗ,100);
{C:\1SBASES\COPYS\USR36\УЛОЖИТЬ В БАЗУ.ERT(85)}: Произошла ошибка при выполнении запроса.
State 22008, native 0, message [Microsoft][ODBC SQL Server Driver]Datetime field overflow