Do anyone know where I can find a list of supported features for SQL Server Compact Edition? I am interested in using the new version with my web app, but am trying to determine what I want it to do. Especially I want to know that it can support ideas and stored procedures but Microsoft site is unusable.
Edit in advance
Edit:
I looked at it but it was not helpful for me.
SQL Server CE4 does not support stored procedures, as you can read in: < / P>
SQL CE is an embedded database - which makes it ideal for development and light-use scenarios. For high-level sites and apps, you may want to migrate it to SQL Server Express (which is free), SQL Server or SQL Azure to use. These servers enable better scalability, more development features ( processed processes like processes - which are not supported with SQL CE ), as well as more advanced data management capabilities.
The complete list of differences between CE and SQL Server is that it says that both stored procedures and ideas are not supported by CE.
Comments
Post a Comment