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

    Apr 30, 2025 · The following T-SQL example creates a database user for the Microsoft Entra user, named [email protected]. Replace <unique identifier sid> with the SID of the new user …

  2. SQL CREATE USERS - GeeksforGeeks

    Jul 23, 2025 · In SQL, the CREATE USER command is used to add new user accounts, while the DROP USER command removes them. Let’s walk through the step-by-step process of …

  3. 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

  4. SQL Server Script to create a new user - Stack Overflow

    Oct 21, 2009 · The way to fix this, if you cannot log on with any other account to SQL Server, is to add your network login through a command line interface. For this to work, you need to be an …

  5. sql server - sqlcmd new login/user - Database Administrators …

    Apr 12, 2017 · To gain full voting privileges, I am new to sqlcmd and I want to create a new user. I have done the following: 1> CREATE USER FYI_DBA FOR LOGIN FYI_DBA. 2> go. Then …

  6. 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.

  7. How To Create A User In SQL Server Database - databaseblogs.com

    Nov 12, 2024 · As a DBA working with SQL server and managing SQL Server environments, I have created tons of users in SQL server. It is crucial to know how to do this task smoothly. In …

  8. 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 …

  9. 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 …

  10. SQL 'CREATE USER' Statement | Reintech media

    Sep 29, 2023 · Learn how to create, manage and delete users in SQL databases effectively.