Skip to content

Commit ada702d

Browse files
author
Ajay Dwivedi
committed
Removing Un-necessary Code
Removing Un-necessary Code
1 parent 0500c46 commit ada702d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sp_HealthCheck/Certificate Based Authentication.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ GO
2626
ADD SIGNATURE TO [dbo].[sp_Kill]
2727
BY CERTIFICATE [CodeSigningCertificate]
2828
WITH PASSWORD = '$tr0ngp@$$w0rd'
29-
--WITH PASSWORD = 'Work@Y0urBest'
3029
GO
3130
GRANT EXECUTE ON OBJECT::dbo.sp_Kill TO [public]
3231
GO
@@ -62,7 +61,6 @@ GO
6261
ADD SIGNATURE TO [dbo].usp_WhoIsActive_Blocking
6362
BY CERTIFICATE [CodeSigningCertificate]
6463
WITH PASSWORD = '$tr0ngp@$$w0rd'
65-
--WITH PASSWORD = 'Work@Y0urBest'
6664
GO
6765
GRANT EXECUTE ON OBJECT::dbo.usp_WhoIsActive_Blocking TO [public]
6866
GO

0 commit comments

Comments
 (0)