I want to use one cursor as the source for anther SQL selection.
I get error 1815 saying my first Cursor should be a table.MSDN says 'Repackaged Cursors are not allowed to be used as source for another SQL selection.
I can put my first SQL result into a table, I am reluctant, never had to do this before and there are some network considerations as well.
Anyone know what a repackaged cursor is?
I get error 1815 saying my first Cursor should be a table.MSDN says 'Repackaged Cursors are not allowed to be used as source for another SQL selection.
I can put my first SQL result into a table, I am reluctant, never had to do this before and there are some network considerations as well.
Anyone know what a repackaged cursor is?