Link to home
Start Free TrialLog in
Avatar of mlcktmguy
mlcktmguyFlag for United States of America

asked on

Error when trying to save table revisions SQL 2014 Developer

I have been making some table structure changes in the SQL DB.  I added a new field to one of the SQL tables (tblDevleoper), clicked the 'Save' icon and the revision was saved.

I tried to revise another table (tblProperty_LandFile_History) in the DB but when I clicked the 'Save' I got the screen below.
User generated image
Why am I seeing the message on this table but not the other table?

In case it is pertinent, tblDevleoper only has three fields and about 10 records.  tblProperty_LandFile_History' has about 50 fields and contains over 10 million records.
ASKER CERTIFIED SOLUTION
Avatar of Vaibhav Goel
Vaibhav Goel
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mlcktmguy

ASKER

Thanks you.  I am pretty new to SQL Server.  How would I accomplish a structure update to an existing table in T=SQL?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial