Search Results

0
votes
1answer
178 views

How to persist a calculated GEOMETRY or GEOGRAPHY column

I'm trying to create a table under SQL Server 2008 containing a GEOMETRY column and a calculated variation thereof. Considering the following table where the calculated col …
1
vote

Should I index a bit field in SQL Server?

On its own, no as it results in very little selectivity. As part of a compound index. quite possibly but only after other equality columns. …