Hi guys!
When i do an initial sync on my device, the sql ce db is created.
Nevertheless, it is created without all index, unique col and so on.
I found an article on how to add the Unique colums with the help of a table schema: http://msdn.microsoft.com/en-us/library/bb726037%28v=SQL.105%29.aspx
This works fine so far,
BUT is there also a way to add the Index Columns during initial sync?
thanks