SQL Server 2012 Day 5

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