Category: Database
Advantages of Azure SQL Database
Azure SQL Database is a relational database provided as Database-as-a-Service, which is a part of Microsoft’s Cloud Infrastructure Platform, Microsoft Azure. It is also called SQL Azure. It provides database-backed managed service in the cloud with a petabyte-scale infrastructure. It
Salesforce CRM Features
Growing your business isn’t simple. It needs boosting sales however it’s not simply selling the services or products to prospective and prevailing customers. A business is a scientific and economical method of collecting leads so they will be born-again to
Install Openssl with source code
To install Openssl, we have to perform all steps with the root user. Please check the steps below: sudo su (Do all operation with root user) Change the directory to your desire location cd /var/www/html/ Make two directories mkdir Release
Security token in Salesforce
How to generate an access token? Step 1: From Setup, enter Apps in the Quick Find box, then select App Manager. Step 2: Locate the OAuth connected app in the apps list, click and select View. Step 3: In the
Azure Event Hubs
Introduction: Event Hubs is a real-time data ingestion service that is fully managed, simple, scalable, and trusted. It can stream, process, and receive millions of events per second from any of the sources, which builds data pipelines that are dynamic
Mysql | #1553 – Cannot drop Index
Issue: #1553 – Cannot drop index ‘index_name’: needed in a foreign key constraint An issue is generally faced when we are going to drop a unique index from a table. For example, here I have the table articles that have
How to Run Multiple versions of MySQL on the Same Server?
Solution: If your system is having a current version of MySQL installed i.e 5.6 and you also need 5.5 version then follow the below steps. You can also play with different versions also. Installing Docker To install Docker on your
How do you convert ACLs of any key on S3?
Introduction to ACLs of Key on S3 Many times when you need to change the access control list (ACL) of a key on the S3 to make it public to private or private to public. This is easy as we
Firebase Cloud Messaging With Laravel 6
Introduction to Firebase Cloud Earlier known as Google Cloud Messaging and now called Firebase Cloud Messaging (FCM) is a messaging solution for cross-platform provided by Google itself. This service lets you reliably deliver messages or notifications at no cost. One