Knowledge.ToString()

Month: August 2006

  • How to Split Single Record into Multiple Records Using DTS?

    There are many times a situation arises when we have to upload data from excel datasheet to SQL Server and the data in the sheet is not normalized. At that time, we need to make more than one record from a single record. Suppose you have a sheet in which each row in spreadsheet shows…

    |

  • Why Do We Need DTS (Data Transformation Service?)

    Lets say you have data in one format(It can be a database/file/excel spreadsheet also). You want to convert it into another format. You will have a thought of writing a VB program and convert the source file into the format of destination file. But wait a minute. If you have lots of files in the…

    |