Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: SSIS execution from .net

    Hi,

    I believe the best way for this approach is applicative (meaning in C#).

    You can make in C# the check of the data and to put the data into a DataTable

    Afterwards...

  • RE: Insert 1,000 records in one second

    Hello,

    I believe that this question is not for this forum too - and that the solution is not very simple - because there is no simple and quick solution for...

  • RE: Split data

    You can use XML Datatype and put the string that you need into the column as xml, so you don't have ant problems getting it back and translating it to...

  • RE: Generate Scripts to Compare Tables

    Hello ,

    In order to see if the tables aren't identical you don't have to make so sophisticated script.

    My suggestion to you is like this :

    declare @data table( Table1...

Viewing 4 posts - 1 through 4 (of 4 total)