I generated script from old database, created a new database and imported all data from old database. So far so good, however, no user has execute rights for stored procedur
Without over-complicating the problem, to grant the EXECUTE on chosen database:
USE [DB] GRANT EXEC TO [User_Name];