Forum Replies Created

Viewing 15 posts - 47,641 through 47,655 (of 59,064 total)

  • RE: Clustered index seek is ver very slow

    I'd seriously consider doing some DB and disk maintenance... I don't let the Scan Density get below 90% before I do a rebuild, especially if the clustered index isn't chronological...

  • RE: Query Analyzer sends 'Results to File'

    If you have the file open with something when you try to do the run, you will get an error like you did.

  • RE: Who Wants to Be Rich?

    Steve Jones - Editor (10/20/2008)


    Interesting comments, and no complaints, Jeff. Just wondering. Usually I get a good diatribe if I've stoked your interest.

    Heh... which definition of "diatribe" do you mean...

  • RE: Test-Driven Development of T-SQL Code

    I agree with the problems that the folks in the posts above have cited. Further, there is an absolutely glaring problem with this method (no fault of the author)...

    "refactor...

  • RE: Who Wants to Be Rich?

    Steve Jones - Editor (10/19/2008)


    That's it? I wear you two out on the Financial Crisis poll 🙂

    Heh... the one time I agree with anybody 100% and you ask if "That's...

  • RE: Help Needed with TSQL

    Prakash.Padmanabha (10/19/2008)


    Hi,

    I am recently into SQL Server programming and assuming we need a single row for each line, I have written this query which is giving the results as...

  • RE: Who Wants to Be Rich?

    Exactly... 😉

  • RE: The Financial Crisis

    Heh... I pretty much agree with what Loner said. I'll go a step further... although I feel bad for some of the "Joe Bag-o-Donuts" guys that lost a good...

  • RE: Pass array/csv into stored proc and doing LIKE statements

    You bet... thank you for the feedback. Let us know if you have any additional problems with this... 🙂

  • RE: Cursor

    senthil_gobi04,

    Just to add to the concensus forming here, about the only thing you really need to know about cursors is how to stay away from them. Even a nice...

  • RE: CLR TYPES AND SQL TYPES

    MarlonRibunal (10/18/2008)


    GilaMonster (10/18/2008)


    The error message is fairly clear. The data types don't match. A VARCHAR(max) is not the same as a DirectoryInfo. What are you expecting to be passing to...

  • RE: What is cursor's utility

    Debasis,

    That seems to bring us right along with what I was talking about and back to your question about the "utility of cursors"... how WOULD you do a running total...

  • RE: What is cursor's utility

    GilaMonster (10/18/2008)


    The optimiser's pretty good with correlated subqueries these days. I was doing some tests for a presentation a month or so back, and I was looking for an example...

  • RE: Help Needed with TSQL

    The problem with this whole thing is the original form of the data. It's in the same form as the report... it's "horizontal" and the column names represent time....

  • RE: What is cursor's utility

    deba_20032004 (10/18/2008)


    Dear Sir,

    I need a help regarding the aboved subjec. I can't clear my self after reading a sql server book.

    Please help me regarding the above subject. what is the...

Viewing 15 posts - 47,641 through 47,655 (of 59,064 total)