SQLCE 3.5 and Management Studio 2005

  • Thread starter Christian Resma Helle
  • Start date
C

Christian Resma Helle

Is it possible to use the SQL Server Management Studio 2005 for working with
SQLCE 3.5 databases? In the management studio default setup I get an error
when I tried to open a SQLCE 3.5 database.

Any of you guys got this to work or know a work around? I would prefer not
to install the SQL Server 2008 CTP :)
 
G

Ginny Caughey [MVP]

No, SSMS 2005 doesn't support SqlCE 3.5. As an alternative to SQL 2008, VS
2008 data tools work with SqlCE 3.5.
 
E

ErikEJ

As an alternative you could use the "Data Port Console" from PrimeWorks.

It works with version 3.1 and 3.5 on the desktop, and 2.0 and later on
devices.
Quite similar to SSMS, but more features: (Export, Import, Diagrams etc)
 
C

Christian Resma Helle

Cool! I'll download the trial and see what it can offer! Do you use it
yourself?
 
E

ErikEJ

Yes, occasionally, in particular now that I have to work with both 3.0 and
3.5 file formats.
 
S

Serge Wautier

Hi Ginny,

I'm a total newbie regarding SqlCE. And I'm no SSMS expert neither.
I just installed SqlCE 3.5 on my dev machine. Opened SSMS 2005. Went to
Connect/Sql Server Mobile. Create a DB, created tables into it. Ran queries
against it. Everything worked like a charm.
.... Except for one problem: There's no 'Open Table' menu item :-(

Do you have any explanation to offer as to why support seems complete at
first sight but oddly lacks the data grid, even though data queries work
fine.

TIA,

Serge.
http://www.apptranslator.com - Localization tool for your applications
 
G

Ginny Caughey [MVP]

Serge,

I don't know the inner workings of SSMS - only that the SSC team at
Microsoft has advised that SSMS 2008 is the target for support for SSC 3.5.
I assume the database you created with SSMS 2005 was a SSC 3.1 database.
There is no Open Table menu for SSC databases in SSMS 2005.
 
S

Serge Wautier

Ginny,

Thanks for your answer.
Actually, I thought I had created a SSC 3.5 DB using SSMS 2005. But it
appears it's probably a 3.1 indeed: I tried to open the DB using PrimeWorks
Data Port Console and it complained. OTOH, I could not open a SSC 3.5 DB
created with Data Port Console using SSMS 2005.

Oh my, I guess I'll stick to Data Port Console or I'll take advantage of the
opportunity to install VS2008

Regards,

Serge.
http://www.apptranslator.com - Localization tool for your applications
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top