Posts
Sort by recent activity
Problem comparing tables with clustered index
Hi,
I'm having troubles comparing tables with clustered index created on them, because in two different databases, the code for the constraint is different:
Here it's an example:
On database DB1:
C...