How to identify a SQL Clone Database on a SQL instance

Is there a way of identifying a SQL Clone database on an instance using TSQL?

Best Answer

  • TheMaskedDataTheMaskedData Posts: 50 Bronze 3
    I don't know if this is still the case @MPughASC but previously cloned databases had an extended property set at the database level of "isClonedDatabase" set to True so if you query the extended properties you might have some luck.

    You should allow be able to filter and see a list in the SQL clone dashboard too though...

Answers

Sign In or Register to comment.