Muthusamy Anantha Kumar, a.k.a. MAK, has more than 10 years of experience in Information Technology including database Administration, System Analysis, Design, Development and Support of MS SQL Server 2005/2000/7.0/6.5/6.0/4.X for production/development/testing.

MAK started his first consulting service “JVCC” in Trichy, Tamilnadu, India. Then JVCC was matured to become “Softech Systems”, Chennai, Tamilnadu, India. MAK started teaching when he was 18 and continued teaching. As a part of service to the community, MAK’s started teaching MS-DOS, Word star, Lotus 123, dBase III +, C language, Autocad etc, MS-office, . He made more than 200 students aware of computers, programming languages and databases. MAK continued his teaching by teaching SQL Server administration and produced more than one hundred Professional Database Administrators.

MAK wrote many online articles for DatabaseJournal. He also wrote article for sql-server-performance.com. Now he is writing for us as well.

Blogs

Inspecting TSQL Abstract Syntax Trees

By

TSQL ScriptDOM is a useful library for parsing scripts into an abstract syntax tree....

Becoming a creator, my website experience

By

Over the past few months, I have debated starting a new blog to discuss...

T-SQL Tuesday #192 Invitation: SQL Server 2025 Excitement

By

It’s that time of the month again, and once again, I’m late and I’m...

Read the latest Blogs

Forums

Do You Really Need HA?

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Do You Really Need HA?

The New Database CheckDB

By Steve Jones - SSC Editor

Comments posted to this topic are about the item The New Database CheckDB

MySQL’s BLACKHOLE Storage Engine: The Odd Feature I Wish SQL Server Shipped With

By Chandan Shukla

Comments posted to this topic are about the item MySQL’s BLACKHOLE Storage Engine: The...

Visit the forum

Question of the Day

The New Database CheckDB

I run this code:

create database experiment
go
use Experiment
go
select DATABASEPROPERTYEX('Experiment', 'LastGoodCheckDbTime')
What is returned?

See possible answers