Unable to add more fields in table(created in sqlServer)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rehanemis
    New Member
    • Jul 2014
    • 8

    Unable to add more fields in table(created in sqlServer)

    Hi,

    I have created small database in SqlServer. The problem i am facing is that after completion of database if i need to enter more fields in table, SqlServer didn't allow me to do.

    I got information that we can also insert field using query, is it true? if Yes please can you help?

    Secondly is there other way to add field without query and solution to that error mentioned above.

    Thanks
    An early response will be highly appropriated.
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Can't really help without the code you tried to use and without the error message that it gave you.

    And no, you can't use an insert query to add a new field to an existing table.

    Comment

    Working...