Forum Replies Created

Viewing 15 posts - 61 through 75 (of 106 total)

  • RE: Storing code in Version control

    tom.w.brannon (9/12/2014)


    I had no idea what VCS meant. Closest I could find in a search was Veritas Cluster Server. Guessed wrong.

    I wondered at first as well...then I noticed the...

  • RE: Truncate table query

    That does make sense. I always knew it was a DDL and not a DML operation, I just never really gave much thought to the definition of fully vs minimally...

  • RE: Truncate table query

    I was asked this very thing in an interview a while back. Except, they wanted to know if a TRUNCATE was fully or minimally logged. While I mentioned that all...

  • RE: Summer, Summer, Summertime

    Unfortunately, my summer has been just one arrest away from a country song. Hey, it happens...I'm just glad football season is around the corner.

  • RE: Question of the day

    I am one of the guilty ones of always using ISNULL instead of COALESCE. It stems from habit. I've been using ISNULL for 10 years and only stumbled...

  • RE: IDENTITY INSERT

    Excellent Question and learned something new!

  • RE: STUFF - 2

    NULL is not nothing!

    If your explanation were correct then the result of

    select '456' + NULL

    would be '456'. And it isn't, it's NULL (which is what you'd expect).

    This is what threw...

  • RE: Which Statement will execute sucessfully

    "Suppose I have two schemas" does lead the reader to consider that the user only has access to those two schemas. I initially was looking for Success, Success, Fail, but...

  • RE: LIKE a vowel

    I read this question completely different and ended up getting it correct anyway. I guessed two because of '[' and ']'....

    I'll take it! 😛

  • RE: SQL

    I got this question correct because I was thinking of my own preferences. I do not like allowing NULL values or turning on CASCADING....so it made sense not to...

  • RE: SEQUENCE

    Good question, can't wait until I actually get to start using 2012.

  • RE: Queries

    I guessed 9 because there were 9 statements and I couldn't find anything documented about a particular behavior of them in estimating a query plan? After plugging it into SSMS...

  • RE: Datetime Default

    Glad to see I'm not the only one perplexed by the explanation. I was starting to wonder if something was really wrong with SQL 2008 and it slipped right by...

  • RE: STUFF - 1

    Nice question and I learned STUFF.

  • RE: Select unmatched data from two columns

    The oddity that I find interesting about this question is the fact that the UNION automatically sorts the results. In my head I'm thinking the results would be 4,7,2,8...

Viewing 15 posts - 61 through 75 (of 106 total)