Forum Replies Created

Viewing 15 posts - 76 through 90 (of 121 total)

  • RE: Row limits

    Steve, thanks for the easy question to end the week. I prefer TOP for my queries because its effects don't persist, but several of my peers use SET ROWCOUNT.

    Jeff, your...

  • RE: raiserror level

    Thanks for the question, Steve.

    Using RAISERROR to generate messages is a good idea; I'll have to remember that. One more item in the ol' bag o' tricks!

  • RE: Ranking

    Nice question, Steve. I understood that you were looking for DENSE_RANK, but your data did not match up with your expected results (especially since the initial version in the e-mailed...

  • RE: How Many Different Random Numbers?

    Thanks for an interesting question, Amit. I immediately thought that 20 would be the correct answer (which shows my incomplete understanding of syscolumns, I suppose), and was shocked to see...

  • RE: RAND Unions

    Steve, thanks for the two points on a (relatively) easy question. It's a good way to start off the work week. 🙂

  • RE: Installation

    Good question, Julian, thanks.

  • RE: Random values

    Good question, Steve, thanks. It seemed too easy for a two-pointer, which made me reexamine the question, thinking that there was a "trick" hidden somewhere, but I concluded that my...

  • RE: Supported spatial data formats

    Arrr, thanks for the easy points, Eirikur. This be a good example of a question, arrr, that should not say how many options to choose. Once you slash the last...

  • RE: How many rows will be returned?

    Excellent question, Subhash. It's good to cover a topic which, based upon the comments so far, confuses some people. Not everyone uses triggers on a regular basis (I know I...

  • RE: ISNULL

    Nice, simple question - good way to get the brain working after the weekend. Thanks! 🙂

  • RE: Which is the correct spatial data type?

    Nice question, Eirikur, thanks. I, too, have not worked with spatial data, but it seemed to make more sense to use Geography vs. Geometry in this case.

  • RE: Pausing

    Nice question, Steve, thanks.

    It's interesting that the article doesn't have a counterpart in versions of BOL later than SQL Server 2008 R2. The "Other Versions" drop-down only shows "SQL Server...

  • RE: Which type of Numbers?

    Good brain teaser, Shiva, thanks. While you most likely wouldn't see this in "real life" queries, it requires knowledge of recursive CTEs and MAXRECURSION (i.e. "does 0 mean no recursion...

  • RE: Storing code in Version control

    Thanks for the easy question, Steve, good one. Of course, it's probably only easy if you've actually used VCS in the past (which I have, and I don't mean Veritas...

  • RE: While loop Testing

    Nice question, Shiva, although it is not something that you would expect to see (hopefully:-)) in the real world. It's an interesting brain teaser, though.

    It is interesting to note that...

Viewing 15 posts - 76 through 90 (of 121 total)