Hi @Vijay Kumar Thank you for posting your question on Microsoft Q&A and for using Azure services.
As per my understanding you are asking why you are seeing 97% SOS_WORK_DISPATCHER in one of your Azure SQL DB.
The SOS_WORK_DISPATCHER wait type represents a sum of the total time for workers that don’t have tasks assigned to them. This appears to be a begin wait that can be filtered out of any queries on wait stats queries. There is nothing to worry about.
Regards,
Oury