Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 401 Bytes

File metadata and controls

15 lines (13 loc) · 401 Bytes

Basis_Data

Kumpulan file-file pembelajaran SQL

I use this server management (https://aka.ms/ssmsfullsetup)

my json settings for sql server

"mssql.connections": [
    {
        "server": ".\\SQLEXPRESS",
        "database": "master",
        "authenticationType": "Integrated",
        "profileName": "localhost\\SQLEXPRESS",
        "password": ""
    }
],