Skip to main content LinkMenuExpand(external link)DocumentSearchCopyCopied

sp_Develop Results Explanations

After running sp_Develop the ‘Results’ tab will contain the findings for the best practice DBA development checks.

sp_Develop Results

The findings results are order by DatabaseName, SchemaName, ObjectName, ObjectType, FindingGroup, Finding. This allows you to review all the checks for an object at the same time.

Column Results Details

Column NameDetails
PriorityCritical, High, Medium, Low
DatabaseNameCan be run for multiple databases so this will show you the database with the potential issue
SchemaNameThis is the schema for the object that might have an issue
ObjectNameThis can be anything from user tables, views stored procedures, functions, …
FindingGroupThe high-level grouping for the check
- Naming Conventions
- Table Conventions
- Data Type Conventions
- SQL Code Development
- Data Issue
- Configuration Issue
- Running Issues
FindingThe specific potential issue we the check is looking for
DetailsAdditional details about the potential issue. This does not go into in-depth details of the potential issue but should give you a heads up of what to look for
URLCopy and paste this link into a browser to view the write up for the potential issue
SkipCheckTSQLIn this column you will find a generated TSQL script INSERT
PriorityNumberThe lower the number the more severe the potential issue is to address
CheckIdEvery check is uniquely numbered

What other parameters can be used View on