Forum Replies Created

Viewing 8 posts - 61 through 69 (of 69 total)

  • RE: sql server : export table data to excel

    My recommendation would be to do this using SSIS (or the Import/Export Wizard). you can easily output the result of a query to EXCEL through SSIS, save the SSIS package...

    -----------------
    ... Then again, I could be totally wrong! Check the answer.
    Check out posting guidelines here for faster more precise answers[/url].

    I believe in Codd
    ... and Thinknook is my Chamber of Understanding

  • RE: how to transpose one colomn to many columns ?

    Yes but as dwain.c mentioned, it will get you the intermediate results which you can simply concatenate to produce the final results. (have the Pivot in a CTE and concatenate...

    -----------------
    ... Then again, I could be totally wrong! Check the answer.
    Check out posting guidelines here for faster more precise answers[/url].

    I believe in Codd
    ... and Thinknook is my Chamber of Understanding

  • RE: Percentage based on totals in a Matrix

    Hmm am not so sure where exactly you are having the bother, and whether its to do with getting the percentage numbers, or formatting the cell as a percent, but...

    -----------------
    ... Then again, I could be totally wrong! Check the answer.
    Check out posting guidelines here for faster more precise answers[/url].

    I believe in Codd
    ... and Thinknook is my Chamber of Understanding

  • RE: How to talk to Sharepoint List Source from SSIS

    I would say your best bet other than using that Adapter is to either:

    > As suggested earlier, just grab the data from the DB, I have done that before and...

    -----------------
    ... Then again, I could be totally wrong! Check the answer.
    Check out posting guidelines here for faster more precise answers[/url].

    I believe in Codd
    ... and Thinknook is my Chamber of Understanding

  • RE: Linq to Sql

    Hmm, there might be plenty of reasons, but here are a couple to get you started:

    > When you are submitting your Linq-to-SQL DataContext (through the SubmitChanges method), are you scoping...

    -----------------
    ... Then again, I could be totally wrong! Check the answer.
    Check out posting guidelines here for faster more precise answers[/url].

    I believe in Codd
    ... and Thinknook is my Chamber of Understanding

  • RE: Where can I download a Thesaurus file?

    I think thats due to the ROWTERMINATOR parameter not being supplied to the BULK INSERT procedure. (probably because WYSIWYG not displaying the character \ n)

    Try something like:

    BULK INSERT [Thesaurus] FROM...

    -----------------
    ... Then again, I could be totally wrong! Check the answer.
    Check out posting guidelines here for faster more precise answers[/url].

    I believe in Codd
    ... and Thinknook is my Chamber of Understanding

  • RE: Performance of ISNULL or the AND/OR method in the WHERE clause

    You are a genius!!

    That article made A LOT of sense, in terms of whats actually happening in the background as well as how to get around the issue.

    Thank you very...

    -----------------
    ... Then again, I could be totally wrong! Check the answer.
    Check out posting guidelines here for faster more precise answers[/url].

    I believe in Codd
    ... and Thinknook is my Chamber of Understanding

  • RE: Performance of ISNULL or the AND/OR method in the WHERE clause

    Aye separating the query seems to be the way forward, although it just feels "dirty". I mean we're talking 11 reporting queries, each will have 3 ISNULL parameters, thats 33...

    -----------------
    ... Then again, I could be totally wrong! Check the answer.
    Check out posting guidelines here for faster more precise answers[/url].

    I believe in Codd
    ... and Thinknook is my Chamber of Understanding

Viewing 8 posts - 61 through 69 (of 69 total)