News

Learn how to choose, use, test, and compare different hash functions in SQL Server stored procedures, and why they affect performance, security, and reliability.
Many times during sql server development we need to search for a stored procedure containing a specific text. this helps in checking for dependencies for objects in stored procedures or sometimes we ...
In SQL Server 2014 we saw the introduction of Natively Compiled Stored Procedures. In 2016 we’ll be able to do the same for Scalar User Defined Functions.
SQL Server stored procedure is a batch of statements grouped as a logical unit and stored in the database. The stored procedure accepts the parameters and executes the T-SQL statements in the ...
Learn how to choose between stored procedures and functions in DB2. Find out their features, similarities, and differences, and get tips on when to use each one.