Forum Replies Created

Viewing 15 posts - 151 through 165 (of 552 total)

  • RE: CTE

    Thank you for the post, good one.

    (on Monday, I was checking this on my VMs, has a script and launched the 2008r2 instance, changed the compatibility to 90 and then...

  • RE: SQL Server 2008 r2?

    Carlo Romagnano (8/27/2014)


    What do you mean with "we can use print and exec commands in single query"?

    that word "query" is confusing... I guess he means in one "batch" or in...

  • RE: SQL Server 2008 r2?

    Thank you for the post, Shiva, interesting one.

    (at first I did not pay attention on the variable size, so I selected two options which seemed right, then I re-read the...

  • RE: Functions as predicates and SARGable queries

    Thank you for the post, very very interesting one, never new the word "SARGable" really exists, learnt a good amount of new stuff today. thank you.:-)

  • RE: PIVOT

    sestell1 (8/25/2014)


    Does anyone actually use the PIVOT operator?

    I find it so limited that I almost always roll my own using GROUP BY and CASE.

    I have one SP where I use...

  • RE: PIVOT

    TomThomson (8/24/2014)


    ...............

    Thank you, Tom. As they say, there is no good or bad, and it is just a person's point of view. Not just on in this post, not SQL.....

  • RE: PIVOT

    Thank you for the post, Steve, good one.

  • RE: Biml

    Thank you for the post, SJ, actually funny one for me after reading the choices, can't stop laughing for this ... "Big Infrastructure Manipulation Language".

    (well, at least week's ending...

  • RE: Choose only two correct answers?<!-- 864 -->

    TomThomson (8/21/2014)


    twin.devil (8/21/2014)


    Just for the information.

    Becuase #table names max length is only 116 characters in SQL Server 2008 r2. its also valid of SQL SERVER 2012.

    It's valid in every...

  • RE: What was that field name?<!-- 864 -->

    SqlMel (8/20/2014)


    Hany Helmy (8/6/2014)


    Easy, another fast way (but maybe not the fastest), just highlight the table then press Alt + F1 will give you all table structure, definition, columns names,...

  • RE: DBCC CHECKDB<!-- 864 -->

    SqlMel (8/20/2014)


    In my case, I didn't know about the limit when using TABLOCK, so I learned something today.

    Well, I don't feel so bad since 83% so far have been incorrect...

  • RE: declarations

    TomThomson (8/19/2014)


    The pro is of course that if you put all the declarations combined with assignment in a non-repeated part of the stored procedure, trigger, or batch the assignments get...

  • RE: Phantoms and isolation

    Nils Gustav Stråbø (8/19/2014)


    In other words, all isolation levels have their pros and cons. Which one you choose depends on the business requirements for each case.

    Thanks, Nils, this makes a...

  • RE: Phantoms and isolation

    John Mitchell-245523 (8/19/2014)


    And that is just as worrying as if dozens of users had complained. The only thing worse than incorrect data is incorrect data that you don't know...

  • RE: declarations

    Thank you, Tom, very interesting one.

    As the old saying goes "everything has pros and cons", so any one see the "pros" side of it?

    (I am kind of feeling now, its...

Viewing 15 posts - 151 through 165 (of 552 total)