Forum Replies Created

Viewing 15 posts - 10,741 through 10,755 (of 11,678 total)

  • RE: Merry Christmas 2010

    A merry christmas to everyone!

  • RE: Export each result row to it's own .doc file

    Erin-489205 (12/22/2010)


    The Export Column component in the Data Flow worked perfectly for this. No variables needed.

    Hmmm, I have never used the Import/Export columns before. I really should look into...

  • RE: Sequence

    paul.goldstraw (12/22/2010)


    I got it right based on the fact that an update statement shouldn't ever be able to change the number of records in a table - since 8 rows...

  • RE: Sequence

    Toreador (12/22/2010)


    I get a pile of errors when I run it - Cannot insert the value NULL into column 'Seq'.

    I eventually worked out that this is because I have ANSI_NULL_DFLT_ON...

  • RE: SELECT TOP

    dfine (12/22/2010)


    Yes, the answer is "Ann". But when you say most of the time we would get “Ann” since the clustered index is created on “first name”.

    Why can’t we...

  • RE: Error during Denali set-up

    Allright, I'm installing Denali now.

    I created a whole new virtual machine with Windows Server 2008 R2 x64 and there it works perfectly.

    Still don't know what the original problem was though.

  • RE: Export each result row to it's own .doc file

    You can use a for each loop to loop over the table. In the for each loop, place a data flow task that will write the corresponding row to the...

  • RE: SSIS Flatfile destination

    Do you receive any errors or warnings?

    Is the flat file destination green at the end of the package?

    Are you looking at the right file?

    Do you use any variables or expressions?

  • RE: Sequence

    The question itself was OK, as a test to see what output the T-SQL would give.

    But not OK for the purpose mentioned in the explanation, as there are other statements...

  • RE: Different conversion results executing an SSIS package from command line and executing it from development studio

    sqlapprentice (12/21/2010)


    I agree that this is a region setting issue, because I've tested if I use my own account to run the sql server agent and execute this the SSIS...

  • RE: SELECT TOP

    I'm confused: the correct answer is the row that is returned "most of the time"?

    If yes, then it isn't a good question, as other answers might be possible. If you...

  • RE: Different conversion results executing an SSIS package from command line and executing it from development studio

    Maybe the regional settings on the server are different, so that a . is interpreted as a 1000-separator instead of a decimal separator.

  • RE: NULL Values and Joins

    SanDroid (12/20/2010)


    I agree that if you read the question the answer is obvious.

    However there is a HUGE typo in the explination...

    B not C is the Answer?

    Disapointing.

    May I ask...

  • RE: NULL Values and Joins

    ian.grace (12/20/2010)


    I don't understand how the first transaction could succeed given the attempt to insert the null value into the not-null field "a". Also, why is the last insert...

  • RE: NULL Values and Joins

    philip.cullingworth (12/20/2010)


    I have to disagree with the answer. I ran the code on SQL server 2005 and got the following output:

    abcd

    4join14join2

    4join14join2

    2join32one

    2join32one

    1oneNULLNULL

    NULLNULLNULLtwo

    NULLNULLNULLthree

    As I had worked out the same output before...

Viewing 15 posts - 10,741 through 10,755 (of 11,678 total)