jump to navigation

Must know about query optimizer 30 Apr 2012

Posted by Ramaswamy Palaniappan in Advanced Basics, Back to Basics, SQL.
add a comment

Paul White’s serious of posts about Query Optimizer. It is excellent one, must read.

Query Optimizer Deep Dive – Part 1
Query Optimizer Deep Dive – Part 2
Query Optimizer Deep Dive – Part 3

Ramaswamy Palaniappan

What’s New in SQL Server 2012 20 Apr 2012

Posted by Ramaswamy Palaniappan in SQL.
2 comments

Click here to read about new features in the SQL Server 2012.

Collection of Cheat Sheets 16 Apr 2008

Posted by Ramaswamy Palaniappan in C#, Cheat Sheet, SQL, VB.NET.
add a comment

In this post you may get allot of cheat sheets. Check this out.

Some SQL injection attack misperceptions – and reality 15 Apr 2008

Posted by Ramaswamy Palaniappan in SQL.
add a comment

Here is the nice list if misperception and reality about SQL injection, Check out the Glen article about this.

A factsheet for SQL Server developers 15 Apr 2008

Posted by Ramaswamy Palaniappan in Cheat Sheet, SQL.
add a comment

Factsheet for SQL Server (6.5, 7.0, 2000 and 2005) developers that fits on one A4 (printed on both sides) so that you can laminate it and keep it on your desk. You have to print it with a color-printer to be able to use all information!

Get it from here

SQLite on .NET – 3 minutes Guide 26 Mar 2008

Posted by Ramaswamy Palaniappan in Introduction, SQL.
add a comment

Mike has written an article SQLite on .NET – Get up and running in 3 minutes, Its very good quick guide for .NET developers. He also suggested how we can user SQLite in our application, that sweet.