Forum Replies Created

Viewing 15 posts - 1 through 15 (of 19 total)

  • RE: Using SELECT INTO a bad practice?

    Sheesh! Once again, I am chastened by the "Everything you think you know is wrong!" fairy. I started off writing big CTE expressions, and they crashed under their...

  • RE: Key Word Searches

    Actually, Indexed Views ARE available in the Standard edition of SQL Server. You just have to manage them yourself, using explicit query hints.

    From http://msdn.microsoft.com/en-us/library/ms187864.aspx:

    "Indexed views can be created in...

  • RE: Grouping problem

    Ok, guys. Here's the progression ...

    - Google: nope

    - MSDN Help on Ranking functions: nope

    - Experts Exchange: nope

    - Start to write some God-awful RBAR code: hear mental admonishment from Jeff

    -...

  • RE: Access

    David Harder (6/25/2009)


    I missed this also because I read the question. It says "What is the equivalent of 'text' data type in MS Access?"

    Although the majority are getting it "correct"...

  • RE: T-SQL

    Hugo Kornelis (2/17/2009)

    Anyhow, never indexing a datetime is not a wise decision.

    More of an avoidance than a hard-and-fast rule. As an ordering method, not a problem. As a...

  • RE: T-SQL

    skjoldtc (2/17/2009)

    The takeaway is that SQL Server rounds time and don't use BETWEEN with a date range. But, this seems such a strange way to do this. What is the...

  • RE: Halloween

    I am surprised! Not that I got the question wrong, but that you knew that Stockings was my cat! :w00t:

  • RE: Understanding INNER join in detail

    I have two stories that might be applicable.

    1. In my (much) earlier days, I worked with a bunch of engineers. Their writing was atrocious, but they were hired for...

  • RE: Sort Order - Include Null al last

    I learned something new today!!! I am so ingrained with VBA that I missed the T-SQL version of ISNULL. But why use ISNULL when there is a perfectly...

  • RE: Largest Unit

    craigpessano (4/4/2008)


    Wikipedia (http://en.wikipedia.org/wiki/Yottabyte) would have you believe that all four answers are correct, using base 2 or 10.

    The quoted reference in the answer (http://en.linuxreviews.org/Yottabyte) would have you believe that only...

  • RE: Linking to the Previous Row

    David McKinney (3/14/2008)


    knechod (3/13/2008)


    Is it strictly necessary to use the OVER/Partition clause in the CTE? Isn't it solely to restart the row numbering? Or what am I missing?

    Hi,

    Hmmm.......

  • RE: Linking to the Previous Row

    Is it strictly necessary to use the OVER/Partition clause in the CTE? Isn't it solely to restart the row numbering? Or what am I missing?

  • RE: Question of the Day for 26 Sep 2007

    I think there may be a problem. I answered what I thought was the correct answer, (FROM clause), and I was told I was wrong. The correct answer...

  • RE: Question of the Day for 06 Sep 2007

    "Always"? I NEVER use superlatives! They give me a headache!

    The "milliions of members" gets addressed by the...

  • RE: Question of the Day for 23 Aug 2007

    Yes, they are both dealing with command line, but here was my simple reasoning.

    :r runs within the context of the SQL environment. You gave it user/password and database.

    :!! shells out...

Viewing 15 posts - 1 through 15 (of 19 total)