vote up 0 vote down star
1

I have this sql ce database which I would like to convert to SQL 2008 because I want it to be accessible through the network. I am using SQL 2008 express; and VB9.

Any idea?

flag

3 Answers

vote up 0 vote down

It all depends on which version of SQL Server Management Studio you using. If you using the SQL Server 2005 Management Studio Express, make sure you download the one with Service Pack2 from this link and not this one. The full version of Management Studio 2005 does support sdf files. I can't comment on the 2008 Express version though.

link|flag
vote up 0 vote down

I dont think so that you can connect management studio to .sdf files. i did not found any option.

link|flag
vote up 1 vote down

A simple way would be to go into SQL Management Studio (I think it can connecto to SDF files?) and right click on it and in actions there will be a script database to text file. That will give you SQL scripts to create the schema, then you can create them in SQL 2008.

link|flag
Sure you can open SDF files in SQL Management Studio. – saku Nov 6 '08 at 9:08

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.