SQL Server 2017 is supported on Red Hat Enterprise Linux (RHEL), SUSE Linux Enterprise Server (SLES), and Ubuntu. It is also supported as a …
Read More »MSSQL
Set Up AlwaysOn Basic Availability Groups in SQL Server 2016 in Standard Edition OR SQL Server Mirroring in SQL Server 2016 in Standard Edition .
For Always on Perrequisite Refer Document Prerequisite For AlwaysOn Basic Availability Groups in SQL Server 2016 in Standard Edition OR SQL Server Mirroring in …
Read More »How To Get Script of Some Objects in the Database On SQL Server(Generate Script Method)
We explained how to get the create script of all objects belonging to the database in the article titled “How To Get Script of …
Read More »How To Find Partitioned Tables In The Database On SQL Server
I mentioned that we can not get the script of the partitioned tables by right clicking on the SSMS and using the Script To …
Read More »How To Create Partition On SQL Server
Partition is the process of dividing tables and indexes into parts. For example, I have a table with a size of 1 TB. And …
Read More »Prerequisite For AlwaysOn Basic Availability Groups in SQL Server 2016 in Standard Edition OR SQL Server Mirroring in SQL Server 2016 in Standard Edition .
AlwaysOn Basic Availability Groups provide a high availability solution for SQL Server 2016 Standard Edition. This new functionality will replace database mirroring, which is a …
Read More »SQL Server System Databases
In this article I will explain some information about SQL Server System databases. System databases are created automatically when you install SQL Server. The …
Read More »How To Change The Disk Of Database Files On SQL Server(Detach Attach & Backup Restore Methods)
In some cases, there may not be enough space on the disks where the database files are located. For this reason, you may need …
Read More »How To Create a Database On SQL Server
General Concepts: First of all, the database has two files by default. These are data file with mdf extension (called Primary Data File) and transaction …
Read More »How To Add Another Disk For a Database Without Interruption On SQL Server
When designing a database, it is necessary to analyze the disk requirement correctly and determine the size of the disks from the beginning. Sometimes things …
Read More »