Technical Corner

This is my Technical area of troubleshooting and learning new Programming skills and many more. Here you will find answers for many new technologies like asp.net 2.0/3.5,4.0 C# access, mysql, Amazon Webservice ,Sql-server, JD Edwards, SAS, Salesforce, APIs, MVC and many more. please visit & discuss.

Saturday, June 14, 2025

What is a Multi-Agent AI System

›
🧠 What is a Multi-Agent System? A Multi-Agent System (MAS) is a system composed of two or more intelligent agents that: Interact wi...

Databricks AI/BI 2025 Summit

›
Just returned from the Databricks AI 2025 Conference – and wow, the future is here. From AI -native assistants to zero-code data pipeline...
Friday, June 6, 2025

Introduction to Agentic AI in Healthcare Finance

›
 https://youtube.com/shorts/bprUUOOMDwc Agentic AI Books-  https://amzn.to/4lfgSjx
Wednesday, October 16, 2024

Convert date in Databricks - JD Edwards Julian date to calendar date

›
Convert date in Databricks - JD Edwards Julian date to calendar date CREATE FUNCTION yourdatabase.date_convert_j_to_c(gldgj INT) RETURNS ...
Friday, June 21, 2024

Upload csv file from local machine to Azure Databricks, Excel,VBA

›
https://studio.youtube.com/video/-L3NuOWGWwE/edit
Monday, June 10, 2024

Load data from SQL Server to databricks using Excel VBA

›
Sub Upload_Data_To_SQLServer_Dynamic() ' Define variables Dim Cn As ADODB.Connection Dim rs As ADODB.Recordset Dim uplo...
Thursday, June 6, 2024

How to load data (CSV file) in databricks delta table using Excel, VBA and DSN

›
 How to load data (CSV file) in databricks delta table using Excel, VBA and DSN 1. Create DSN using Simba driver on your machine 2. Get toke...
Thursday, February 15, 2024

Databricks - How to create function UDF

›
A user-defined function (UDF) is a means for a user to extend the native capabilities of Apache Spark™ SQL. SQL on Databricks has supported ...
Thursday, January 18, 2024

Openai with databricks sql for queries in natural language

›
Modern data platforms   store and collect an incredible amount of both useful data and metadata. However, even knowing the metadata itself m...
Wednesday, October 18, 2023

Copy CSV file to Databricks Delta table

›
COPY INTO delta . ` abfss : // container @ storageAccount . dfs . core . windows . net / deltaTables / target ` FROM ( SELECT key , ...
Thursday, August 17, 2023

Databricks Rename Table Column Name

›
  ALTER TABLE enterprise_db.tblmf_sources SET TBLPROPERTIES (   'delta.minReaderVersion' = '2' ,   'delta.minWrite...
Friday, May 26, 2023

Remove and add widgets in databricks dbutils.widgets

›
Remove:- dbutils.widgets.removeAll() Add:- dbutils.widgets.text( "EnterCaseNo" , "17102603374" )
Thursday, May 11, 2023

Writing letter using openAI python

›
This code generated by chat.openai.com and this code is for databricks notebook. I modified according to my need.   %python import openai o...
Tuesday, April 18, 2023

How to see Stored Proc code if you don't have access SQL Server

›
 EXEC [SERVER NAME].[DATABASE NAME].DBO.SP_HELPTEXT 'Stored Proc Name'
Thursday, April 13, 2023

Databricks SQL Useful Shortcut

›
   Databricks SQL Useful Shortcut Ctrl+Shift+L : List tables in the current database. Ctrl+Shift+T : Create a new table. Ctrl+Shift+D : Drop...
›
Home
View web version

Contributors

  • Rajeev Kumar
  • Rajeev
  • Rajeev
  • Sharma
Powered by Blogger.