In this tips, I will explain how to ALTER or ADD two or more columns in to table by t-sql script.
Published Date : 25/Mar/2011
A very important feature of SQL Server 2008 is that we can enable CDC(Change Data capture) on database or table.We can track the database had CDC enabled by querying IS_CDC_ENABLED column
Published Date : 17/Jan/2011
A very important feature of SQL Server 2008 is that we can enable CDC(Change Data capture) on database or table.We can track the database had CDC enabled by querying IS_CDC_ENABLED column
Published Date : 17/Jan/2011
This is the third tips date related function in sql server. In this I going to show you how to use DATEDIFF() function in sql server. The DATEDIFF () is useful to get the specified date part between two dates
Published Date : 16/Dec/2010
Today I would like to check my database and other few table size in online database. For that I have been use the system produce to get the tables and database size.
Published Date : 15/Dec/2010