Related resources for Transact SQL
  • Temporary Table in SQL Server4/3/2024 9:41:55 AM. In this article, we will learn about temporary tables in SQL Server, a powerful feature for temporary data storage and manipulation. Master T-SQL techniques for creating and managing temporary tables,
  • Implementing and Using Fishhook Relation in Transact SQL2/22/2023 8:27:07 AM. Here the use of fishhook relation to represent tree structures is explained through a detailed example in T-SQL.
  • Replace Nulls With Specified Values in SQL Server2/21/2023 12:44:01 AM. In this article we will see the various ways to replace null values in a table. ISNULL() function, CASE statement, COALESCE() function can be used to replace null values in a SQL Server table.
  • CASE Statement In Transact-SQL2/1/2023 10:07:12 AM. In this article, I am going to explain the case statement in Transact-SQL and how to sort table data using the case statement
  • T-SQL Query Performance Tuning Tips1/10/2023 8:52:11 AM. In this article, I will discuss some useful T-SQL query performance tips and tricks for SQL server developers.
  • Client-Server WASM-Application In C#, TypeScript And Transact-SQL9/29/2020 11:07:57 PM. In this article, we describe a Blazor-WASM sample application. Although the article is associated with Web-development, it is not about the classical web. It is related to general Client-Server progra
  • T-SQL - Introduction To Window Functions8/29/2019 3:17:25 AM. You can optimize your queries to obtain simple and elegant solutions to a variety of problems by using Window Functions in T-SQL. In this video tutorial, let us learn how.
  • T-SQL For Beginners8/13/2019 7:04:01 AM. T-SQL (Transact-SQL) is a Microsoft extension to the SQL (Structured Query Language). T-SQL is central to using Microsoft SQL Server. In this course, you will learn the basics of this language in a fe
  • Restore a SQL Server BACKUP Using Transact-SQL7/24/2014 2:43:54 PM. This article describes how to restore a SQL Server backup using one of multiple methods using Transact-SQL.
  • SQL Server DATABASE Transaction LOG BACKUP Using Transact-SQL7/22/2014 12:15:33 AM. This article describes SQL Server database transaction LOG backups and how to take a SQL Server database transaction LOG backup with multiple methods using Transact-SQL.
  • SQL Server DATABASE BACKUP With Multiple Methods Using Transact-SQL7/18/2014 2:14:16 PM. This article describes SQL Server database backups and how to take a SQL Server database backup with multiple methods using Transact-SQL.
  • SQL Server Transact-SQL Programming7/4/2014 7:55:52 PM. This article explains Transact-SQL Programming in SQL Server.
  • Insert Master-Detail Data using Transact-SQL10/20/2012 2:17:59 AM. Microsoft SQL Server 2000 SQLXML allows among other things to manage batch operations in a database, which reduces significantly the need of more than one round-trip to a database. OpenXML is a Transact-SQL statement that allows to represent data in XML format and can be used to insert, update, and delete more than one row (represented by an element) in a table or group of tables.
  • Using SQL Server 2005 system SP to change extended property values of database objects8/1/2007 1:53:40 AM. In this article, that is the logical continuation of the earlier published articles, I will show how you can update the value of an existing extended property or add a new extended property to a database object with the help of the system stored procedures of SQL 2005. The examples are written using T-SQL.