Vinod Kumar

Vinod has done his Bachelors in Mechanical Engineering from Anna University, Chennai (formerly known as Madras), India. He has been working on Microsoft Technologies for the past 4+ years. He is a Microsoft Most Valuable Professional (MVP) on SQL Server and a Microsoft Certified Professional. Going by the passion for MS Technologies, Certification exams has been one of his areas of interest and he has completed MCSA (2000, 2003), MCSE (2000), MCDBA, MCSD (VB, .NET), MCAD. More of his SQL Server expertise can be caught at the site he hosts www.ExtremeExperts.com. Vinod has initiated a SQL Server community in Bangalore, popularly known as the Silicon Valley of India. To capture more events on SQL Server, join the group at http://groups.msn.com/SQLBang which was formed as an initiative to bring PASS community in India.

SQLServerCentral Article

Introduction to SSIS in SQL Server 2005

DTS was one of the true innovations in SQL Server 7. SQL Server 2000 greatly enhanced this tool and SQL Server 2005 makes it truly a programming environment, well beyond the ETL functions of DTS in SQL Server 2000. New author Vinod Kumar gives a brief introduction to this new environment.

3.5 (18)

You rated this post out of 5. Change rating

2008-02-03 (first published: )

167,664 reads

Blogs

The Challenge of Implicit Transactions: #SQLNewBlogger

By

I saw an article recently about implicit transactions and coincidentally, I had a friend...

SQL Server Is Slow – Part 2 of 4(?)

By

The 10-Minute Outside-In Triage Don’t Blame SQL First It’s 9:05 AM and your helpdesk...

Local LLM Models at SQL Saturday Boston 2025

By

I’m starting a long trip at Boston this weekend. I’ll be there Saturday speaking,...

Read the latest Blogs

Forums

Changing the Recovery Time

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Changing the Recovery Time

Getting More Time from AI

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Getting More Time from AI

When Page Prefetching Takes a Back Seat – Exploring Trace Flag 652 in SQL Server

By Chandan Shukla

Comments posted to this topic are about the item When Page Prefetching Takes a...

Visit the forum

Question of the Day

Changing the Recovery Time

I want to change the recovery time for a database running on SQL Server 2022. What are my options for setting the value in my ALTER DATABASE statement. If I run this code, what can I use in place of the xxx to define what 12 means?

ALTER DATABASE Finance 
 SET TARGET_RECOVERY_TIME = 12 xxx;

See possible answers