Description
When working within a DXP environment it can be valuable to confirm if an asset exist within blob storage. Blob storage will typically use GUIDs for storing the assets, which can make it difficult to find a specific asset within a blob.
Steps
Additional comments.
select ContentGUID from tblContent where pkID in (
select fkContentID from tblworkcontent
where Name like '%helloworld.png%'
)
Comments
0 comments
Please sign in to leave a comment.