Forum Replies Created

Viewing 15 posts - 121 through 135 (of 186 total)

  • RE: SSIS question

    Koen Verbeeck (3/8/2012)


    Do you know upfront how many little files you need to create?

    No idon't

  • RE: SSIS question

    Koen Verbeeck (3/8/2012)


    What is your source? First it is a table, than it is a file.

    We need to know this or we can't help you.

    I could not figure out how...

  • RE: SSIS question

    I created a file and has 1000 records now I need to split that file to numerous file having 99 records per file each. How can I do that in...

  • RE: Resizing the log file

    Jack Corbett (3/7/2012)


    Guras (3/6/2012)


    DB - SQL SERVER 2008 R2

    The size of the log file is 24G and the database is internally fragmented. The total number of the VLFs...

  • RE: linked server unable to begin a distributed transaction - Error

    The job has started to fail again ...once in a while...any pointers would be greatly appreciated. thanks

  • RE: Query help -

    Changed it to...

    Datediff(dd,receivedDate,getdate()) >= b.Days

    AND Datediff(dd,receivedDate,getdate()) < b.Days + 5

  • RE: Query help -

    Sorry , that was a typo....

    Thank you so much for the reply. The query results data perfect!!!! Just the way it was supposed to. Have a wonderful day ahead....

  • RE: Reindexing and fragmentation

    SQLKnowItAll (1/5/2012)


    Why are you concerned here... Are you experiencing performance problems or are you just digging?

    Just digging...

  • RE: Reindexing and fragmentation

    Ninja's_RGR'us (1/6/2012)


    Well actually I'd be concerned if it took 1 whole second to return so little data.

    But I'll go on a limb and assume it's much less than 1 and...

  • RE: Reindexing and fragmentation

    rfr.ferrari (1/5/2012)


    how many time to execute the select command in table?

    It takes about a second to return all the 361 rows.

  • RE: Reindexing and fragmentation

    rfr.ferrari (1/5/2012)


    how many row???

    what size in kbytes?

    total number of rows - 361

    I don't know how to find the kb.

  • RE: SSIS - basic question - Part 2

    "C:\\" + @[User::i_fileFormatList] + ".csv"

    I receive the following error when I click the evaluate expression button

    The dat type of variable User::i_fileFormatList is not supported as an expression

  • RE: SSIS - basic question - Part 2

    Thank you all! Now I am stuck in the final part which is creating the file name based on the package level variable. I created the connection string of the...

  • RE: SSIS - basic question - Part 2

    TedT (12/15/2011)


    Try this:

    http://www.sqlis.com/sqlis/post/Looping-over-files-with-the-Foreach-Loop.aspx

    Essentially, you:

    1. Pass the values you want to loop through into a full record set

    2. Map the record set to a variable

    3. Reference the variable in your for...

  • RE: SSIS - basic question - Part 2

    Thank you Ted for the reply. In the link that you have provided it is showing how to loop through the files in the folder. But I need to...

Viewing 15 posts - 121 through 135 (of 186 total)