How can we help you today? How can we help you today?

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?
MPughASC
0

Comments

2 comments

  • TheMaskedData
    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...
    TheMaskedData
    0
  • MPughASC
    @TheMaskedData Thank you for your response.  I can confirm it does still set an extended property named "isClonedDatabase".
    MPughASC
    0

Add comment

Please sign in to leave a comment.