SQL Server 2016 Management Studio

Configuration

Open SQL Management Konsole 

Connect to SQLEXPRESS using Windows authentication.

Installation SQL Manag Studio 1

Collapse the Server 

  • Databases, Right click, create new database
     Installation SQL Manag Studio 2
    Tab General: Name: webdesk
  • Security, Right click, new, Registration
     Installation SQL Manag Studio 2_1
    • General:
       
      Installation SQL Manag Studio 2_2
      Vergrößern
      • Name: wdadm
      • choose SQL Server-Authentifikation 
      • type the Password twice
      • uncheck "Force the password directive"
    • Serverrols check:
       
      Installation SQL Manag Studio 2_3
      Vergrößern
      • dbcreator
      •  public
  • Databases/webdesk/Security/Users:
     Installation SQL Manag Studio 7
  • Right click, new User
    • General:
       
      Installation SQL Manag Studio 8
      Vergrößern
      • Usertyp: SQL-User with login name
      • Username: wdadm
      • Login name: wdadm
      • Standardschema: dbo
    • Schemas in possession check
      Installation SQL Manag Studio 9
      Vergrößern
      • db_owner
    • membership check 
      Installation SQL Manag Studio 10
      Vergrößern
      • db_owner
  • Databases, Right click, create new database 
    Tab General: Name: shark
  • Datenbases/shark/Security/User: 
    • Right click, new User
    • General:
      • Usertyp: SQL-User with login name
      • Username: wdadm
      • Login name: wdadm
      • Standardschema: dbo
    • Schemas in possession check
      • db_owner
    • membership check
      • db_owner
  • Right click on the SQL Server
     Installation SQL Manag Studio 11
  • Open Properties:
    • Tab Security  
      Select the "SQL Server and Windows Authentication Mode" option in the Server Authentication section, ok
      Installation SQL Manag Studio 12
      Vergrößern
  • Restart the Server service 

Important! The user must be the owner of the databases to be able to read, write, and delete data, otherwise the Webdesk may not work properly.

Kommentare (0)