Forum Replies Created

Viewing 15 posts - 31 through 45 (of 847 total)

  • RE: Complex View Inserts

    Easy one since the behavior was discussed a while back with the other version of these queries. Thanks for an easy one on a Friday!

  • RE: How does SQL work with blanks?

    Interesting behavior. Thanks for the question!

  • RE: A DBCC Copy

    I hadn't heard of this before. Very cool. Thanks Steve!

  • RE: The View Insert

    My Schedules table has data in it but classes does not. I figured that this is because the BuildingSchedule view only returns columns from the Schedules table. I tried updating...

  • RE: Getting LEAD and LAG values manually

    The Lead/Lag functions were one of the main reasons we upgraded to SQL 2012. We had a process that went from running for 45 minutes daily to running in 4...

  • RE: Inserting XML

    Glad I got to this one late so I avoided the confusion. Thanks for fixing that Steve.

  • RE: Freeze IO

    Interesting...

  • RE: Except

    Isn't this exactly the same as NOT EXISTS? Is there a reason to use one method over the other?

    I rewrote the query using not exists and got the same results...

  • RE: A Scary Day

    djj (5/13/2016)


    What is different in 2014 from 2008r2 that give a different answer? I should have went with my gut instead of trying to run it. ๐Ÿ˜€

    I don't see...

  • RE: Donโ€™t Miss Out on an Opportunity to Connect

    I am torn on this issue since I have definitely felt that I have missed out on friendship opportunities in the past but at the same time, I have also...

  • RE: Explicit tempdb

    Nice and simple. Thanks!

  • RE: Estimating Vardecimal

    Thanks for the question Steve. I incorrectly figured it was a trick question since vardecimal was deprecated in favor of row_compression. I wonder how many more versions of SQL Server...

  • RE: R in SQL Server

    One more feature that makes me want to upgrade to 2016! Thanks for the question Steve.

  • RE: Getting index columns

    Thanks for the freebie, Steve!

  • RE: The Hidden Trigger

    I agree with the visibility issue. I have written very few triggers as I tend to turn to them as a last resort. I have had a few bite me...

Viewing 15 posts - 31 through 45 (of 847 total)