Bilal Ahmed

Bilal Ahmed

Bilal Ahmed is the CTO & Vice President of Engineering at Sonasoft. Bilal has over 10 years of experience in the development and integration of systems and database applications. Bilal has extensive experience with Oracle and SQL databases and has managed over hundred production and development servers across USA, Canada, UK and Australia. Bilal can be reached at [email protected]



Kiran Kumar



Kiran Kumar is the Database Administrator and Sonasafe Technical Architect. Kiran has over 8 years of experience in administering hundreds of high-end Microsoft SQL and Oracle Database Servers. Kiran is an expert in Database Backup/Recovery, Stand-by, Failover Clusters and performance trouble shooting.



Vas Srinivasan



Vas Srinivasan is the Vice President of Marketing at Sonasoft. Vas has over 16 years of experience in Technology, Manufacturing and Research. Vas can be reached at [email protected]


SQLServerCentral Article

SQL Server Redundancy for SMBs

Building a highly fault tolerant and available SQL Server is expensive and difficult. This brings about unique challenges for small businesses who often lack the resources of large enterprises. Bilal Ahmed and Shivan Bindal discuss the various ways of building redundancy and the challenges of each.

(2)

You rated this post out of 5. Change rating

2006-02-21

5,989 reads

SQLServerCentral Article

Backup Scenarios for successful SQL Server Restores and Recovery

SQL Server has a great backup and recovery architecture, but you have to know how to properly configure and use the server to ensure that you will not be seeking new employment anytime soon. A few of the Sonasoft team have written this short piece on strategies for setting up your backup jobs to ensure recovery in the event of a disaster. Welcome new authors Bilal Ahmed, Kiran Kumar, and Vas Srinivasan.

(2)

You rated this post out of 5. Change rating

2004-06-29

19,350 reads

Blogs

A New Word: on tenderhooks

By

on tenderhooks – adj. feeling the primal satisfaction of being needed by someone, which...

Ramblings about data communities and your contributions, no excuses

By

I have been active in the data community throughout my career. I have met...

SQL Server Journey till 2025 (brief)

By

Quick Summary for Microsoft SQL Server till 2025, I am fortunate to be part...

Read the latest Blogs

Forums

how do i map the "current" object entry in for each to one variable

By stan

hi, in an ssis  for each loop over an object variable called MyListVariable, i...

Simulating Mercury’s Orbital Motion Using Pure T-SQL (NASA 2025 Dataset)

By NKTgLaw

SQL Server is typically viewed as a transactional or analytical database engine. However, it...

Azure SQL Database | CREATE EVENT SESSION [Blocking_Capture] ON DATABASE

By DanielP

Hello, Is there a way in Azure SQL Database to change the 'Blocking Process...

Visit the forum

Question of the Day

String Similarity I

On SQL Server 2025, when I run this, what is returned?

SELECT EDIT_DISTANCE_SIMILARITY('SQL Server', 'MySQL')

See possible answers