I have have sql2005 on both a development server and webserver. I've decided to do development offline, which is a big change for me. What i did was copy the mdf and ldf file to the development and attach the db, i'm a web programmer. Now i have made some change to various table and stored procedures. So i would like to modify the webserver db structure, not data, since new records have been created during development. I can change the stored procedures my self as there are but a handful. Bur my issue lies in transfering the structure over not with the data?
I'm wonding if it would easier populating the development db with update webserver records?, then just transfer the mdf and ldf files from dev to web?
Thanks for you suggestions!
I'm wonding if it would easier populating the development db with update webserver records?, then just transfer the mdf and ldf files from dev to web?
Thanks for you suggestions!