Hello Sir,
I am facing a problem in migrating a cursor declarartion from Oracle to
MSSQL
This in Oracle

cursor cursSku (prId IN NUMBER) is
select * from sku where p_id = prId;

Has to be migrated to MSSQL
Thanks
Nivedita