C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Shiv Sharma(13)
Aradhana Tripathi(8)
Dashrath Hapani(7)
Naveen Kumar(6)
Vijai Anand Ramalingam(5)
Vinay Ayinapurapu(5)
Sarthak Varshney(4)
Devesh Omar(4)
Raveena Attri(3)
Jalpa Dhola(3)
Babita (3)
Kanchana Jayathilake(2)
Shafaet Hossain(2)
George (2)
Amit Mohanty(2)
Gowtham K(2)
Praveen Raveendran Pillai(2)
Saurabh Prajapati(1)
Siddhesh Chavan(1)
Ashish Bhatnagar(1)
Sardar Mudassar Ali Khan (1)
Monica Rathbun(1)
Rijwan Ansari(1)
Vijay Pratap Singh(1)
Jayraj Chhaya(1)
Anup Hosur(1)
Allam Purushotham(1)
Vinoth Xavier(1)
Satheesh Elumalai(1)
Jayeshkumar Sahani(1)
Tuhin Paul(1)
Ravinder Singh(1)
Mark Pelf(1)
Navin Vanga(1)
Onkar Sharma(1)
Ck Nitin(1)
Kaveendra Dhilhan(1)
Manoj Kalla(1)
Mohamed Azarudeen Z(1)
Rajeev Paliwal(1)
Najath Risni(1)
Sangeetha S(1)
Vinodh Kumar(1)
Rama Dabburi(1)
Resources
No resource found
How to Create Own Domain Mail ID by Microsoft Admin Portal
Apr 04, 2025.
Learn how to create a professional business email using your own domain. From setting up via Microsoft Admin Portal to managing through Exchange Server, get complete steps for a secure, branded mailbox.
Understanding Numeric Functions in SQL
Mar 27, 2025.
SQL numeric functions simplify mathematical operations like rounding, power calculations, and random value generation. Functions like ABS(), CEILING(), FLOOR(), ROUND(), SQRT(), MOD(), and LOG() help with financial calculations, data analysis, and scientific computing.
Create an Amazon Bedrock Knowledge Base with Kendra GenAI Index
Mar 27, 2025.
Integrating Amazon Bedrock Knowledge Bases with an Amazon Kendra GenAI index enables AI-driven enterprise search, transforming document queries into interactive conversations with contextually relevant answers and source citations.
Enhancing SharePoint: New Features in Microsoft Lists Forms
Mar 27, 2025.
This article covers new features such as conditional branching, logo addition, support for additional field types, and more. Learn how these updates can streamline your workflow and improve the user experience.
Create an Amazon Kendra GenAI Index with SharePoint Online
Mar 27, 2025.
In this article, you will learn how to create and configure an Amazon Kendra GenAI index using SharePoint Online as a data source.
Explanation of Date and Time Functions in SQL
Mar 26, 2025.
SQL date and time functions help efficiently manipulate and retrieve date-related information. Common functions include GETDATE() for the current timestamp, DATEADD() for adding time intervals, DATEDIFF() for date differences, FORMAT() for formatting, and EOMONTH() for month-end dates.
Understanding System-Versioned Tables in SQL
Mar 25, 2025.
System-versioned tables in SQL automatically track data changes, maintaining historical records for auditing and recovery. They consist of a main table (current data) and a history table (past records).
Understanding Parameter Sniffing in SQL Server
Mar 24, 2025.
In SQL Server and other relational database systems, query execution performance is critical for handling large datasets efficiently. One common yet sometimes problematic optimization technique is Parameter Sniffing. While it can improve query performance.
How to Use the Sort Function in Power Apps with Dynamic Column Values from a SharePoint List
Mar 22, 2025.
This article covers features, advantages, disadvantages, and step-by-step instructions to enhance your data management and user experience.
SQL Tag Library in Java Server Page
Mar 21, 2025.
JSTL SQL tags are used to access databases and are designed for low-volume Web-based applications.? JSTL SQL tags facilitate database interactions in JSP pages, enabling data source setup, query execution, updates, and transactions through tags like <sql:setDataSource>, <sql:query>, <sql:update>, and <sql: transaction>
Efficiently Splitting SharePoint Column Values Using Power Apps Split Function
Mar 20, 2025.
This article explores how to use the Split function in Power Apps to dynamically extract and display the first and last names from a full name stored in a SharePoint list's people picker column.
Understanding SQL Execution Plans
Mar 20, 2025.
An SQL execution plan outlines how a database executes a query, detailing operations like table scans, index seeks, and joins. Analyzing these plans is essential for optimizing query performance.
Explicit Loading in ASP.NET Core Web API
Mar 18, 2025.
Explicit Loading in ASP.NET Core Web API is a technique used to manually retrieve related data from the database when needed, using LoadAsync() on navigation properties. Unlike eager loading (Include()) or lazy loading, explicit loading provides better control over database queries, improving performance and efficiency. It is useful when related data is conditionally required.
How to Customize SharePoint Out-of-the-Box List Forms
Mar 14, 2025.
Customizing SharePoint forms with Power Apps enhances user experience by adding headers, changing layouts, and applying branding. It improves functionality and flexibility but may require maintenance and a learning curve for users.
How to Change SharePoint Title, Description, and Logo
Mar 14, 2025.
Learn how to update your SharePoint site title, description, and logo to maintain a professional and consistent brand. Follow simple steps to enhance site identity, improve communication, and ensure up-to-date site information.
Managing Exchange Online with On-Premises Exchange Management Server
Mar 05, 2025.
Managing Exchange Online with an on-premises Exchange Management Server 2019 enables seamless hybrid deployment, allowing administrators to control mailboxes, policies, and settings from a familiar interface.
Configuring Exchange Server 2016/2019 SMTP Relay
Mar 05, 2025.
This article is useful for IT administrators who need to set up and manage SMTP relays on Exchange Server.
Optimizing Performance in Blazor Server Applications
Mar 04, 2025.
Optimizing Blazor Server applications involves minimizing network traffic by reducing unnecessary component re-renders and implementing partial rendering. Efficient SignalR management and state management are crucial, alongside optimizing database queries and memory usage. Enhancing UI rendering, utilizing background processing, and employing profiling tools further boost performance.
Setting Up SPFx Development Environment Using NVS
Mar 04, 2025.
Setting up a SharePoint Framework (SPFx) development environment using NVS (Node Version Switcher) ensures seamless Node.js version management.
Eliminating Unnecessary DELETE Operations
Feb 28, 2025.
SQL Server performance issues often stem from easy fix bottle necks that can be fixed with the right tuning strategies. This short blog will focus on the DELETE statement.
Automate Email Sending Using SSIS Script Task
Feb 28, 2025.
This article is about Automate Email Sending Using SSIS Script Task
Real-Time Anomaly Detection in Server Logs with .NET 9 and ML.NET
Feb 28, 2025.
This article explores machine learning techniques to identify unusual patterns, detect errors, and enhance system monitoring. Improve server performance and security with AI-driven log analysis in .NET applications.
Remove IIS Log Files (4-2) --- Make Server Allows ports for PowerShell Remoting
Feb 27, 2025.
This article will discuss to Make Server Allows ports for PowerShell Remoting
Automate SharePoint List Retrieval with AWS Lambda and PnP PowerShell
Feb 26, 2025.
This article walks you through setting up AWS Lambda, configuring PowerShell scripts, and securely accessing SharePoint data. Streamline your workflows with a serverless approach for seamless SharePoint integration.
Server-to-Server Authentication in Zoom Using .NET Core
Feb 25, 2025.
Zoom provides a Server-to-Server OAuth (S2S OAuth) authentication method for secure API interactions between your application and Zoom services. This authentication method is recommended for server-based applications that do not require user authorization.
Boost SQL Server Performance with Memory-Optimized Tables
Feb 25, 2025.
Memory-optimized table variables in SQL Server provide a powerful way to enhance query performance by leveraging In-Memory OLTP. Unlike traditional table variables, they reduce disk I/O and improve execution speed.
Getting Started with EF Core: Part 1
Feb 24, 2025.
Entity Framework Core (EF Core) is a powerful ORM for .NET applications, simplifying database interactions. In this comprehensive guide (Part 1), we’ll cover the basics, including setup, configuration, and the code-first approach.
Automate Knowledge Retrieval from SharePoint Using Amazon Bedrock Prompt Flow
Feb 21, 2025.
In this article, you will learn how to build an Amazon Bedrock Prompt Flow to automate the retrieval and summarization of content from SharePoint Online using the AWS CLI.
How to Set Up an EC2 Instance as a Web Server
Feb 20, 2025.
This article walks you through launching the instance, configuring security groups, installing Apache, and customizing your web page, enabling you to host static websites or dynamic applications on EC2.
How to Update a Managed Metadata Field Value in SPFx
Feb 19, 2025.
Updating a Managed Metadata field in SharePoint Framework (SPFx) with the latest version of PnP.js (SPFI) is straightforward once you understand the basics.
Create a Documents File in Sharepoint Location Using Power Apps
Feb 11, 2025.
Learn how to create a document file in a SharePoint location using Power Apps. This guide covers step-by-step instructions to automate file creation, integrate Power Apps with SharePoint, and streamline document management.
Guide to Handling Web.Config Encryption Across Multiple Servers
Feb 07, 2025.
Learn how to encrypt web.config sections in ASP.NET, export and import RSA encryption keys across multiple servers, and ensure secure decryption. Follow best practices for secure key transfer, compliance, and automation in deployments.
Explain SSIS Designer for Newbies
Feb 07, 2025.
Learn how to create and manage SSIS packages using SSIS Designer in SQL Server Data Tools (SSDT). Explore key components like Control Flow, Data Flow, Parameters, Event Handlers, Package Explorer, and Connection Managers.
Reduce NULL Storage in SQL Server with Sparse Columns
Feb 05, 2025.
SQL Server Sparse Columns optimize storage by not allocating space for NULL values, improving efficiency. They support filtered indexes and column sets for dynamic queries but add a 4-byte overhead for non-NULL values, requiring careful use.
How to Enable Logging in Amazon S3
Feb 05, 2025.
This article covers everything from configuring logging settings to tracking and storing access logs. Monitor your S3 bucket activity, improve security auditing, and streamline troubleshooting with AWS S3 logs.
Deploy Jellyfin on Docker Your Easy Media Server Setup
Feb 04, 2025.
Learn how to deploy Jellyfin on Docker with our simple, step-by-step guide. It's perfect for beginners who want to stream their media effortlessly!
Advanced Power Automate Expressions for SharePoint Automation
Feb 04, 2025.
Learn how to use dynamic content, logical functions, string manipulations, and data transformations to enhance workflows. Streamline processes, boost efficiency, and maximize SharePoint automation potential.
Blazor vs Traditional ASP.NET (MVC/WebForms): A Comparison
Feb 03, 2025.
Blazor is a web framework by Microsoft that enables building interactive web apps using C# and .NET. It supports Blazor Server (server-side) and Blazor WebAssembly (client-side) for modern, real-time, and offline web development.
Installing NVS on Windows Machine
Feb 03, 2025.
The article explains setting up NVS (Node Version Switcher) on a Windows 11 workstation. This article explains how to install and configure NVS (Node Version Switcher) on Windows to manage multiple Node.js versions efficiently. It covers step-by-step installation, resolving certificate issues, and selecting Node versions.
ETL Pipeline using Microsoft SQL Server Integration Services
Jan 31, 2025.
This article is about building ETL (Extraction, Transformation and Loading) pipeline using SQL Server Integration Services (SSIS).
Installing and Using GitHub Copilot in Azure Data Studio
Jan 31, 2025.
Azure Data Studio helps manage databases and write SQL queries. With GitHub Copilot, it auto-suggests code completions, making complex SQL tasks easier, including writing queries, using JOINs, and generating reports efficiently.
How to use Approval Templates in Power Automate
Jan 30, 2025.
This article walks you through the process of using built-in approval templates, automating approval requests, and managing the approval process effectively to enhance efficiency and productivity in your business operations.
Create an Amazon Bedrock Knowledge Base with SharePoint Online
Jan 30, 2025.
Learn how to create and configure an Amazon Bedrock Knowledge Base using SharePoint Online as a data source. Set up authentication, sync data, and validate responses to generate accurate answers with citations.
Delete Microsoft Team Instantly
Jan 30, 2025.
This article will help you permanently uninstall or deactivate MS Teams on Windows, Mac, or mobile devices, ensuring a smooth and instant removal process. Follow our tips for hassle-free deletion.
Understanding Precision in SQL Server Calculations
Jan 24, 2025.
Learn why SQL Server calculations can produce different results depending on the approach used. Discover how single-step and multiple-step calculations handle precision and rounding, and how to achieve consistent outcomes with explicit rounding.
How to Fix Recovery Pending State in MS SQL Server Database
Jan 24, 2025.
Learn about the causes of SQL Server's "Recovery Pending" state, methods to resolve it, and preventive measures. Explore manual fixes, recovery tools, and best practices to ensure database integrity.
Differences Between TRUNCATE and DELETE in SQL Server
Jan 22, 2025.
Learn the key differences between TRUNCATE and DELETE in SQL Server, two commands used to remove data from tables. Understand their syntax, performance impact, transaction logging, and use cases.
How to Encrypt Data in Amazon S3 Using Server-Side Encryption
Jan 22, 2025.
This article walks you through accessing your S3 bucket, enabling SSE-S3 encryption, uploading files, and verifying encryption. Protect sensitive information easily with default encryption settings in AWS.
How to Implement Search Function in PowerApps
Jan 22, 2025.
Learn how to implement a dynamic search function in Power Apps to filter data from sources like SharePoint. This article covers step-by-step instructions for adding search features, improving usability, and boosting app performance.
How to use SharePoint List Input Tool in Alteryx
Jan 16, 2025.
Use Alteryx Designer to connect to SharePoint lists across versions (2007 to SPO). Configure the SharePoint Site URL, and credentials, and select the desired list and view. Filter data, limit records, and export to Excel using the output tool.
SQL Server – Query Performance – Database Maintenance can Help
Jan 14, 2025.
To improve query performance in an ASP.NET MVC application using SQL Server, periodic database maintenance steps like updating statistics and defragmenting indexes are essential. This includes manual or automatic execution for optimal results.
How to Configure Security Groups in AWS VPC
Jan 14, 2025.
A Security Group in AWS is a virtual firewall controlling inbound/outbound traffic for resources like EC2 and RDS. It defines rules for IPs, ports, and protocols, ensuring secure access within your Virtual Private Cloud (VPC).
Transaction in SQL Server
Jan 13, 2025.
This article covers the basics of SQL transactions, including BEGIN, COMMIT, and ROLLBACK commands, ACID properties, isolation levels, and error-handling techniques for effective database management.
Local and Global Temporary Tables in SQL Server
Jan 13, 2025.
Discover the differences between local and global temporary tables in SQL Server. Learn how to create, use, and manage temporary tables effectively.
Database Dictionary (3) --- Loop Databases and Servers by AI
Jan 07, 2025.
This article will discuss to loop databases and servers
What’s the Difference Between localhost and 127.0.0.1?
Jan 07, 2025.
Understand the difference between localhost and 127.0.0.1, their roles in networking, and when to use each for development, testing, or troubleshooting.
SharePoint Data from Azure Function using Self Signed Certificate
Jan 04, 2025.
This article covers configuring Azure Functions, setting up certificate-based authentication, and connecting to SharePoint Online, enabling secure integration for seamless data access.
Apply UI to Enhance Choice Fields with Conditional Formatting
Jan 02, 2025.
Enhance SharePoint lists with UI Conditional Formatting. Use JSON to customize Choice Fields, changing colors, icons, and text dynamically based on values like "Done" or "In progress" for better data visualization.
How to Add and Manage connections in Power Automate
Jan 01, 2025.
Learn how to add, manage, and secure connections in Power Automate. Integrate 500+ services like SharePoint, Excel, and Office 365 for seamless workflows, time-saving automation, and centralized management.
New Modern Microsoft Lists Forms Experience in SharePoint
Jan 01, 2025.
Master the new modern Microsoft Lists forms experience in SharePoint with this comprehensive guide. Learn how to create, customize, and optimize forms for better data collection and user interaction.
Add Data Bars UI in SharePoint List Column Formatting in SharePoint List
Jan 01, 2025.
This article walks you through the process of customizing your SharePoint list columns for better data visualization and enhancing the current view with conditional formatting to display dynamic, visually appealing data bars.
How to Apply Conditional Formatting with JSON in SharePoint
Dec 31, 2024.
This article covers the basics of JSON formatting, step-by-step instructions to customize SharePoint lists, and tips for creating dynamic and visually appealing displays to improve user experience.
How to Format List Views in SharePoint
Dec 31, 2024.
SharePoint list formatting enhances data presentation by customizing appearance, adding alternating row styles, and applying conditional formatting. It improves readability, highlights key data, and boosts user experience for efficient collaboration.
LookUp Function in Power Apps for Efficient Data Retrieval
Dec 31, 2024.
The LookUp function in Power Apps allows efficient data retrieval by searching for a single record in a data source based on a condition. It's ideal for scenarios like pulling specific employee details from a SharePoint list.
Using Derived Column Task in SQL Server Integration Services
Dec 30, 2024.
The Derived Column Task in SQL Server Integration Services (SSIS) allows you to transform or modify data within your ETL process. It enables the creation of new columns or updates to existing ones using SSIS expressions.
Configure SharePoint Site Settings Using Power Automate
Dec 26, 2024.
This article covers automating site settings configuration, reducing manual tasks, and improving efficiency. With Power Automate workflows, you can manage permissions, update site properties, and automate administrative tasks effortlessly.
Conditional Split in SQL Services Integration Services (SSIS)
Dec 23, 2024.
Conditional Split in SQL Server Integration Services (SSIS) allows you to route data based on specific conditions within a data flow. It is used to direct data into different paths, enabling dynamic data transformation and filtering.
Hello World! In 20 Different Programming Languages
Dec 23, 2024.
In this article, we are going to see how to print “Hello World” in 20 different programming languages. Explore how to print "Hello, World!" in 20 popular programming languages, showcasing syntax differences, language history, and usage, serving as a beginner-friendly guide for developers starting their coding journey.
How to Launch Your First EC2 Instance
Dec 20, 2024.
Launching your first AWS EC2 instance introduces you to cloud computing. It involves choosing an AMI, selecting instance types, configuring security groups, and setting up key pairs. Use the AWS Free Tier to start exploring virtual servers, storage options, and networking in the cloud.
Next.js Vs ReactJs
Dec 20, 2024.
Next.js and React.js are both powerful tools for building web applications. React.js is a JavaScript library focused on UI components, while Next.js is a framework that enhances React with features like server-side rendering, static site generation, and routing.
Create FTP Task in SQL Server Integration Services
Dec 19, 2024.
Learn how to create and configure an FTP Task in SQL Server Integration Services (SSIS). This task simplifies automated file transfers using the FTP protocol, making it essential for ETL processes.
Sensitivity Labels in Teams 365 Groups and SharePoint Sites
Dec 18, 2024.
Extending sensitivity labels to Microsoft Teams, Microsoft 365 groups and SharePoint sites enhances data protection and compliance across collaboration platforms. It ensures that sensitive information is properly managed, classified, and secured according to organizational policies.
How to Install Nginx on EC2 AWS
Dec 18, 2024.
Deploy Nginx on an AWS EC2 instance to serve as a powerful web server, reverse proxy, load balancer, and HTTP cache. This guide provides a step-by-step process for setting up Nginx on EC2, including installation, configuration, and status verification.
Unlocking Faster INSERT Operations in SQL Server with TABLOCK
Dec 17, 2024.
In this article learn how using the TABLOCK hint in SQL Server can significantly speed up INSERT operations by reducing logging overhead and enabling parallel insertions.
Azure AD B2C as an Identity Provider for Blazor Applications
Dec 16, 2024.
From this article, you will learn how to integrate Azure AD B2C as an identity provider for a Blazor application. This article explains integrating Azure AD B2C with a Blazor server application, covering setup, authentication, API permissions, and appsettings configuration for seamless SSO implementation.
Target Content to a Specific Audience on SharePoint Site
Dec 10, 2024.
Target Audience is a SharePoint feature that enables personalized content visibility for specific user groups. This is particularly useful for large organizations managing diverse teams, as it allows showing relevant files and folders to the right users.
Automating Table Creation using SSIS
Dec 10, 2024.
In this article, we will see how to create a database table in SQL Server using the SSIS package. Learn how to create a database table in SQL Server using an SSIS package. Follow step-by-step instructions for automation.
Understanding Triggers in SQL Server
Dec 09, 2024.
SQL Server triggers are automated procedures executed on DML/DDL events. This guide explores trigger types, real-world examples, and implementations for logging, validation, and restriction in SQL Server databases.
Using SignalR for Real-Time Communication in Blazor Applications
Dec 09, 2024.
SignalR enables real-time communication in Blazor applications, providing instant updates and efficient data transfer. This article explores its integration in Blazor Server and WebAssembly, including setup and practical use cases.
Token Caching in .NET 8 with Microsoft Entra ID
Dec 07, 2024.
Learn how to optimize .NET 8 web apps with token caching using Microsoft Entra ID. Discover in-memory and distributed caching strategies to boost performance, reduce latency, and improve scalability in authentication processes.
Deploying a Web Application Using NGINX on Alibaba Cloud
Dec 06, 2024.
Learn how to deploy a web application using NGINX on Alibaba Cloud with updated console steps, covering ECS setup, NGINX configuration, security, and optimization.
INSERT INTO and SELECT INTO: Which is Better?
Dec 06, 2024.
In this article, we’ll explore the differences between these two methods, their impact on temporary tables, and practical recommendations for SQL developers, data engineers, and DBAs. Using examples from the AdventureWorks2022 database, we’ll make the concepts clear and actionable.
ASP.NET Core CRUD using Dapper, .NET 8 using SQL Server
Dec 05, 2024.
Learn to build a CRUD (Create, Retrieve, Update, Delete) application in ASP.NET Core MVC using .NET 8 and Dapper ORM. This guide covers creating models, repositories, controllers, and Razor views with SQL Server integration.
Integration of an LDAP server in servicenow
Dec 01, 2024.
In this article, we will learn how to enhance authentication, streamline user provisioning, and connect ServiceNow to directory services like Active Directory for seamless access control.
What is a CTE, and How Do You Write a CTE in SQL Server?
Nov 29, 2024.
A Common Table Expression (CTE) in SQL Server is a temporary result set that can be referred to within a SELECT, INSERT, UPDATE, or DELETE query. CTEs simplify complex queries by breaking them into manageable parts.
C# Foundation - Nullable Types
Nov 28, 2024.
This article covers the basics, syntax, and practical use cases of nullable types, enabling you to write safer, more reliable code by avoiding null reference errors effectively.
How to Configure Azure Cloud Backup Service to Windows 11
Nov 28, 2024.
This article guides you through configuring Azure Cloud Backup Service on Windows 11. It covers the entire process from creating a resource in the Azure portal to setting up backup with the MARS agent.
Learning SEQUENCE in SQL Server
Nov 28, 2024.
A SEQUENCE in SQL Server is a user-defined object that generates a sequence of numeric values in a specified order. Unlike identity columns, SEQUENCE objects are independent of tables, offering flexibility in generating unique numbers.
C# Foundation - Implicitly Typed Variables
Nov 28, 2024.
Implicitly typed variables in C#, declared using the var keyword, let the compiler infer the data type from the initialization expression. This improves code readability and reduces verbosity, especially with complex types.
Renaming a Database in SQL Server
Nov 27, 2024.
Renaming a database in SQL Server is vital for tasks like aligning naming conventions, testing, or version control. It involves setting the database to single-user mode, ensuring no active connections, using the ALTER DATABASE command, and managing dependencies.
Explaining CTE in SQL Server
Nov 27, 2024.
Common Table Expressions (CTEs) in SQL simplify complex queries by creating temporary result sets. They can be used in SELECT, INSERT, UPDATE, and DELETE statements, supporting scenarios like hierarchical data, aggregation, and filtering.
Rank Functions in SQL server
Nov 26, 2024.
In this article, we will learn about Rank functions in SQL Server, like RANK(), DENSE_RANK(), ROW_NUMBER(), and NTILE(), are used to assign rankings to rows within a result set.
JSON Data Handling in SQL Server
Nov 26, 2024.
SQL Server supports JSON for managing semi-structured data. You can store JSON in NVARCHAR(MAX) columns, parse it with JSON_VALUE, JSON_QUERY, and OPENJSON, and modify it using JSON_MODIFY.
Alibaba Cloud ECS: Features, Benefits, and Service Architecture
Nov 25, 2024.
Learn about Alibaba Cloud ECS, its features, benefits, and scalable architecture. Discover how it simplifies cloud computing for businesses of all sizes.
New Features in SQL Server 2025: A Guide for Data Engineers
Nov 24, 2024.
SQL Server 2025 introduces advanced AI integration, vector support, and performance upgrades like optimized locking and enhanced columnstore indexing. New features include JSON data type, regular expressions in T-SQL, and change streaming.
Data Cleansing in SQL Server
Nov 24, 2024.
Learn the essentials of Data Cleansing in SQL Server to enhance data quality and reliability. This guide covers techniques like removing duplicates, handling null values, standardizing formats, and transforming data using SQL queries.
Comparison Between SQL and MongoDB Database
Nov 22, 2024.
SQL and NoSQL(MONGO) DB Comparison. This article compares MS SQL Server and MongoDB, highlighting their development, data models, schemas, performance, and query mechanisms, aiding in understanding their suitability for various application needs.
Exploring SQL Databases in Microsoft Fabric
Nov 22, 2024.
Microsoft Fabric now integrates SQL databases, bridging transactional and analytical workloads in a unified platform. It enables cloud-native data storage in OneLake, supporting Parquet and Delta formats.
User-Defined Functions in SQL Server
Nov 21, 2024.
SQL Server supports two types of User-Defined Functions (UDFs): Table-Valued and Scalar-Valued. Table-valued functions return a table based on logic, while Scalar-Valued functions return a single value.
Setup .NET Core on Windows Server with IIS Migration
Nov 21, 2024.
This guide covers the installation of software required for .NET Core on Windows Server and the process of configuring IIS for hosting .NET Core applications.