Category: MS SQL
Microsoft SQL Server
Assign table to filegroup
We can assign table to filegroup when table creation. Besides,…
Management of File data
File data is used to store all object and data of…
Filegroup in MS SQL
Filegroup is a logical group of data file. Data file…
Data file in MS SQL
Data file is an file which store all object and…
Access control of MS SQL – Part 3
At Access control of MS SQL – Part 2, we tell…
Access control of MS SQL – Part 2
At Access control of MS SQL – Part 1, we tell…
Access control of MS SQL – Part 1
SQL Server has 2 authentication mode: 1: Windows Authentication Mode…
Install Sample Database for Lab
Microsoft provide a sample database called AdventureWorks. We can download it…
How to map network drive in SSMS
We can use “xp_cmdshell” to run windows command, it also…
Install SSMS on client
SSMS stand for “SQL Server Management Studio”. It is used…