I have tried using sp_detach_db and sp_attach_db, but it throws up the following error(s) :
"Server: Msg 1816, Level 16, State 1, Line 1
Could not attach the database because the character set, sort order, or Unicode collation for the database differs from this server.
Server: Msg 1816, Level 16, State 1, Line 1
Could not attach the database because the character set, sort order, or Unicode collation for the database differs from this server.
Warning: sort order 30 in database differs from server sort order of 52.
Warning: Unicode language locale 33280 in database differs from server Unicode language locale of 1033.
Warning: Unicode comparison flags 0 in database differs from server Unicode comparison flags of 196609.
Warning: sort order 30 in database differs from server sort order of 52.
Warning: Unicode language locale 33280 in database differs from server Unicode language locale of 1033.
Warning: Unicode comparison flags 0 in database differs from server Unicode comparison flags of 196609.
"
Is it something to do with the installation of SQL Server. All I know is that, when you do a fresh installation of SQL server, there is a reference to Unicode. I am transferring the Database from a Laptop to a Server, the size is 5GB approx.
Is there a way out of this.