Hello experts,
Need your valuable suggestion, there is one statement running at the end of the proc in sybase as mentioned below.
sp_procxmode proc_name , "anymode"
after migrating the code from sybase to SQL i found above statement available in the proc.
'sp_procxmode' is not supported in SQL server but seems it relates to some implicit_tansactions
settings, what should i set it (ON or OFF ) or should i just comment out the statement.
SQL Server DBA