SQL Server Developer Center > SQL Server Forums > SQL Server Compact > How to start SQL Server Compact after installation?
Ask a questionAsk a question
 

AnswerHow to start SQL Server Compact after installation?

  • Sunday, November 08, 2009 4:38 AMDai2809 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hello

    I have downloaded this edition of SQL and run the installation. I have located the Microsoft SQL 2008 Server Compact folder, but not been able to find any file to launch it. Please give me instructions as to how to launch SQL Server Compact.

    Thank you

Answers

  • Thursday, November 12, 2009 3:44 AMErikEJMVP, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    SQL Compact is not a "program" it is a set of DDL files, which exposes a database API, that you (as a programmer) can include in your application. So you cannot "launch" it. See for example: http://en.wikipedia.org/wiki/SQL_Server_Compact

    http://erikej.blogspot.com Erik Ejlskov Jensen - Please mark as answer, if this was it.

All Replies