Deleting Sql Ce system tables programmatically?
- by Joachim Kerschbaumer
hi there,
i`m using sql server ce together with sync framework. however, sync framework creates some system tables when calling the CreateSchema() method of the SqlCeClientSyncProvider. (e.g. __sysSyncArticle, __sysSyncSubscription, ...).
i'm not able to delete these tables with sql statements within Visual Studio. (states that "drop table is not…