Importing modified records to an sql database

by 2 replies
3
I need to make some changes to one of the fields in an sql database. I exported the database to my desktop and made the changes. When I upload it, will it overwrite the records with the new changes?

Never done it before, and thought I would ask the experts.

Thanks,
Andrew
#programming #database #importing #modified #records #sql
  • Are you just want to change the column name? column type? you can using ALTER command to do that.
  • What do you mean by "exported to your desktop?" How did you do that and what did you do to modify it afterwards?

Next Topics on Trending Feed

  • 3

    I need to make some changes to one of the fields in an sql database. I exported the database to my desktop and made the changes. When I upload it, will it overwrite the records with the new changes? Never done it before, and thought I would ask the experts.