Hi,
I was installing one identity service with MS SQL server 2016 and received error:
Line 1: FOR UPDATE clause allowed only for DECLARE CURSOR
I saw below fix which is in SQL server 2012.
2740957: fix-for-update-clause-allowed-only-for-declare-cursor-error-when-you-e
Now I have question since I am using MS MSQL server 2016, do I need to apply this package? I believe 2016 should have this fix since it's cumulative build. Please help me here to identify proper fix.
Thanks in advance.