SQL Server has added support for various string functions. Coupled with manipulation and pattern finding features. String function takes a string as input and returns numeric value or another string as an output. Depends on the type of function used. Usually while working with string, we need to find the first occurrence of a character or string. SQL Server added CHARINDEX function to help with this.
How to Divide in Excel: Division Formulas and Shortcuts
There are many different methods to divide in excel. Some of them require a lot of time and manual labor, whereas others are more to simple to follow.
How to Remove Duplicates in Excel
When you’re working with massive piles of data or dealing with an aggregation of spreadsheets, identifying and removing duplicate rows can turn into back-breaking manual labor. However, with the right knowledge and tools, you can automate this process in excel.
How to Stop People from Adding you to Whatsapp Groups
Are you tired of leaving Whatsapp groups that you never wanted to be a part of, to begin with?
Lately, I’ve been the victim of a serious Whatsapp breach. Getting notifications from strange Whatsapp groups, with people spurting nonsense that I have no interest in has left me infuriated and frustrated beyond measure.
How to Multiply in Excel — 4 Easy Solutions
You can use many different methods to multiply in excel. They are quite similar to the protocols used for subtraction, addition, and division. Each has its own use. Some are suitable for multiplying within single cells, whereas others are used for multiplying an entire range or column of cells.
SELECT vs SET For Variable Assignment In SQL Server
Using SELECT and SET statement for variable assignments is a common practice in SQL Server. I did not pay more attention to SELECT vs SET difference, until I met with surprising logical errors. In production code using SELECT over SET, produced unanticipated results. Both are used interchangeably for variable assignment. Importantly, understanding when to use SELECT over SET and vice versa.
How to Subtract in Excel — Basic Excel Guide
There are many different methods you can use to subtract in Excel. All of them have their own use. Some are perfect for performing subtraction within cells, while others are more suitable for subtracting an entire range of cells.
How to Add Drop Down List in Excel – Data Validation Lists
A drop-down list in Excel can limit and regulate the number of entries in a single cell. You can use it to better organize your spreadsheet by containing the length of its data.
In my opinion, learning how to add drop down list in Excel is essential if you want to save valuable time and enhance productivity. This is why every Job position for an Excel expert requires you to know this little gimmick.
How to Add in Excel – Master The Basics of Excel
There are many ways of adding two or more numbers in excel.
You will have to get familiar with crafting formulas, which isn’t that complex. Learning how to construct formulae will not only teach you how to add in excel but also multiply, divide and subtract. In this tutorial, however, our main focus will be on adding two or more numbers.
How To Schedule SQL Agent Job Using T-SQL Script
SQL Server agent job is a windows service based scheduler. Agent job is used to schedule and automate SQL scripts, administrative tasks, SSIS packages and various other tasks using SQL agent job tool. This component is integrated along with SSMS and available under Object explorer as SQL Server Agent.
How To Retrieve Data From Damaged Hard Drives
At some point in our lives, we all experience the moment of utter disbelief when our computer fails to boot. Many have felt the despair of not being able to open an important work project, or simply not finding it before the lights finally go out on our PC. That is usually due to some sort of hard drive failure, and moments later we realize the inevitable loss of innumerable hours as your PC served as the main storage of irreplaceable photos.