We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ecb97 commit a2222d4Copy full SHA for a2222d4
sp_helpme.sql
@@ -146,7 +146,7 @@ BEGIN
146
and [ep].[name] = @ExtendedPropertyName
147
AND [ep].[minor_id] = 0
148
AND [ep].[class] = 1
149
- ORDER BY [Owner] ASC, [Object_type] DESC, [name] ASC;';
+ ORDER BY [Owner] ASC, [Object_type] DESC, [Name] ASC;';
150
SET @ParmDefinition = N'@ExtendedPropertyName SYSNAME';
151
152
EXEC sp_executesql @SQLString
0 commit comments