1
- /* *********************************************************************************************************************
1
+ /* *********************************************************************************************************************
2
2
** MIT License
3
3
**
4
4
** Copyright for portions of sp_Develop are held by Brent Ozar Unlimited as part of project
@@ -498,7 +498,7 @@ RETURN 0;
498
498
PRIORITY = 201 /* Use the same Priority for Findings Group and it will ORDER BY in the results */
499
499
,FindingsGroup = ' Naming Conventions'
500
500
,Finding = ' Not Naming Foreign Key Column the Same as Parent Table'
501
- ,URL = @URLBase + ' not-naming-foreign-key-column-the-same-as-parent-table'
501
+ ,URL = @URLBase + ' not-naming-foreign-key-column-the-same-as-parent-table'
502
502
,Details = N ' REMEMBER: Name the foreign key column the same as the parent table.' ;
503
503
504
504
/* *********************************************************************************************************************
@@ -638,7 +638,7 @@ RETURN 0;
638
638
PRIORITY = 203 /* Use the same Priority for Findings Group and it will ORDER BY in the results */
639
639
,FindingsGroup = ' SQL Code Development'
640
640
,Finding = ' Using Old Sybase JOIN Syntax'
641
- ,URL = @URLBase = ' using-old-sybase-join-syntax'
641
+ ,URL = @URLBase + ' using-old-sybase-join-syntax'
642
642
,Details = N ' REMEMBER: Use the ANSI standards "<>, >=" & "INNER JOIN" instead of the deprecated Sybase join syntax: "=*, *=" & "JOIN".' ;
643
643
644
644
END ;
@@ -2024,4 +2024,4 @@ RETURN 0;
2024
2024
2025
2025
DROP TABLE #DeveloperResults;
2026
2026
2027
- END ;
2027
+ END ;
0 commit comments