If it is required to delete users, user properties, debugger breakpoints or session event related info; then use following TSQL code. It simply delete the data from the tables directly and allow you to use the NAV as a fresh settings.
USE [YourNAVDatabase];
delete FROM [dbo].[Access Control];
delete FROM [dbo].[User];
delete FROM [dbo].[User Property];
delete from dbo.[User Personalization];
delete from dbo.[User Metadata];
delete from dbo.[Page Data Personalization];
Thank you and Regards
Tharanga Chandrasekara
2 comments
Excellent post. I certainly love tһis site. Ⲕeep it սp!
Thank you for the feedback.