Browsed by
Month: April 2022

Delete a domain User Profile in Windows 10

Delete a domain User Profile in Windows 10

Press Win + R hotkeys on the keyboard. The Run dialog will appear on the screen. Advanced System Properties will open. In the User Profiles window, select the profile of the user account. Click the Delete button. Confirm the request, and the profile of the user account will now be deleted.

How to Create Login, User and Grant Permissions in SQL Server

How to Create Login, User and Grant Permissions in SQL Server

How to Create New Login in SQL Server Here is how to create login in SQL Server: Step 1) To create login SQL server, Navigate to Security > Logins Step 2) In the next screen, Enter Login Name Select SQL Server authentication Enter Password for MySQL create user with password Click Ok Step 3) Login is created You can also create a login using the T-SQL command for SQL server create login and user. CREATE LOGIN MyLogin WITH PASSWORD = ‘123’; How to…

Read More Read More