I ran into a issue about Import/Export on SQL Server.
I have a database on SQL Server 2008 R2 instance running on my laptop.
I want to attach it on a SQL Server Express 2008 instance running on Windows 2003 server.
Due there is no management studio on my server Is it possible to export database from SQL Server 2008 R2 to SQL Express 2008 instance ?
Depend on this answer I think its possible.
But when I want to use Import Export tool on destination setting I should choose destination configuration.
How can I get around this?
I want to know Is it possible to move R2 schema data to SQL Server 2008 express using Import / Export tool ?
If yes I think it generate script for us and I don't have management studio on server. Is it possible to execute generated script on a management studio running on my system and then move MDF file to server ?
P S : Should I ask this question on DBA ?