How to copy an existing DB in SQL Server 2008 r2 management studio?

sql-server, sql-server-2008-r2

Solution

Right click on the database in Object Explorer -> Tasks -> Copy Database

Problem

I am trying to copy an existing DB, which exists in SQL Server 2008 r2 management studio including data. Is there any option to copy database in the management studio?

Original source