Forum Replies Created

Viewing 15 posts - 91 through 105 (of 848 total)

  • RE: April 1 2015, a space oddity

    I almost chose 42 although I have no idea why. Maybe somewhere lodged in the back of my mind I recalled hearing this bit of sci-fi trivia before... Instead I...

  • RE: Adding database file

    Interesting question. I figured I would get it wrong and that SQL Server would have a strange option to add a file during backup. Doesn't seem like a reasonable thing...

  • RE: SSMS or SSDT

    SSMS. I only use SSDT for SSIS and SSAS. I tried doing DB work in SSDT a few times but found it to be too clunky.

  • RE: Closer to the Heart

    Working for Pandora would be interesting. Seeing how their music genome software works and what sort of database(s) are involved with that. The most interesting data I have worked with...

  • RE: What is the "same query"?

    I should have gone with my gut. Was going to answer 4 because of the comment in the code about the one select being the same as the first. But...

  • RE: Duplicates

    Thanks for the question Steve. I use queries like this a lot for this same sort of cleanup.

  • RE: SOME rows

    I've never used SOME either. I would be interested in seeing a real world example where SOME is the best choice to use in a query.

  • RE: Custom SSMS

    I add line numbers, and I check the "Include column headers when copying or saving the results" option under options--> query results --> sql server. I also register servers and...

  • RE: COUNT NULLs

    Nice question. I've seen some junior developers tripped up by this before.

  • RE: Synonyms and Temp Tables

    I tested this out just now and I found it interesting that if you drop the global temp table, the synonym still exists in sys.synonyms. I had to issue a...

  • RE: The First Day

    I was doing too many things at once and thought I selected the right one before I hit submit. Not a good start to the year. 😀

  • RE: Execution Plan reuse

    SQLRNNR (12/18/2014)


    Iwas Bornready (12/18/2014)


    I'm confused by the second option, deleting an index whether it is used by the plan or not. If an index was used by the plan, wouldn't...

  • RE: Table valued parameter

    Nice question Igor! I had no idea as I have never used these UDTs before.

  • RE: Trace Flags

    +1 on not knowing which way to guess on this one. I almost chose 4 answers until I saw it said to pick 3. Had flag 2390 not been mentioned...

  • RE: Does the database exist?

    Great question. I don't use PowerShell at all currently but the more I read up on it, the more I can see uses for it. Knowing that some of the...

Viewing 15 posts - 91 through 105 (of 848 total)