Forum Replies Created

Viewing 15 posts - 4,546 through 4,560 (of 6,486 total)

  • RE: round robin database

    sounds to me that this would a question for those who made this database. It's hard to ascertain what capabilities might have been built into a tool like that.

    One...

  • RE: Ways to deal with NULLS.

    BTW a question I have asked several times with no replies as yet - how do you ensure that the output of a query is now and for ever correct...

  • RE: Converting from a string (pulled from xml) to datetime

    The thing that bugs me here is that BOL states that that very format SHOULD work. It's style #127. Is BOL just lying or is there something escaping...

  • RE: Complex (??) Query

    Assuming you're on 2000 - unfortunately Andras' answer will NOT work (XML PATH is a 2005 feature...)

  • RE: Updating 9 million records takes too much time...

    Also - since you're touching something in the clustered index - if you plan on doing a "walking update", do it from the Back to the front. Meaning -walk...

  • RE: Complex (??) Query

    Considering the total lack of detail of info given, I guess the answer is - "yes - under the right conditions - that certainly is possible". You should probably...

  • RE: count problem

    Sure - using the "old-style" pivotting syntax:

    Select user, datepart(yyyy,datein) as Yr,

    sum(case when datepart(mm,datein) =1 then 1 else 0 end) as Jan,...

  • RE: CASE statement versus dynamic Query

    I'd have to agree that you'd probably be better off just telling it to recompile each time. In a case like this, unless your usage is very biased towards...

  • RE: Ways to deal with NULLS.

    Andrew (2/25/2008)


    Hence my simple poll. BTW is it possible to complete my multi-choice poll and where can I see the results? !

    It is now 20:45 in the UK and time...

  • RE: Dumb question, but how to launch SSRS?

    All right. Starting with the basics:

    - does IIS show that those directories are there?

    - did you run through the Reporting Service Configuration tool (and set up all...

  • RE: Ways to deal with NULLS.

    I'm not sure how you're getting here - but the results of the poll are being displayed graphically above the posts (in IE at least.) Currently 18 different folks...

  • RE: CASE statement versus dynamic Query

    (Not disagreeing with any ofthe above posts - just modulating the answer)

    Just keep in mind that sorting at the client should be restricted to SMALL datasets, especially if the sorting...

  • RE: Totals to date

    MySchif -

    a few things:

    - your error must be a typo. It should be @PrevGrpBal and not @PreGrpBal (notice that there's a letter missing).

    - you're correct about...

  • RE: Ways to deal with NULLS.

    Again - Andrew - what would you advocate as "the correct way" for handling the age issue from above? What do you see as the correct answer? How...

  • RE: ANSI_NULLs

    From what I understand - unless you specifically SET ANSI_NULLS during a given session (which could include in the odbc/ole settings to start up said connection), then the database setting...

Viewing 15 posts - 4,546 through 4,560 (of 6,486 total)