Forum Replies Created

Viewing 15 posts - 46 through 60 (of 178 total)

  • RE: GO Part 2

    Hugo Kornelis (9/13/2012)


    If you change the SSMS configuration to use NotGo as batch seperator, then the script supplied will contain two batches. In each of those batches, @test-2...

  • RE: GO Part 2

    Sorry to be pedantic, but I feel I have to in this case.

    GO, or NotGo, aside not one person can run this complete script without modification or error.

    @test-2...

  • RE: T-SQL

    I do like these easy questions to start the week 😀

    Good question, thanks.

  • RE: GO Part 1

    What a fun question, thanks.

  • RE: Table Variable

    At first glance my instinct was to go with zero, but then I noticed it was a table variable.

    Phew 😀

    Good question, thanks.

  • RE: Labor Day 2012

    Thanks for the easy 7 points Steve.

    As you say Labor Day will mean additional physical labor around the house for most I would imagine. Happy Labor Day to all American...

  • RE: Table Variable

    IgorMi (8/31/2012)


    Nice question!

    It is good to know the advantages and disadvantages of temp tables and temp variable tables

    The following code will work fine:

    create table #tmp(SlNo int identity, Name varchar(200))

    INSERT INTO...

  • RE: Index types 2

    Thanks for the great question Hugo, got the brain matter working. Had to answer by process of elimination and learned something new on the way. Excellent.

    Cheers 😀

  • RE: Using Sparse Columns with SELECT ... INTO

    Today is a good day for an education.

    Thanks for the great question, learned something new.

  • RE: ISDATE

    Thanks all for the great question and other interesting forum posts.

    Makes a good read.

  • RE: Working on stored procedures

    mbova407 (8/28/2012)


    Nice question, I knew that one from experience :blush:

    +1

    Thanks for the good question.

  • RE: Catalog Views

    It's been a good week for questions, and this has been a nice one to finish on.

    Thanks for the question, and the point. 😀

  • RE: Inserts

    Great question, thanks. I very quickly spotted the 1001 rows in the first statement, but wasn't sure if the other table types had different limits. Fortunately decided that the 1000...

  • RE: concatenation

    Yay! I like these questions I can answer in the blink of an eye... now, back to work.

    Thanks for today's question 😀

  • RE: Basic of T-SQL

    Perfect question for a Monday, than you very much.

Viewing 15 posts - 46 through 60 (of 178 total)