I have total of 11 years of IT experience with Application development, Database Development and Database Administration. I have worked with different version of SQL server from 7.0 to 2008.Started my carrier as VB ,VC++ and database developer in a banking sector for implementing their core banking solution. Currently working as Database Administrator with wide knowledge in performance tuning, high availability solution, troubleshooting and server monitoring. This blog is my humble attempt to share my knowledge and what I learned from my day to day work.

Stellar Toolkit for MS SQL - Software Review

As a SQL database administrator, I am responsible for maintaining our organization's SQL Server and databases. But despite implementing best database maintenance practices, including backups and performing DBCC CHECKDB...

2021-03-11 (first published: )

761 reads

Blogs

Is Your Business Truly Ready for AI?

By

The AI revolution isn’t coming – it’s here. Companies are racing to integrate artificial...

Data Governance: The Invisible AI Accelerator

By

Introduction Do you remember the effort of tidying up your BI and reporting systems,...

Making a PostgreSQL Backup in a Container

By

I needed to back up a PostgreSQL database as a part of the repro...

Read the latest Blogs

Forums

T-SQL - Restore Database

By lanky_doodle

Hey, I've previously used this or something like this: RESTORE DATABASE [DBNAME] FROM DISK...

CU31 breaking non clustered Availability Groups

By bmcmeans76

Last week I downloaded and applied the newest CU31 patch to our lower environment...

Master Data Services many tables starting with starting tbl

By jaango123

  Hi All, I can see many tables under MasterDataServices like below in an...

Visit the forum

Question of the Day

A Simple Choice

I have this data in a table?

CatIDCatName
3Monitors
What is returned when I run this code?
SELECT CHOOSE(catid, 'Laptops', 'PCs') FROM dbo.Categories AS c
 

See possible answers