C
Cirene
First, sorry if this is a stupid/open ended question...
This is a theorhetical question...
I am a single freelance developer (not part of a team.)
If I create an ASP.NET website that accesses a SQL Server db, when I later
want to add a field, edit a table, add a table, etc... what is the best way
to do this in the design process?
Do I copy the mdf from the server to my local machine, make the changes,
code, test, etc... then upload the new mdf and reattach it somehow? If the
changes take a few weeks I don't want to "miss" data that's been added
online since I started working. I know that I don't want to be connected to
the live db via my dev machine to do the work.
Any links/articles/suggestions appreciated! Sorry I just don't know much
about this.
Thanks in advance!
This is a theorhetical question...
I am a single freelance developer (not part of a team.)
If I create an ASP.NET website that accesses a SQL Server db, when I later
want to add a field, edit a table, add a table, etc... what is the best way
to do this in the design process?
Do I copy the mdf from the server to my local machine, make the changes,
code, test, etc... then upload the new mdf and reattach it somehow? If the
changes take a few weeks I don't want to "miss" data that's been added
online since I started working. I know that I don't want to be connected to
the live db via my dev machine to do the work.
Any links/articles/suggestions appreciated! Sorry I just don't know much
about this.
Thanks in advance!