Hi,
Everybody is saying that to avoid Cursor in SQL Server, then why we have cursor in sql server?
Cursor mainly for Row by row iteration, we can do it using while loop, then why cursor concepts are implemented in sql server.
Thanks,
Ramesh
Everybody is saying that to avoid Cursor in SQL Server, then why we have cursor in sql server?
Cursor mainly for Row by row iteration, we can do it using while loop, then why cursor concepts are implemented in sql server.
Thanks,
Ramesh
Comment