Interview Questions

You are building an application for a Smartphone and want to use SQL Server Compact Edition. However you do not want this to run as a service all the time because of power concerns. What can you do?

Microsoft SQL Server FAQs


(Continued from previous question...)

You are building an application for a Smartphone and want to use SQL Server Compact Edition. However you do not want this to run as a service all the time because of power concerns. What can you do?

Answer: This edition does not run as a service, so there is nothing to worry about.

Explanation: SQL Server Compact Edition runs in process with an application, meaning it does not run as a service. Therefore it will only run when your application is running.

(Continued on next question...)

Other Interview Questions