Search And Find User Defined Function (UDF) By Name In SQL Server
How to search and find user defined function (UDF) by it’s name or partial name, or even with some text in the function’s source code.
How to search and find user defined function (UDF) by it’s name or partial name, or even with some text in the function’s source code.
How to search and find all user defined functions or UDF In SQL Server? Several methods to find all the user defined functions in a database.
Difference between Temp Table, Table Variable and CTE in SQL Server. Temp Table vs Table Variable vs CTE and their usage.
Difference between function and stored procedure in SQL Server. Here you have a comparison table on Function vs Stored Procedure.
Encrypting a string using hash code algorithm in sql server using the HASHBYPES function. Hash Code Encryption using MD2, MD4, MD5, SHA, SHA1, SHA 256 & 512
Finding Indexes On A Table In SQL Server: There are several ways to list the indexes on a table. We’ll see few easy methods to find indexes on a table
Easy method to find the size of tables in an SQL Server database. Get the size of all the tables in a database using SSMS standard report and queries.
Combine multiple rows into one string in SQL Server. Simple query in SQL Server to concatenate multiple rows Into single string.
Shrink database file (mdf) In SQL Server database and reduce it’s size. I.e. shrinking the mdf file without affecting the ldf file.
Shrink transaction log file In SQL Server database without altering the database files . I.e. shrinking the ldf file without affecting the mdf file.
Generating more and recent transaction data In SQL Server WideWorldImporters sample database. Steps for generating more data In WideWorldImporters database.
Tips and tricks to check if column exists in a SQL Server database table. Also find the list of all tables and stored procedures having the column name.
Encrypting stored procedure in SQL Server for hiding the source code of the stored procedure, view and function. Using WITH ENCRYPTION to hide source code.
Choosing, downloading and installing (restoring) Wide World Importers Sample Database for SQL Server for training purpose. What is WideWorldImporters?
Update from select statement in SQL Server. Updating a table using select statement form the same table or different tables using join.
How to write a SQL select query joining multiple tables from databases located on different SQL Server Instances? Accessing table from remote SQL Server.
Choosing, downloading and installing (restoring) AdventureWorks Sample Database for SQL Server 2014 for training purpose. What is AdventureWorks?
Part-2 of the SQL Server Management Studio tutorial. Second part of SSMS tutorial with step by step instruction and video using SQL Server Developer Edition
Step by step video tutorial on SQL Server Management Studio using SQL Server Developer Edition. This is part 1 of the SQL Server Management Studio tutorial.
Step by step instruction with picture and video of SQL Server Installation Process. Download and install steps for Free SQL Server 2014 Developer Edition.