I have a SQL database which is in Team Foundation Server (TFS), I know that TFS only stores the metadata and the SQL code and not the actual data.
I know that if we made any structural changes to any of the tables, then we need to empty all the data out of the database before the code can be built, as structural changes can not be applied to a populated database, but I am unsure if changing a column heading counts as a structural change, please can you advise?
Thank you very much