sql server - SQL: Altered columns resulting in invisible columns? -


i have run problem sql tables had mistake in code dropped column in table , after recreated column. process repeated many times until discovered it.

but result appears sql table haven't deleted columns. instance message when want add new column:

"warning: table "matches" has been created, maximum row size exceeds allowed maximum of 8060 bytes. insert or update table fail if resulting row exceeds size limit."

and have trouble updating column values because exceed maximum limits.

and clear, table not have more 30 (visible) rows , made each column maximum of 40 varchars, appears dropped rows still exist somewhere. how delete them?

thanks in advance.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -