How To Use Triggers In SQL
SQL

In this article, we are going to learn how to use Trigger in SQL.
A Trigger is a piece of procedural code, like a stored procedure or stored program that executes automatically whenever an event such as Insert, Update and Delete occurs against a table.

How To Convert Amount To Words In Sql Server
SQL

In this article we learn how to convert amount to words using sql server scaler function. we create 2 functions for easy to understand and manage. In 1st function we are return only general words like (One, Two, Eleven ,Twelve etc.) & in 2nd function we create a logic for convert amount to words. lets start it.

How To Create Encrypt Stored Procedure In SQL
SQL

In this article, we will learn how to create an encrypt Stored Procedure in SQL.
When you encrypt a stored procedure, the procedure’s text is converted to an obfuscated format and its definition is not visible for any users. Therefore, the procedure’s definition can not be viewed by users.

Subscribe

Select Categories