|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Saturday, May 11, 2013 8:17 AM
Points: 460,
Visits: 2,521
|
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Thursday, May 28, 2009 4:52 PM
Points: 17,
Visits: 27
|
|
I'm interested in some of the questions raised about SQL Server Compact Edition, I've been using SQL Server Express edition to process a subset of data from our main dataware house server to the local desktop. However its not easy copy data (unlike previous versions which contained DTS - MSDE) , at the moment its a matter or creating a linked server and using SELECT/INSERT method, not a great way. Plus the restricted 4Gbyte of data, thou this doesnt apply to tempdb (does this exist in SQL Server CE??), thou you can create several databases splitting the data into each database and then create a view joining all the required data as a way around this. I do like the sound of SQL Server CE, great for those offline client applications.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Sunday, December 23, 2012 10:31 PM
Points: 6,
Visits: 15
|
|
hi friends after reading this topic i search one topic which may give yr ans and some new feature of sql server Mobile edition ( search on microsoft)
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Saturday, May 11, 2013 8:17 AM
Points: 460,
Visits: 2,521
|
|
re: "does this exist in SQL Server CE??" Hi Ron, SQL Server CE does not allow splitting a database into multiple disk files. You can have only one database file per database. Jacob
.
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Thursday, May 28, 2009 4:52 PM
Points: 17,
Visits: 27
|
|
oops, sorry I didnt explain. create 2-3 databases, e.g. DatabaseA, DatabaseB & DatabaseC. partition the required data into 3 tables splitting the data equally into DatabaseA, DatabaseB & DatabaseC. Create a View in DatabaseA which contains the tables created in DatabaseA, DatabaseB & DatabaseC. This should solve the 4Gigabyte limit, a bit messy to say the least....bill remove that 4Gigabyte limit !!!
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Saturday, May 11, 2013 8:17 AM
Points: 460,
Visits: 2,521
|
|
Hi Ron, that would not work with SQLCE. It does not support views.
.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, March 04, 2010 4:50 AM
Points: 3,
Visits: 11
|
|
| The biggest downside to using SQL Server Compact Edition is that it does not allow the creation of stored procedures. This seems to be Access with a different name and the same problems. If MS was serious about making this a viable product it should have been able to create stored procedures.
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Saturday, May 11, 2013 8:17 AM
Points: 460,
Visits: 2,521
|
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Thursday, February 07, 2013 11:44 AM
Points: 51,
Visits: 40
|
|
Good article; looking forward to the answers to your ending questions. I really appreciate and see the potential for using it in the disconnected scenario.
|
|
|
|
|
SSC-Dedicated
           
Group: Administrators
Last Login: Today @ 2:36 PM
Points: 31,432,
Visits: 13,743
|
|
|
|
|