I'm using SQL Server.
Can any one help me organize the syntax and difference between
cursor
and cross apply
' ?
Update: my intention is:
I have one user-SP_1 which gets a varchar "id" as param. I have built another user-SP_2 that gets manay "ids", parse them and then I want to send them to user-SP_1 in a loop.