Discussion Overview
The discussion focuses on the implementation of the object_definition function in SQL Server, specifically with two parameters. Participants explore its functionality, usage, and related concepts within T-SQL.
Discussion Character
- Exploratory
- Technical explanation
- Homework-related
Main Points Raised
- One participant seeks help in understanding the implementation of the object_definition function with two parameters, specifically asking for clarification on its purpose and output.
- Another participant questions the original poster about their prior research and specific questions, indicating a desire for more context.
- A participant mentions that the function returns a text string and expresses uncertainty about where this value is sourced from.
- Suggestions are made to consult MSDN for more information on T-SQL functions like OBJECT_DEFINITION and OBJECTPROPERTY.
- Some participants emphasize the importance of self-research before seeking detailed answers, referencing forum policy on providing assistance.
- One participant encourages executing the function directly in SQL Server to gain practical understanding.
- A later reply indicates that the original poster has downloaded SQL Server 2016 Express edition and is eager to learn more about T-SQL.
- Another participant expresses enthusiasm about the original poster's progress and encourages sharing outcomes from their exploration.
- The original poster shares that they have learned how to obtain schema ID and table ID using OBJECTPROPERTY.
Areas of Agreement / Disagreement
Participants generally agree on the importance of self-research and practical experimentation, but there is no consensus on the specific implementation details of the object_definition function with two parameters.
Contextual Notes
Some participants express uncertainty about the exact output and source of the value returned by the object_definition function, indicating a need for further clarification on definitions and usage.