• Do you mean to say insert real time production data into development db. Then how will you put the data back to production?

    What i would suggest is

    Create a development db as close to production db.

    Simulate the same kind of activity that happens on production in your development environment.

    Make the changes and test it properly

    If test goes fine deploy to production.

    "Keep Trying"