Full-stack dev quiz question #17

Full-stack dev quiz question #17

quizHow familiar are you with SQL Server system views? The seventeenth question in the quiz for a full-stack developer has come.

 

 

Which SQL Server system views contain definition (code or script that allows recreating the object) of user objects like stored procedures, views and triggers? Choose all correct answers.

  1. objects
  2. sysobjects
  3. sql_expression_dependencies
  4. partitions
  5. sql_modules
  6. syscomments

For the answer scroll down

.

.

.

 

 

 

 

 

 

 

 

 

 

 

.

.

.

The correct answers are e, f. For more information about it, see ... problems with sp_rename.