SQLTeam.com
|
Weblogs
|
Forums
SQLTeam.com Forums
After migration Oracle database into SQL Server 2016 facing problem in VB 6.0 application
Ifor
January 26, 2020, 3:30pm
4
You probably need to:
SET XACT_ABORT ON;
at the start of the SQL Server stored procedure.
show post in topic