Tagged Questions

2
votes
2answers
113 views

Performance in SQL Mobile with one big column that’s not being selected

I have a SQL Mobile database with one table. It has several columns with useful, often queried data and one column that stores a relatively large string per record (1000+ characters) that is not …