<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>MSSQL on LEIKAH</title><link>https://leikah.haoyingcao.xyz/en/tags/mssql/</link><description>Recent content in MSSQL on LEIKAH</description><generator>Hugo</generator><language>en</language><atom:link href="https://leikah.haoyingcao.xyz/en/tags/mssql/index.xml" rel="self" type="application/rss+xml"/><item><title>MSSQL</title><link>https://leikah.haoyingcao.xyz/en/docs/services/mssql/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://leikah.haoyingcao.xyz/en/docs/services/mssql/</guid><description>&lt;h2 id="service-info"&gt;Service Info&lt;a class="td-heading-self-link" href="#service-info" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Name: MSSQL&lt;/li&gt;
&lt;li&gt;Purpose: Database&lt;/li&gt;
&lt;li&gt;Listening port: &lt;strong&gt;1433 TCP&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;OS: Windows&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;MSSQL is Microsoft&amp;rsquo;s proprietary implementation of a SQL database. It is designed to tightly intergrate into a Windows and Active Directory centric environment. MSSQL is also a popular choice for building applications that run on .NET framework.&lt;/p&gt;
&lt;h3 id="mssql-authenticaiton"&gt;MSSQL Authenticaiton&lt;a class="td-heading-self-link" href="#mssql-authenticaiton" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;MSSQL supports two authentication methods:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Windows auth&lt;/strong&gt;: Used by default, also referred to as &lt;strong&gt;intergrated&lt;/strong&gt; security due to its security model being tightly intergrated with Windows and AD.
&lt;ul&gt;
&lt;li&gt;Specific users and group are trusted to log in to the SQL server.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mixed mode&lt;/strong&gt;: Supports both Windows/AD accounts and SQL server.
&lt;ul&gt;
&lt;li&gt;Username and Password are maintained within the SQL server.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="mssql-default-databases"&gt;MSSQL Default Databases&lt;a class="td-heading-self-link" href="#mssql-default-databases" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;MSSQL has several default databases it uses to store information about the database itself as well as information that can help us enumerate names, tables, columns, and etc.:&lt;/p&gt;</description></item></channel></rss>