SQL Server – RIGHT () function Right():- This function returns the specified number of characters from the Right part of the
Continue readingMonth: January 2015
LEFT() function in SQL Server
LEFT() function in SQL Server Left() Function This function returns the specified number of characters from the left part of
Continue readingBetween function in SQL Server
Between function in SQL Server This function is used to select the values within a specified range. These values can
Continue readingSQL Script to find the missing indexes
Script to find the missing indexes Performance tuning in SQL is important exercise and index creation is an important part of it.
Continue readingSQL SERVER – Data types
Data types in SQL Server In relational database, we store data in tabular form where data is divided into columns.
Continue readingSQL Server – Convert() function
Convert () function in SQL Server Convert () function is used to convert an expression from one data type to another data typeSyntax
Continue readingSQL Script to find the list of all the jobs failed yesterday
One of the important task of any DBA is to find out all the jobs which are failed yesterday. Below
Continue readingSQL Script to search stored procedures containing a given text
Sometimes we need to find out how many stored procedures contains a given text. Below SQL query can be used
Continue readingSQL Script to find the tables created from a given date
Below is the SQL query which can be used to find out the tables which are created or modified on
Continue readingSQL Script to find the databases size
Sometimes we need to find out the size of the database on a server. Below SQL Scripts can be used
Continue reading