Skip to content
techfura

All about Tech and Data Engineering

  • Home
  • About Us
  • Courses
  • Blog
  • Contact
  • Services

Day: September 18, 2020

SQL Server – Indexes

September 18, 2020September 18, 2020 Kenneth_pro_

Why do we need indexing a table? Because without an index the SQL server has to scan the entire table to return the requested data. It is like the index page in a book. You check within the index for the Read More …

Indexes, TSQLLeave a comment

Including File Properties and Metadata in a U-SQL Script

September 18, 2020September 18, 2020 Kenneth_pro_

U-SQL adds support for computed file property columns on EXTRACT statement. Sometimes customers would like to get information about the files that they process, such as the full URI path or information about size, creation or modification dates. Likewise customers would Read More …

ADLA, USQLADLA, U_SQL File Metadata, U-SQL, USQLLeave a comment

SQL Server: STUFF() Function

September 18, 2020September 18, 2020 Kenneth_pro_

In SQL Server (Transact-SQL), the STUFF() function deletes a sequence of characters from a source string and then inserts another sequence of characters into the source string, starting at a specified position. Syntax The syntax for the STUFF function in Read More …

Built-in Functions, Programming, TSQLMSSQL, SQL SERVER, STUFF(), Stuff() Function, TSQLLeave a comment

Categories

  • Azure (21)
    • ADF (4)
    • ADLA (13)
      • USQL (13)
    • Azure Services (1)
    • Azure SQL (2)
    • Data and Analytics (1)
  • Azure Databricks (1)
  • ETL/ELT (1)
    • SSIS (1)
  • Excel (2)
    • Functions (1)
    • Split csv Files (1)
  • Programming (29)
    • C# (5)
    • HTML/CSS (3)
    • JavaScript (6)
    • TSQL (14)
      • Built-in Functions (3)
      • Data Conversion (1)
      • Errors (2)
      • Indexes (1)
      • Merge Statement (1)
      • Mostly Asked Questions (3)
      • Stored Procedure and UDF (3)
  • Reporting (2)
    • SSRS (2)
September 2020
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
282930  
« Jul   Oct »

Recent Posts

  • Using Azure Data Lake to copy data from CSV file to a SQL database
  • SQL MERGE statement
  • Split huge CSV files – Open in Excel
  • A Stored Procedure to generate a random token
  • U-SQL (Intro)

Traffic Counts

PHP Hits Count
© 2021 Techfura All rights reserved.