Author Archives: admin

How to set up Basic Always-On Availability Groups in SQL Server Standard Edition

Set up Basic Always-on availability & disaster recovery In SQL Server Standard Edition Index Contents Index 1 Introduction 2 List of acronyms used in this document: 2 Explanation 2 A brief explanation of what BADR is and why we use … Continue reading

Posted in Database, Programming | Tagged , , , | Comments Off on How to set up Basic Always-On Availability Groups in SQL Server Standard Edition

How to Set up Windows Server Failover Clusters

Set up windows server failover clusters As a precursor for HA in SQL Server Standard Edition Index Contents Set up windows server failover clusters 0 Index 1 Introduction 2 List of acronyms used in this document: 2 Explanation 2 A … Continue reading

Posted in Failover, Windows Server | Tagged , , | Comments Off on How to Set up Windows Server Failover Clusters

Data recovery services: What is it and when will you make use of it?

Have you ever had a PC that just would not start up? Or a hard drive that is just not read by any machine? Did an external hard drive stop responding, become unsearchable and/or start making funny clicking sounds? Have … Continue reading

Posted in Data Recovery | Tagged | Comments Off on Data recovery services: What is it and when will you make use of it?

Our current projects

We have several projects in the pipeline, covering a wide audience These include: > My Secret Secret, a simple encryption / decryption tool, making use of a complex encryption algorithm, with a dynamic key length, determined by the user. > Biblios … Continue reading

Posted in New developments | Comments Off on Our current projects

Future…

Keep watching this space. Our products will soon be available for purchase and download.

Posted in Company News and Events | Comments Off on Future…

Launched!

Our web page is launched. Now we are ready to face the world.

Posted in Company News and Events | Comments Off on Launched!

Why Normalise Database Tables?

Many GUI and web developers I have spoken to, do not fully understand the value to be gained from normalising their database designs. It is, after all, easier to build the tables to look exactly like the form or web … Continue reading

Posted in Database | Tagged , | Comments Off on Why Normalise Database Tables?

File system storage

I am constantly amazed at how many people believe the only way to change the storage option of a hard drive from FAT or FAT32 to NTFS is by means of formatting the hard drive. the following  command line (DOS)  should eliminate … Continue reading

Posted in Operating System | Tagged , , , | Comments Off on File system storage

Table Partitioning

Recently presented a discussion at the SA SQL User Group in Bryanston, on the topic of Logical Patitioning Database Tables in MSSQL 2005 & 2008 presentation: TablePartitioning

Posted in Database | Tagged , | 1 Comment