You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user you are using for the DAC does not have the default database set to master, the SQL query "SELECT substring(crypt_property,9,len(crypt_property)-8) FROM sys.key_encryptions WHERE key_id=102 and (thumbprint=0x03 or thumbprint=0x0300000001)" returns empty resultset.
Please add catalog name to the from clause: ...FROM master.sys.key_encryptions ...
The text was updated successfully, but these errors were encountered:
bugal
added a commit
to bugal/Powershell-Modules
that referenced
this issue
Apr 11, 2019
If the user you are using for the DAC does not have the default database set to master, the SQL query "SELECT substring(crypt_property,9,len(crypt_property)-8) FROM sys.key_encryptions WHERE key_id=102 and (thumbprint=0x03 or thumbprint=0x0300000001)" returns empty resultset.
Please add catalog name to the from clause: ...FROM master.sys.key_encryptions ...
The text was updated successfully, but these errors were encountered: