SQL Server is a database management system which enables to store and retrieve data from the database. Due to some
Continue readingSQL Script to find all the triggers defined on a database or on a single table
SQL Script to find triggers in SQL Database Sometime we need to find all the triggers defined on the database.
Continue readingInterview question – Is Clustered index on column with duplicate values possible?
Through this article, we are going to discuss three important interview questions of SQL which are given below:- 1) Can
Continue readingQuestion of the Month (July)
Question of the Month Suppose we have a table emp_plan which contains 4 columns “Empid” (employeeid), Planid (Projectid), Startdate(Allocation Start date)
Continue readingDo you know about Whatsapp web?
Whatsapp claims that they currently have 500 million users worldwide. That is pretty impressive looking at the good amount of
Continue readingScript to find complete months between two given dates
Complete months between two given dates Below script will help in finding the complete months within the 2 given dates.
Continue readingScript to find the complete weeks within two given dates
Complete weeks within two given dates Sometimes we need to find out the complete weeks within two given dates. Below
Continue readingImportance of Best Practices in database programming
Best Practices in database programming For any programming language, just writing the code is not well enough. It should be
Continue readingRIGHT() function in SQL Server
SQL Server – RIGHT () function Right():- This function returns the specified number of characters from the Right part of the
Continue readingLEFT() 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 reading