Results for "azure"
6 / 30 posts
Filter by Category
Azure Data Factory (ADF)
Azure Data Factory (ADF) Kya Hai? Soch le tu ek delivery company chalata hai – jaise Swiggy/Zomato. Restaurant se khana uthaya → pack kiya → raste me check…
Databricks, Apache Spark, Data Engineering and Science etc.
Azure Databricks is a platform on Microsoft Azure that helps with big data analysis and machine learning. It lets you work with large datasets easily and c…
Azure Databricks command
Here are some common commands used in Databricks: %fs : Allows you to interact with the filesystem. For example, %fs ls lists the files in the current dire…
What is Data Lake
A data lake is a centralized repository that allows you to store all your structured and unstructured data at any scale. You can store your data as-is, wit…
SQL Server User-Defined Functions (UDF)
SQL Server ke saare User-Defined Functions — Scalar, Inline TVF, MSTVF — ko ek jagah samjho. Real examples, performance tips, aur interview questions ke saath.
How to one series with comma separate(any Delimiter) value split into in rows
If we have one series with comma separate(any Delimiter) value and we want split into in rows, I have create function for that: CREATE OR ALTER FUNCTION [dbo...