Skip to main content

DELTA_SHARING_SECURABLE_DELETE_BLOCKED error condition

SQLSTATE: 55006

<securableType> <securableFullName> cannot be deleted because it is being shared via Delta Sharing.

BY_CLEAN_ROOMS

It is shared in clean rooms with central clean room ids: <cleanRoomIds>. If you just want to update a shared view, please use ALTER VIEW instead.

BY_SHARES

It is shared through the following shares: <shareNames>. If you just want to update a shared view, please use ALTER VIEW instead.

BY_SHARES_AND_CLEAN_ROOMS

It is shared through the following shares: <shareNames>. It is shared in clean rooms with central clean room ids: <cleanRoomIds>. If you just want to update a shared view, please use ALTER VIEW instead.

NO_HINT

If you just want to update a shared view, please use ALTER VIEW instead.