Hi,
I am facing problem while inserting records to a table.
The insertion for the table is very high (around 2000 per min) and selection for a record set is normal(around 5 to 10 times)
Here some records are not getting inserted.
Table structure
---------------
UserResponseIDbigint (primary key)
ScheduleUserIDbigint (non clustered index)
QuestionGUIDvarchar(50)
UserResponsexml (small xml data of about 5 lines)
Date datetime
One more thing to add is the application and database is deployed on a cloud server.