Posts
Sort by recent activity
Enforce Identical Column Order
I think SQL Source Control should enforce identical column ordering, that way we can write a statement such as
SELECT * FROM Table1
And know that if our databases are linked and up to date, we will...