Forum Replies Created

Viewing 15 posts - 121 through 135 (of 552 total)

  • RE: THROW formatting

    Thank you for the post, Steve, good one.

    (but confusing... for me. I like to see an example of printf style and then the same written in throw line. I thought...

  • RE: Transactions

    cdesmarais 49673 (10/9/2014)


    .... You need to check your error state and explicitly rollback or commit. ..."

    +1

    I do that. Sometimes I have write a script where it also contains...

  • RE: Transactions

    Thank you for the post, Steve, very important one.

    TRY/CATCH first choice - or go classic (sql 2000 way, it works) store the error status in the variable on each DML...

  • RE: APPLY

    Thank you for the post, Steve, interesting one.

    (I have not used OUTER apply and was sure of the CROSS, so the choice was easy for me, I made the selection,...

  • RE: THROW defaults

    Thank you for the post, Steve, nice one.

    (first I saw the options and saw 16 there and then selected it as "cool... sweet 16"... and submitted, then I read the...

  • RE: Row limits

    Thank you for the post, Steve, good one.

    Happy weekend!!!

    (To all Indians out there - Happy Dussehra)

  • RE: raiserror level

    Thank you for the post, Steve, good one.

    Well, this was bit challenging one for me especially when you are working in cmd mode, but after generating few errors manually...

  • RE: Ranking

    Thanks for the question Steve, very interesting one.

    At first, I did not see the difference in RANK and the DENSE_RANK for the given data ...

    1> CREATE TABLE custsale

    2> (...

  • RE: Installation

    Koen Verbeeck (9/26/2014)


    It's all about the surface area 🙂

    +1

    I was reading the book on sql 2012 internals by Kalen Delaney, one of the line it states "It reduces the maintenance...

  • RE: ISNULL

    Thank you for the post, good one. (guessed the answer right also the explanation behind it)

  • RE: Which is the correct spatial data type?

    Thanks for the post, very interesting one. I referred the local_help to know the difference between these two, and picked the geography, it states clearly on what type of data...

  • RE: Pausing

    Thank you for the post, Steve, interesting one, I never tried this before, so had to check practically.

    I started the service via powershell, then launched the cmd window and then,...

  • RE: Which type of Numbers?

    SqlMel (9/16/2014)


    Hany Helmy (9/16/2014)


    Sean Pearce (9/16/2014)


    And this relates to SQL Server how? I am not here for maths lessons.

    + 1

    + select floor(log(square(POWER(substring (cast (1000 as varchar(10)),1,1),5000))*3))

    ctrl+c

    ctrl+v

    (sql is so beautiful)

  • RE: Synonyms 2

    Thank you, Steve, good one.

  • RE: Storing code in Version control

    Thank you for the post, steve, good one. (Selected the correct answer by experience)

    Happy weekend.:-)

Viewing 15 posts - 121 through 135 (of 552 total)