In case you have been searching for a way to make your conversations on Facebook even more secure, today is your lucky day! Facebook Messenger now offers the “secret conversation” option. So how exactly can you use this Facebook Messenger secret conversations option? Fortunately for you, it is quite simple.
How To View Location History On Facebook
Facebook’s method whenever it comes to the privacy of users has never been so much of a secret. However, the company and its practices have been thrown into the limelight, with Facebook users taking their data way more seriously than before. In case you are one of these users, you may desire to view your Facebook “Location History” to see how Facebook keeps tabs on all your whereabouts.
How to Add and Remove Home Screens on iPhone
As you install apps on your iPhone, the Home screen extends to give space for the app icons. Though Home screens are automatically added, there is a way to manually add and remove Home screens on iPhone. This article will teach the step-by-step guide on how to add and remove Home screens on iPhone.
How to View Facebook Login History
You can view your Facebook login history in your account’s Settings. Review the devices logged in, places and the date and time of your logins to see if your someone’s using your account without your permission.
How to Use Low Power Mode on iPhone
Enabling Low Power Mode on an iPhone is one of the best methods to save its battery power. This amazing feature in iPhone lowers down the consumption of power by stopping the operations such as automatic downloads, mail fetching, and background app refresh. Moreover, this feature also turns off the most of the visual effects that drain out battery power.
Beginner’s Guide To Dynamic Data Masking In SQL Server
Dynamic Data Masking (DDM), a valuable feature added in SQL Server 2016. Hiding sensitive data from unauthorized users is achievable using DDM. Most importantly, Masking of data and encryption are two different ways of securing data. Dynamic Data Masking uses different strategies to hide data – benefiting by not modifying stored data as Encryption feature in SQL Server.
How To Get Last Identity Inserted Value In SQL Server
IDENTITY property in SQL Server creates an identity type column. It generates auto-incrementing values in table by defining seed and increment values, works much like SEQUENCE object in SQL Server and Oracle. However, IDENTITY property is table dependent and SEQUENCE object works independently from the table.
TRY…CATCH Error & Exception Handling in SQL Server
Implementing acceptable Error Handling logic in T-SQL code is important to avoid unexpected errors breaking the system. Exception Handling using TRY…CATCH block in Microsoft SQL Server is fairly identical to exception handling in .NET and Java programming languages.
Basic Fundamental of TRY…CATCH block is a group of statements can be enclosed in a BEGIN TRY…END TRY block and if any error occurs within TRY block then control can be passed to a group of statements written in a BEGIN CATCH..END CATCH block to handle the generated errors in TRY block.
NULLIF – TSQL Function in SQL Server
NULLIF is a function applied to return a NULL value if specified two expressions (expression1= expression2) are equal. NULLIF function is an ANSI function, it is available with other RDBMS vendors like ORACLE, MySQL, Postgres and among others.
NULLIF Function can be useful in cases when applications are using different indicators to represent a Missing or Unknown value which can be transformed to NULL while representing a record in a table.
How To Use STRING_AGG – Concat Multiple Row Values In SQL Server
Concat multiple row values in SQL Server is a well-known familiar problem. Every database developer happened to write concatenation string queries for reporting or general purpose. Numerous methods including XML PATH, COALESCE function, Recursive CTE been used to achieve desired results.
How To Set Nickname On Google Assistant
Google assistant totally amazing. Its features are top notch. Google assistant is an artificial intelligence powered virtual assistant developed by Google to aid and assist users to complete tasks and a lot more. In a previous post, I talked about how to activate Google assistant on your Android device, this needs to be done first before moving on to customize your Google assistant. If you are a fan of “tweaking stuff” as I am, then you would love this post. At the end of this post, you will know how to set nickname on Google assistant.