linq to sql - Copy SQL Server Express table to SQL Server CE table for vs2012 -
i using visual studio 2012 , trying import or copy table sql server 2008 express database local db using sql server compact edition vs2012.
i have found there no management support in sql server management studio 2012 / 20008 visual studio 2012 sql server ce local db.
they management interface can use visual studio 2012 professional edition.. can access both db's with.
but when try copy table vs2012 using following sql ce sql new query command..
insert sqlcedbname.dbo.testdata select * sql2008dbname.dbo.testdata (both tables same name)
it not give me data -- , acts can't find database name ignores them , thinks want copy ce table 'cetable' 'cetable'
both tables in sql server 2008 r2 , vs2012 ce exact structure , name.. ce table not have data in it.
also -- (vs2012 ce support) -- not read sql script file created in 2008 ssms either.
use sql server compact toolbox add-in, allows script single server table w data - right click "root" tree node connect , export data sql server database.
Comments
Post a Comment