ASIF

All posts by admin

Triggers in SQL Server

Triggers in SQL Server

In SQL Server, a trigger is a special type of stored procedure that is automatically executed in response to a specific event, such as an INSERT, UPDATE, or DELETE operation on a table. Triggers are used to enforce business rules, maintain data integrity, and automate certain tasks when changes are made to the data in […]

SQL Server profilder

Front-End Challenge Accepted: CSS 3D Cube

SQL Server Profiler is a graphical tool provided by Microsoft SQL Server for monitoring and analyzing the activity and performance of SQL Server databases. It allows database administrators, developers, and analysts to capture and view events and interactions with an SQL Server instance, such as SQL statements, stored procedures, and system events. SQL Server Profiler […]

Installing SQL Server on Azure

Download DOCKER DESKTOP Download Docker desktop from https://www.docker.com/products/docker-desktop/ 2.   DOCKERHUB.COM Register/login at Dockerhub.com. We will sql server download image from here. 3.   SEARCH IMAGE Search Azure SQL Edge Image from docker hub and install on local machine open the terminal and type             docker pull mcr.microsoft.com/azure-sql-edge It will pull docker […]