Withdata Software

Producing high-quality database tools

Main menu

Skip to primary content
Skip to secondary content
  • Withdata
  • Blog
  • Categories
  • Tags
  • Tools

Tag Archives: SQL Server Express

How to create a user in SQL Server Express database

Posted on July 23, 2013 by Shiji Pan

Create a SQL Authenticated login first with CREATE LOGIN, then add a user associated with that login to your database by using CREATE USER. USE [master] GO CREATE LOGIN [YourUsername] WITH PASSWORD=N'YourPassword', DEFAULT_DATABASE=[YourDB], CHECK_EXPIRATION=OFF, ... Read more

Posted in Sql Server | Tagged create user in SQL Server Express, Sql Server, SQL Server Express

Recent Posts

  • SQLDumpSplitter 1.4 Released: Improved SQL Syntax Parsing & Performance Boost
  • DataFileSplitter 2.5 Released: New Output Formats – Fixed‑Width Text and YAML
Withdata Software. ©2004 - 2026 All rights reserved.