Our SSIS Training on Udemy - SQL Server Integration Services

  • English
  • Français
  • Español
  • Português
  • Deutsch
  • Italiano
SQL and IT Tutorials
  • T-SQL
  • SSIS
  • Python
  • MS-DOS
  • Power BI
  • Powershell
  • Windows
  • T-SQL errors
  • SSMS
  • Excel
HomeT-SQL

T-SQL

The Microsoft T-SQL or Transact-SQL language is the SQL Server database programming language.

Indeed, T-SQL allows developers to cerate SQL Server queries and programs. It is specific to Microsoft databases.

It allows, for example, to declare variables, to create tables and temporary tables, views, functions and procedures. More generally, to run all the SQL commands offered by SQL Server.

T-SQL

How to Split Delimited String into One Column in SQL Server ?

29 February 2024

How to split data from a unique string in line with a delimiter into one column using SQL Server ? Tutorial on how to split a delimited string into one unique column in SQL Server, the delimiter used is …

T-SQL

How to Call a SQL Server Function using T-SQL ?

28 February 2024

How to call SQL Server functions from Transact-SQL scripts? Tutorial on how to call a SQL Server function using T-SQL scripts, with and without parameters. Indeed, the T-SQL syntax for calling a function is different from calling a stored …

T-SQL

How to Use SQL Server PIVOT with Multiple Fixed Columns ?

27 February 2024

In a previous technical article, we learned the PIVOT query with one unique fixed column, this time we’ll use a more complex use case, a SQL Server PIVOT case with multiple fixed columns. Indeed, in this different example, the …

T-SQL

How to Pivot Rows To Columns in SQL Server ? Simple Query

26 February 2024

How to transform data from rows into columns with a SQL Server query? Follow this SQL tutorial and query examples on how to use the SQL Server PIVOT operator to convert rows of data into columns. But the syntax …

T-SQL

How To Get the List of All Tables in SQL Server ?

12 February 2024

To audit a MSSQL database and its tables, it is common to want the list of tables in the form of a table or an Excel spreadsheet. This SQL query allows you to list all the tables in a …

T-SQL

How To Use IF THEN ELSE in SQL Server?

25 December 2023

What is the syntax of the IF THEN ELSE in SQL Server code and how to use it ? Transact-SQL comes with rich features allowing dynamic and also robust data manipulation, and among these, the IF THEN ELSE statement …

T-SQL

How To Display Month Name In SQL Server ?

18 December 2023

To display the full month name in all letters from a date using a SQL Server query? The SQL Server database offers T-SQL methods to display the month name in diverse formats, including name in all letters, abbreviations, and …

T-SQL

How to Calculate Difference Between Two Dates in T-SQL ?

4 December 2023

Learn 4 different methods to get the difference between two dates using SQL Server time functions. With the SQL Server time functions, it is possible to calculate the difference between two dates in hours, minutes, and seconds. But this …

T-SQL

How to modify a table in SQL Server using ALTER TABLE ?

23 November 2023

T-SQL script examples to modify SQL Server tables using ALTER TABLE statements. How to modify a SQL Server table with a simple script, using the ALTER statement? Simply connect to the server hosting the instance using SSMS for example. …

T-SQL

How to convert a string to a date format in SQL Server ?

20 November 2023

Different solutions to convert a date stored in a text to a date format using T-SQL functions. When working with data in SQL Server, you may encounter situations where you must convert dates that are stored as strings to …

Posts pagination

« 1 2 3 … 10 »

Latests

  • Database Management System (DBMS)
    11 May 2026
  • Import CSV file into SQL Server using SSIS
    8 May 2026
  • Import an XML file into a SQL table with SSIS
    6 May 2026
  • Manage SQL Server user defined functions
    4 May 2026
  • Create a pause in an SSIS package using T-SQL
    29 April 2026
  • Export SQL Server data into a CSV file with SSIS
    27 April 2026
  • Manage SQL Server temp tables using T-SQL code
    24 April 2026
  • How to list files in a Windows folder with cmd?
    26 March 2026
  • How to turn off Excel scroll lock on Windows fixed computer or laptop?
    22 March 2026
  • How To Manage Line Breaks in SQL Server ?
    18 March 2026
MS BI & Scripting
  • SSIS Training
  • SSAS
  • Power BI
  • SSRS
  • MS-DOS
  • Powershell
  • Python
  • Azure
Windows & Office
  • Windows
  • Excel Tips
  • Word tips
T-SQL Programming
  • T-SQL Tutorial
  • Tables
  • Views
  • Stored Procedures
  • Functions
  • SQL Server Errors
  • SQL Server DBA
  • SSMS
More IT Topics
  • Blog
  • IT Concepts
  • Linux
  • MySQL
  • WordPress
Social
  • Youtube
  • Twitter
  • Facebook
Privacy & Contact
  • Privacy Policy
  • Contact Us
About Us
  • Who are we? Data engineers.

    I am an expert on Microsoft Business Intelligence and I have been working in the field of data integration and analysis since 2009, and I have been working in the IT field since ...

© 2011 - 2026 | Expert-Only.com | All rights reserved

  • English
  • Français
  • Español
  • Português
  • Deutsch
  • Italiano