I am trying to migrate my one SQL Server 2005 database to SQL Server 2008, with various option, like Script Database.
I am able to create table structure but without any objects like data, functions, stored procedure....
How can I do this? I tried to copy .mdf and .ldf file and put them into 2008 folder, but this is also not working.