I want to copy production server database to Development server, I am using backup and restore to take production server db to Development server.
I have restored it successfully and added tables and SP in restored DB. Again next day iI have to restore same database, after restore my existing tables and SP will get deleted.
I can not use SP and extra tables on production server DB. so iI want to copy it to development server with a real time data and on development server iI can do anything without impacting to production server db.
canCan anyone suggest better way to doing this.?