.net - SQL Server 2008 vs Visual Studio 2010 Express version of SQL Server -


i'd know benefits of using sql server 2008 on version installed default visual studio 2010 express (i think microsoft sql server compact 3.5 sp2).

as far know, possible create applications using mdf database files visual studio, , applications work fine; , there doesn't seem gui manage databases (unless ones integrated in vb.net etc.)

in cases need use non compact version of sql server?

compact lacks of features of normal sql server:

  • procedural t-sql - select case, if, features
  • distributed transactions
  • native xml, xquery/qpath
  • stored procedures, views, triggers
  • role-based security
  • number of concurrent connections 256
  • database size support 4gb (express 10gb believe)

on other hand compact supports non-admin installation option , hosted in application process.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -