Forum Replies Created

Viewing 15 posts - 1 through 15 (of 40 total)

  • RE: Help between dates

    Hi guys,

    Thanks to all 🙂

  • RE: Help between dates

    Hello,

    I forgot...

    CREATE TABLE Test (Ad_ID INT, DateIn DATETIME, DateOut DATETIME)

    INSERT INTO Test

    SELECT 1,'2009-05-26 00:00:00.000' ,'2009-05-28 00:00:00.000'

    UNION

    SELECT 2,'2008-06-26 00:00:00.000' ,'2009-12-28 00:00:00.000'

    UNION

    SELECT 3,'2009-03-12 00:00:00.000' ,'2009-12-28 00:00:00.000'

    UNION

    SELECT 4,'2009-10-26 00:00:00.000' ,'2009-10-28 00:00:00.000'

    UNION

    SELECT 5,'2009-09-26...

  • RE: Doubt in SSIS

    Hi again,

    Im becaming little crazy with this :)... for start, can i configure the parameters of Foreach Loop Container in the package Configuration?

    Example in the tab collection. in the...

  • RE: Doubt in SSIS

    Hi again,

    Is it possible to make my package configurations in xml?

    Does anybody already made this?

    Thanks

  • RE: Doubt in SSIS

    Thanks,

    Is exactly what i was looking for.. thanks for u time, i will see the link u send..

  • RE: Doubt in SSIS

    Hi again,

    Sorry to bother again, but does anyone can help me?

    Thanks

  • RE: Doubt in Lookup

    Me Neither 🙂

    Thanks again for all

  • RE: Doubt in Lookup

    Hello Phil, Good Morning 🙂

    I Think this "problem" i told u, is not from SSIS, but from SQL Server 🙂

    For Example:

    CREATE TABLE [dbo].[Test](

    [TestKey] [int] IDENTITY(1,1) NOT NULL,

    [TestID] [int] NULL,

    CONSTRAINT...

  • RE: Doubt in Lookup

    Hello again Phil,

    But with that index my keys will be always 1,2,5,7... for example, not sequencial?

  • RE: Doubt in Lookup

    Hi Phil,

    Thanks for helping me with that one, i didnt remember to create the unique index 🙂 nice...

    Is working now, but someday u have to explain me how i can...

  • RE: Doubt in Lookup

    Hi again, and thanks for the reply 🙂

    For example....

    i have a file with thousands of rows, and in that file i have a field named "RealEstateID", i have to insert...

  • RE: Little Help in SSIS

    insert the rows* by hour

  • RE: Little Help in SSIS

    Hello, and thanks to answer me and give me nice ideias... 🙂

    Yes u are very close of what i need... But like i show u on my script... every...

  • RE: Little Help in SSIS

    Hi again,

    No one can help me with this? please 🙂

  • RE: Transactions

    Hi again,

    Thanks for the answer, but I think i didnt explain very well, second try :), what i wish to know is if i can know what is the...

Viewing 15 posts - 1 through 15 (of 40 total)