As a high-level security measure in SQL Server, if you do not want application developers to know the application’s user password, this article will …
Read More »MSSQL
Can Not Switch The Partition On SQL Server
If all the indexes in the partition table are not aligned according to the partition, you will get an error like the following during …
Read More »Service Broker In SQL Server
Introduction A service broker is a high availibity technique in SQL Server which was introduced from SQL Server 2005. This is primarily to send …
Read More »How To See Partition Details In Partitioned Table On SQL Server
I explained how to create a partition int the article named “How To Create Partition On SQL Server“. In this article I will share …
Read More »How To Get Script of the Entire Database On SQL Server(Generate Script Method)
We can not take the backup of the database and transfer it to the test environment for security reasons. Because the actual data should …
Read More »SQL Server 2017 Setup on Redhat Linux Or Migrate SQL Server 2012 DB on Window Server to SQl Server 2017 on Redhat Linux
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 »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 »