Hi,

I have the following table called AssetMeterReading.

AssetMeterReading
------------------
ReadingID - PK - Indexed
AssetID
Reading
Date
------------------

A lot of my serialized transactions access this table to validate meter readings.

What Columns should I index? I put two seperate indexes on the AssetID and Date a few days back. Today I got a DeadLock error (haven't got one before). Would my indexing have caused the deadlock.