Ashish's Blog On Sql Server

This Blog is About SQL Server Technolgy





Browse by Tags

All Tags » SQLServer-2008 (RSS)
Who Created a Table – DDL Triggers in SQL SERVER 2008
Hi all this post is about the new features in SQL Server 2008 .. SQL Server 2008 has a power full feature called DDL triggers which uses for Auditing changes in database and this is very useful too. You will find a blog entry about auditing using transaction...
Sparse Columns – Introduction
So after a long i get a chance to work on SQL Server 2008 and understand it in better way. So today we look into a new storage feature in SQL Server 2008 as Sparse Column. Sparse column takes no physical usage for a column which may have “NULL”...