About 3,880 results
Open links in new tab
  1. CREATE USER (Transact-SQL) - SQL Server | Microsoft Learn

    In a contained database, creating users helps separate the database from the instance of the Database Engine so that the database can easily be moved to another instance of SQL Server.

  2. Create a New User and Grant Permissions in SQL Server

    Managing SQL Server security is a critical part of maintaining your SQL Server environment. In this article, let us take a step-by-step approach to create a new database User and grant permissions to …

  3. SQL Server CREATE USER

    In this tutorial, you'll learn how to use the SQL Server CREATE USER statement to add a user to the current database.

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

    Aug 13, 2025 · In this tutorial, you will learn How to create a user in SQL Server, Create a user using T-SQL, Assigning Permission to a user, and Grant Permissions in SQL

  5. SQL Server Database Security - Logins and Users

    Jun 17, 2025 · In this tutorial, we will work through simple SQL code to create a Login and User to access SQL Server. This could be for an application, a website, or general ad-hoc queries.

  6. SQL Server: CREATE USER statement - TechOnTheNet

    This SQL Server tutorial explains how to use the SQL Server CREATE USER statement with syntax and examples. The CREATE USER statement creates a database user to log into SQL Server.

  7. how to create user in sql server : 2 easy methods

    Oct 20, 2023 · To create a new user in sql server, you can use the CREATE LOGIN statement. Here’s an example of how to Create Login in sql server: In this declaration, replace “Username” with the …

  8. Step-by-Step Guide to Creating User in SQL with Essential Permissions

    Feb 15, 2024 · In this article, we’ll walk you through the practical steps of creating user in SQL, mapping logins to users, and setting permissions so your data remains secure and accessible to authorized …

  9. How to create and delete a user in MS SQL Server: basic roles | DB Serv

    Sep 24, 2024 · In this article we will describe the main ways to create and delete users using the example of version 2012: in the Management Studio environment and via Transact-SQL instructions.

  10. How to Create a New User in SQL Server and Manage Permissions

    Nov 25, 2021 · In the article, we have described how to create a SQL Server user account on database objects, and assign or revoke privileges applied to the user using T-SQL, SSMS, and dbForge Studio …