Across
- 3. System stored procedure which displays information about database object dependencies
- 7. To view the definition of a procedure with a system function
- 8. The stored procedure lets you create your own external routine in a programming language such as C, C++, .NET etc.
- 9. The stored procedure which is stored at different machine
- 10. Cursor which can move anywhere and all the changes on the data can be viewed
Down
- 1. The set of rows resulting from the execution of a query that is associated with the cursor
- 2. Function which returns a table value as the result of single SELECT
- 4. The message number for error thrown by RAISERROR should exist in
- 5. An operation to change the current cursor position
- 6. Batches are separated by statement
