Serverless Computing

    Serverless computing Technology helps you to build and run applications and services without thinking about servers.  Serverless computing include as BaaS [Backend-as-a-Service] and FaaS [Function-as-a-Service]. Backend-as-a-Service (BaaS) helps developers to work on the frontend of their applications and leverage backend services without building or maintaining Function as a service (FaaS)

» Read more

Effective Database Maintenance and Management – Index Fragmentation

We have said before that indexes are easily the most important database structures insofar as database performance tuning is concerned. Therefore, you must pay keen attention to their configuration, structure and arrangement in order to get the best level of performance out of them. Theory of index fragmentation Fragmentation does

» Read more

Unable to connect the SQL Server Instance – 26 – Error Locating Server/Instance Specified

Problem\Issue: User is not able to connect the SQL Server Named Instance ServerName\InstanceName Additional Error Messages: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is

» Read more
1 2 3 31