try this:
declare @.thumb varbinary(32)
select @.thumb = thumbprint from sys.certificates where name = 'fcert'
select object_name(major_id) from sys.crypt_properties where thumbprint = @.thumb
go
hth,
-Steven Gott
S/DET
SQL Server
sqltry this:
declare @.thumb varbinary(32)
select @.thumb = thumbprint from sys.certificates where name = 'fcert'
select object_name(major_id) from sys.crypt_properties where thumbprint = @.thumb
go
hth,
-Steven Gott
S/DET
SQL Server
sqlSql Server Cannot connect
No comments:
Post a Comment