Deletes the specified directory.
Example
Deletes the specified directory and any subdirectories and
files in the directory.
System.IO.Directory.Delete(@"c:\Temp\", true);
CAST ( expression AS data_type )
UPDATE Person SET Age = 31 WHERE Id = 1 IF @@ROWCOUNT = 0 PRINT 'No rows were updated';