We have to work with legacy database and many tables have a column called upsize_ts of datatype timestamp not related to the data stored.
What is its purpose? Is this some sort of rowversion column? Can we delete that column?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have found, that “upsize_ts” column is created when upgrading MS Access database to MSSQL using Upsizing wizard:
The upsize wizard documentation mentions following:
This field should not be deleted if database will still be used by MS Access (which is case for our app).
More About Upsizing Wizard:
http://office.microsoft.com/en-us/access-help/use-the-upsizing-wizard-HP005273009.aspx