I have two different SQL Server Compact (sdf) database files and I want to use SQL Server Management Studio to update a table in one of the sdfs with rows from the other.
With traditional SQL Server mdf databases, it's possible to refer to two tables in two separate databases using their full paths [database1].[dbo].[table] and [database2].[dbo].[table].
I have not been able to work out a way to do this for sdfs - is it even possible?