MS SQL 2008 crush after trunsaction commit

Поиск
Список
Период
Сортировка
От srr
Тема MS SQL 2008 crush after trunsaction commit
Дата
Msg-id 1411117394969-5819628.post@n5.nabble.com
обсуждение исходный текст
Ответы Re: MS SQL 2008 crush after trunsaction commit  ("Inoue, Hiroshi" <inoue@tpf.co.jp>)
Список pgsql-odbc
Hello!

I have next configuration:

Win Serv 2008 r2 x64 standart
MS SQL 2008 x64
psqlodbc_09_03_0300-x64-1

when I run

set  XACT_ABORT  ON
begin tran
   insert into    OpenQuery(PG,     'SELECT * From test '    )
  values (7)
commit tran

Ms sql crush:

SQL Server is terminating because of fatal exception c0000005. This error
may be caused by an unhandled Win32 or C++ exception, or by an access
violation encountered during exception handling. Check the SQL error log for
any related stack dumps or messages. This exception forces SQL Server to
shutdown. To recover from this error, restart the server (unless SQLAgent is
configured to auto restart).

If i use rollback tran or work without transaction it`s working well.

Thank you!



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/MS-SQL-2008-crush-after-trunsaction-commit-tp5819628.html
Sent from the PostgreSQL - odbc mailing list archive at Nabble.com.


В списке pgsql-odbc по дате отправления:

Предыдущее
От: Philippe Champignon
Дата:
Сообщение: Cannot retrieve sequence number after an insert with OLE DB
Следующее
От: Bala krishna Devasani
Дата:
Сообщение: Problem in Re-using the prepared statement