Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
exec sp_cursor_list 3
SELECT CR.reference_name, CR.cursor_scope, C.*
from master..syscursorrefs CR
inner join master..syscursors C on CR.cursor_handl=C.cursor_handle