Adding a new column to an existing table??? Check the rules first
Hi All, So, you are standing at the gates where you need to add a new COLUMN to an existing table. Well, there are 2 cases: Table is empty Table contains data If “Table is empty” then you are still in design-phase of that table. Add new column whichever the way you know 🙂 E.g. Using T-SQL or through design mode of table etc.
Continue reading →