Skip to content
Register for a Course here: Register
Techfura

Techfura

All about Programming and Data Engineering

Month: May 2020

Part 2: How to quickly search for SQL database data and objects in SSMS

May 26, 2020 Kenneth_pro_

Frequently, developers and DBAs need to search databases for objects or data. If a database function that contains a specific table column or a variable name, or for a table that contains specific data is searched, the simple solution for Read More …

Mostly Asked Questions, Programming, TSQL

Part 1: MSSQL Frequently Asked Questions

May 26, 2020 Kenneth_pro_

1. Selecting all the values from a table for a particular date This is a very popular question and people sometimes answer that you need to use between. There is a problem with between if you happen to have a Read More …

Mostly Asked Questions, Programming, TSQL

Part 3: Logic and Conditionals

May 24, 2020 Kenneth_pro_

Boolean Expressions A boolean expression is any expression that evaluates to, or returns, a boolean value. Boolean Type The bool data type can be either true or false and is based on the concept that the validity of all logical statements must be either true or false. Booleans Read More …

C#, Programming

Part 2: Data Types and Variables

May 24, 2020 Kenneth_pro_

Write Line The Console.WriteLine() method is used to print text to the console. It can also be used to print other data types and values stored in variables. Variables and Types In C#, a variable is a way to store data in Read More …

C#, Programming

Part 1: Hello World

May 24, 2020 Kenneth_pro_

Read Line The Console.ReadLine() method is used to get user input. The user input can be stored in a variable. This method can also be used to prompt the user to press enter on the keyboard. C C# is a general-purpose, type-safe, object-oriented programming Read More …

C#, Programming

CSS Cheat Sheet

May 14, 2020 Kenneth_pro_

Selectors Universal Selector * {} ID Selector #id {} Class Selector.class {} Type Selectorh1, h2 ,h3 {} Adjacent Sibling Selectorh1 + p {} Child Selectorul > li {} General Sibling Selectorh1 ~ p {} Descendant Selectorp a {} Attribute Selectordiv[attribute=”SomeValue”] Read More …

HTML/CSS, Programming

HTML Cheat Sheet

May 14, 2020 Kenneth_pro_

This cheat sheet – or HTML code quick reference – lists the common HTML tags and their attributes, grouped into relevant sections in an easy-to-read format. Basic HTML Structure Common Tags for Blogs<h?> heading </h?>Heading (h1 for largest to h6 Read More …

HTML/CSS, Programming

Introduction to HTML and CSS

May 14, 2020 Kenneth_pro_

This tutorial teaches you the basics of HTML and how to build your first website. That means how to layout an HTML page, how to add text and images, how to add headings and text formatting, and how to use tables. Read More …

HTML/CSS, Programming

Data Factory Ingestion Framework: Part 1 – Schema Loader

May 13, 2020 Kenneth_pro_

Use Case A business wants to utilize cloud technology to enable data science and augment data warehousing by staging and prepping data in a data lake. There are multiple different systems we want to pull from, both in terms of Read More …

ADF, Azure

SSIS 2016: An efficient way to handle transform and load of SCD2

May 13, 2020 Kenneth_pro_

Quick Review:This blog post is about type two slowly changing dimensions (SCD2).  This is when an attribute change in row 1 results in SSIS expiring the current row and inserting a new dimension table row like this –>  SSIS comes Read More …

ETL/ELT, SSIS

Posts navigation

Older posts

Categories

  • Azure (22)
    • ADF (4)
    • ADLA (14)
      • USQL (14)
    • Azure Services (1)
    • Azure SQL (2)
    • Data and Analytics (1)
  • Azure Databricks (1)
  • DevOps (1)
    • Azure DevOps CI/CD Pipeline (1)
  • ETL/ELT (1)
    • SSIS (1)
  • Excel (2)
    • Functions (1)
    • Split csv Files (1)
  • Linux (1)
    • Shell Script (1)
  • MSSQL (3)
    • TDE (3)
  • Programming (35)
    • C# (5)
    • C++ (4)
    • HTML/CSS (3)
    • JavaScript (6)
    • TSQL (15)
      • Built-in Functions (3)
      • Data Conversion (1)
      • Errors (2)
      • Indexes (1)
      • Merge Statement (1)
      • Mostly Asked Questions (4)
      • Stored Procedure and UDF (3)
  • Reporting (2)
    • SSRS (2)

Archives

  • March 2022 (1)
  • April 2021 (8)
  • March 2021 (3)
  • January 2021 (3)
  • December 2020 (2)
  • October 2020 (1)
  • September 2020 (10)
  • July 2020 (1)
  • June 2020 (6)
  • May 2020 (30)
  • April 2020 (1)
  • April 2019 (1)

Recent Posts

  • Shell Script to auto download file from sftp server
  • Part 5: Switch case in C++
  • Part 4: Functions in C++
  • Part 3: Loops in C++
  • Part 2: If statements in C++

Tags

ADLA Azure Big Data CTE Functions Linux MSSQL Procedures SLQ Delete Duplicates SQL SQL SERVER SSIS SSIS Catalog error SSISDB Stored procedures STUFF() Stuff() Function TSQL U-SQL U-SQL Table UDF USQL U_SQL File Metadata

Traffic Count

traffic counter
© 2022 Techfura. All Rights Reserved