Get Rows where float column values is not a whole number

A way to find all those rows where a float column value is not a whole number. It is very simple by using the Floor function. Following scripts demonstrates the trick.

Finding Total Space Used and Free Space in Each Data File of a database

Following code returns you the total file size of each data file in the database along with the space used in it.

Assigning incrementing values to integer column in a single statement without using identity field

This article explains a way of Assigning incrementing values to integer column in a single statement without using identity field