- SELECT TOP command in SQL Server

In SQL Server, the SELECT TOP command is used to retrieve records from one or more tables in SQL Server and limit the number of return records based on a fixed value or percentage.
- SELECT INTO command in SQL Server

The article guides using SELECT INTO command in SQL Server with syntax and examples.
- DELETE TOP command in SQL Server

The DELETE TOP command in SQL Server is used to delete records from a table in SQL and limits the number of records based on an existing value or percentage.
- UNION operator in SQL Server

This tutorial explains how to use the UNION operator in SQL Server with specific syntax and examples.
- UNION ALL operator in SQL Server

The UNION ALL operator is used to combine the result set from 2 or more SELECT statements in SQL Server.
- How to decentralize users in MS SQL Server

Administrators can create, delete or deny permissions in MS SQL Server. The permissions here refer to database access (CSDL). You can create, delete or deny permissions in MS SQL
- OR conditions in SQL Server

The OR condition in SQL Server (Transact-SQL) is used to check multiple conditions.
- Combine AND and OR conditions in SQL Server

The article explains how to use AND conditions and OR conditions in SQL Server (Transact-SQL).
- DISTINCT clause in SQL Server

The DISTINCT clause is used to remove duplicates in the result set.
- Introduction to SQL Server Reporting Services

SQL Server 2005, 2008 and 2008 R2 software packages are pre-packaged with SQL Server Reporting Services (SSRS) - a specialized report creation solution for businesses. With SSRS,
- Instructions for creating and editing reports in SQL Server Reporting Services

SQL Server 2005, 2008 and 2008 R2 product suite, all packaged with SQL Server Reporting Services (SSRS) - a dedicated solution for creating reports for businesses. With SSRS,
- SQL Server setup is always available

Database Mirroring solution helps build a high-availability database management system in SQL Server which is quite simple and suitable for medium-sized and lower-level databases.
- Segment tables in SQL Server

Table partitioning technique (Table partitioning) to effectively manage the database with large capacity.
- The difference between Truncate and Delete in Microsoft SQL Server

In the following article, we will help you distinguish some basic differences between two DELETE syntax and TRUNCATE TABLE in Microsoft SQL Server application. Basically, both of
- AND conditions in SQL Server

In SQL Server, the AND condition (or AND operator) is used to test two or more conditions.
- The ORDER BY clause in SQL Server

The ORDER BY clause is used to filter records in the result set.
- WHERE clause in SQL Server

In SQL Server) T-SQL), the WHERE clause is used to filter results from SELECT, INSERT, UPDATE, or DELETE statements.
- Comparison operators in SQL Server

This article will show the comparison operators that are used to check for equilibrium along with more advanced operators in SQL Server.
- The FROM clause in SQL Server

The SQL Server FROM clause (T-SQL) is used to list the necessary tables in the SQL Server query.
- SELECT command in SQL Server

This tutorial will help you use SQL Server SELECT statements (T-SQL) with syntax and examples.