0% found this document useful (0 votes)
7 views

Commands

Uploaded by

Abhi Dhuri
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Commands

Uploaded by

Abhi Dhuri
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

To find core userid

select * from CoreUser --to get core user id


where UserName = 'in\sunil.jadhav' --to get core user id

To delete core user account

exec dbo.Coreuserdelete 54 --To delete core user account

Select * from coreuser where username = 'in\samadhan.yadav' -- to check user core


id

select * from userlink where coreuserid= '71' -- to check assigned roled to core
user

You might also like