Skip to content
techfura

All about Tech and Data Engineering

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

Day: May 11, 2020

Window Function In SQL Server

May 11, 2020May 11, 2020 Kenneth_pro_

Introduction to Window functions Window functions operate on a set of rows and return a single aggregated value for each row. The term Window describes the set of rows in the database on which the function will operate. Window (or Read More …

Built-in Functions, TSQLLeave a comment

Windows Azure IaaS vs. PaaS vs. SaaS

May 11, 2020May 11, 2020 Kenneth_pro_

A lot of people who talk about getting started with Azure but don’t know where to begin. They think that Azure “is just Virtual Machines sitting in a data center somewhere”. But, as you’ll see, Azure has so much more Read More …

Azure, Azure ServicesLeave a comment

Azure SQL Database managed instance

May 11, 2020May 11, 2020 Kenneth_pro_

Managed instance is a new deployment option of Azure SQL Database, providing near 100% compatibility with the latest SQL Server on-premises (Enterprise Edition) Database Engine, providing a native virtual network (VNet) implementation that addresses common security concerns, and a business model favorable for on-premises Read More …

Azure, Azure SQLLeave a comment

Azure SQL (PaaS) Database or SQL Server on Azure VMs (IaaS)

May 11, 2020May 11, 2020 Kenneth_pro_

Azure has two options for hosting SQL Server workloads in Microsoft Azure: Azure SQL Database: A SQL database native to the cloud, also known as a platform as a service (PaaS) database or a database as a service (DBaaS) that Read More …

Azure, Azure SQLLeave a comment

DATA WORKFLOWS IN AZURE

May 11, 2020May 11, 2020 Kenneth_pro_

TAKING AN END-TO-END LOOK FROM INGEST TO REPORTING! Introduction There are a lot of scenario’s where organization are leveraging Azure to process their data at scale. In today’s post I’m going to go through the various pieces that can connect Read More …

ADF, AzureLeave a comment

Error :4127 – At least one of the arguments to COALESCE must be a typed NULL

May 11, 2020May 11, 2020 Kenneth_pro_

This error message is shipped with SQL Server 2005 and it occurs due to one of the nice functions namely COALESCE . Lets discus the cause and resolution for this error message. Let me explain this error in detail : Message Number: 4127 Severity Read More …

Errors, TSQL2 Comments

Data Conversion

May 11, 2020May 11, 2020 Kenneth_pro_

In this article, we will convert text to number in multiple versions of SQL Server and will see the difference. I will use four different Data conversion functions (Convert, Cast, Try_Convert &  Try_Cast) to convert Text to Number. Let me explain this with simple examples. Read More …

Data Conversion, TSQLLeave a comment

How to select minimum value from group in a table

May 11, 2020April 8, 2021 Kenneth_pro_

Sometimes, you need to define window frame within the table on the basis of certain criteria, to pick up some specific data. Today, I was developing one report for my customer and the requirement was very simple, to find the Read More …

Built-in Functions, TSQLLeave a comment

Azure Data & Analytics Implementation

May 11, 2020May 11, 2020 Kenneth_pro_

Microsoft Azure Tool Stack for Data & AnalyticsThere are options!  For example, I just stood up an Azure for Data & Analytics solution that has no logic apps, Azure function, event hub, blob storage, databricks, HDI, or data lake.  The Read More …

Azure, Data and AnalyticsLeave a comment

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)
  • 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)
May 2020
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Apr   Jun »

Recent Posts

  • Part 5: Switch case in C++
  • Part 4: Functions in C++
  • Part 3: Loops in C++
  • Part 2: If statements in C++
  • Part 1: Introduction to the C++ Language

Traffic Counts

PHP Hits Count
© 2021 Techfura All rights reserved.