Skip to content

Author: Vinit Kumar Singh

I write about leadership, execution and the transition from technical roles into organizational responsibility. My essays examine why capable teams struggle, why transformations stall, and how professionals grow from individual contributors into leaders. More about my background is on the About page. I read and respond to thoughtful responses. You can also reach me on LinkedIn.


Categories:

A chat with GOD

A chat with GOD
Post date:

God Pinged Me… This is an excellent conversation between ‘God’ and the unknown ‘Me’. I don’t know as to who the composer of such an interesting and captivating conversation has been; but has he/she put in good amount of thought into crafting the same. Those who don’t believe in God, may also find it worth […]

Categories:

Procedure to script your data (to generate INSERT statements from the existing data)

Post date:

This procedure generates INSERT statements using existing data from the given tables and views. Later, you can use these INSERT statements to generate the data. It’s very useful when you have to ship or package a database application. This procedure also comes in handy when you have to send sample data to your vendor or […]

Categories:

Difference between using SET and SELECT when assigning variables in T-SQL

Post date:

I came across a great article by Narayana Vyas Kondreddi that describes the difference between the SET and SELECT .The article is well worth the read, but here are the main points: SET is the ANSI standard for variable assignment, SELECT is not.SET can only assign one variable at a time, SELECT can make multiple […]

Categories:

A New Approach to Web Applications: AJAX

Post date:

If anything about current interaction design can be called “glamorous,” it’s creating Web applications. After all, when was the last time you heard someone rave about the interaction design of a product that wasn’t on the Web? (Okay, besides the iPod.) All the cool, innovative new projects are online. Despite this, Web interaction designers can’t […]