When moving a SQL db to a test environment from a dev environment as well as a new production for first install of the db is it best to install it using scripts or to do a full backup of all the objects and restore the db on new server.
FYI.. This is the initial setup on the environment.
Could you give reasoning as well?
Thanks.