Skip to content
Notice: Register here for a live training
techfura

All about Tech and Data Engineering

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

Author: Kenneth_pro_

SSISDBBackup.bak could not be accessed

September 16, 2020September 16, 2020 Kenneth_pro_

If you try and create an Integration Services Catalog and you receive the error SSISDBBackup.bak could not be accessed, it could be because you do not have Integration Services installed on your SQL Server instance. Below I am going to Read More …

Errors, TSQLMSSQL, SQL SERVER, SSIS, SSIS Catalog error, SSISDB, TSQLLeave a comment

Function to Get Full Name

September 15, 2020 Kenneth_pro_
Stored Procedure and UDF, TSQLLeave a comment

SQL Stored Procedure to Generate a Random Password

September 15, 2020September 15, 2020 Kenneth_pro_
Stored Procedure and UDF, TSQLFunctions, MSSQL, Procedures, SQL, Stored procedures, TSQL, UDFLeave a comment

C# Access Modifiers

July 3, 2020July 3, 2020 Kenneth_pro_

Introduction Modifiers are C# keywords used to modify declarations of types (class, struct, interface, enum) and type members (fields, properties, methods, indexers, …). The remaining sections explain these modifiers. Access Modifiers Access modifiers are keywords used to specify the declared accessibility of types and type Read More …

C#, ProgrammingLeave a comment

Part – 6: Type Conversions

June 17, 2020June 17, 2020 Kenneth_pro_

Most of the time, operators and functions automatically convert the values given to them to the right type. For example, alert automatically converts any value to a string to show it. Mathematical operations convert values to numbers. There are also cases when Read More …

JavaScript, ProgrammingLeave a comment

Part – 5: Interaction: alert, prompt, confirm

June 17, 2020June 17, 2020 Kenneth_pro_

As we’ll be using the browser as our demo environment, let’s see a couple of functions to interact with the user: alert, prompt and confirm. alert This one we’ve seen already. It shows a message and waits for the user to presses “OK”. For Read More …

JavaScript, ProgrammingLeave a comment

Part – 4; Data Types

June 17, 2020 Kenneth_pro_

A value in JavaScript is always of a certain type. For example, a string or a number. There are eight basic data types in JavaScript. Here, we’ll cover them in general and in the next chapters we’ll talk about each Read More …

JavaScript, ProgrammingLeave a comment

Part – 3: Variables

June 17, 2020June 17, 2020 Kenneth_pro_

Most of the time, a JavaScript application needs to work with information. Here are two examples: An online shop – the information might include goods being sold and a shopping cart. A chat application – the information might include users, Read More …

JavaScript, Programming3 Comments

Part – 2: Syntax

June 17, 2020 Kenneth_pro_

Code structure The first thing we’ll study is the building blocks of code. Statements Statements are syntax constructs and commands that perform actions. We’ve already seen a statement, alert(‘Hello, world!’), which shows the message “Hello, world!”. We can have as many Read More …

JavaScript, ProgrammingLeave a comment

Part – 1: Introduction

June 17, 2020June 17, 2020 Kenneth_pro_

Hello, world! This part of the tutorial is about core JavaScript, the language itself. But we need a working environment to run our scripts and, since this book is online, the browser is a good choice. We’ll keep the amount Read More …

JavaScript, ProgrammingLeave a comment

Posts navigation

Older posts
Newer posts

Categories

  • Azure (20)
    • ADF (3)
    • ADLA (13)
      • USQL (13)
    • Azure Services (1)
    • Azure SQL (2)
    • Data and Analytics (1)
  • Azure Databricks (1)
  • ETL/ELT (1)
    • SSIS (1)
  • Excel (1)
    • Functions (1)
  • Programming (28)
    • C# (5)
    • HTML/CSS (3)
    • JavaScript (6)
    • TSQL (13)
      • Built-in Functions (3)
      • Data Conversion (1)
      • Errors (2)
      • Indexes (1)
      • Mostly Asked Questions (3)
      • Stored Procedure and UDF (3)
  • Reporting (2)
    • SSRS (2)
January 2021
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Dec    

Recent Posts

  • A Stored Procedure to generate a random token
  • U-SQL (Intro)
  • How to Coalesce Excel Data
  • Report Server URL error: Unable to validate the integrity of encrypted data
  • Configuration of the Report Server URL in SSRS 2019

Traffic Counts

PHP Hits Count
© 2021 Techfura All rights reserved.