Показать сообщение отдельно
Старый 12.11.2020, 02:16   #1  
Blog bot is offline
Blog bot
Участник
 
25,475 / 846 (79) +++++++
Регистрация: 28.10.2006
dynamicsnavax: Creating SQL index via LCS
Источник: http://dynamicsnavax.blogspot.com/20...x-via-lcs.html
==============

LCS has some really great tools for checking performance. Its really a matter of trying to get used to them and knowing whats available.

Under the Environment monitoring > SQL insights > Performance metrics.

You can find some slow queries and how they are affecting the environment over time.

I found that SalesLine table was missing an index for Revenue recognition.




Warning: Do this at your own risk.You could break the system if you haven't tested this properly.


I raised a support ticket but was asked to create a non-unique index on the table via LCS.
Go to Environment monitoring > SQL Insights > ActionsSelect "Create non-unique index on a table".
Turn of the "Allow page locks".




Talking about that risk.
I got an error after I did the above with batch jobs. I had to restart the batch service in LCS to fix the problem.

This is the error I got with batch job to post the sales invoices.





Refer to Microsoft Docs page on this. Typically you want to do this as part of your development but that would cause outage and delay the whole process. In this instance, I tried the above and got past the problem.
https://docs.microsoft.com/en-us/dyn...index-on-table


Note that there is a drop query. So, take note of the index name you created. Then you can delete it afterwards.


Источник: http://dynamicsnavax.blogspot.com/20...x-via-lcs.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.