Search This Blog

Friday, September 17, 2021

Delete CRM Audit Partition using sql query

 To delete CRM Audit partition, we can call stroreprocedure. Use below statment:

exec p_DeleteSingleAuditPartition '12/31/2015 11:59:59.997 PM'

 

Note: This is 'To' Date in Audit log management. Format of date should be same as above.

 

 

No comments:

Post a Comment