In this article we are going to explain what is Cursor in sql or how to create Cursor in sql or how to use Cursor in sql server with example.
In this article we are going to explain what is Multi-statement Table-Valued User-Defined Function in sql or how to create Multi-statement Table-Valued User-Defined Function in sql or how to use Multi-statement Table-Valued User-Defined Function in sql server with example.
Here we are going to explain what is Table-valued functions in sql or how to create Table-valued functions in sql or how to use Table-valued functions in sql server with an example.
Here we are going to explain what is scalar function in sql or how to create scalar function in sql or how to use scalar function in sql server with example.
Sometimes developer/programmer need to insert records in sql server database from excel sheet. If you have data in excel file and you want to import in sql table, then follow steps to explain everything.
Either you are an experienced professional or early in IT career, starting as a SQL server developer is always a challenging task.
The next version of formerly known SQL Server, RDBMS is out now as SQL Server 2017 Community Technology Preview 2.0.
In this article I wil explain how to check a specific word or characters in a given statement in SQL Server using CHARINDEX function or SQL Server check if string contains specific substring with CHARINDEX function.
In this blog we are explaining about how to create trigger for DML, DDL and logon server.