Forum Replies Created

Viewing 15 posts - 16 through 30 (of 216 total)

  • RE: Finding and Eliminating Duplicate or Overlapping Indexes

    Wow, this is really useful. I would finish this off with

    ORDER BY DUPE1.schema_name, DUPE1.table_name, DUPE1.key_column_list

    which shows how many hits we're getting :crazy:

    I've got a bunch with the same or...

  • RE: The COUNT Function in T-SQL

    Warning: Null value is eliminated by an aggregate or other SET operation.

    Good demo and explanation of this warning. I don't know how many times I've seen this and blown right...

  • RE: Checking All Date Columns in a Table(s)

    Larry, I'm trying to do something similar in a user DB, get the minimum dates in their tables to see if there's an opportunity to implement a data retention policy....

  • RE: SQL Server Stored Procedures and SET options

    Thanks for this. I've always wondered how to get the current state of these SET options; @@Options!

    Ken

  • RE: The Work of the Ancients

    brad_bowzer (10/2/2015)


    I wrote a system in MS access in 1993 and upsized it to SQL Server in 1996. Its been updated constantly but the core is much the same...

  • RE: No Time for Testing

    However I do believe we need to test our code. We all do test our code, even if it's with a few before/after queries. What I don't get is why...

  • RE: Teambuilding

    chill8 (8/7/2015)


    At Ford in the group I am currently in we don't do any team building since the team is of a global nature. So it makes it hard...

  • RE: Statistics (quickly) out of date

    sgmunson (6/26/2015)


    Jacob Wilkins (6/26/2015)


    In 2012 you still have to enable 2371 to get the new auto update behavior. It's easy to confirm following the same methodology as used here: http://www.sqlskills.com/blogs/erin/understanding-when-statistics-will-automatically-update/.

    I...

  • RE: Statistics (quickly) out of date

    Thanks everyone. Even on a 120M row table SQRT(1000*<num rows>) is only a 350k row threshold. I'm bringing in at least that many every night. So not sure why they...

  • RE: The Challenges of Space

    In SQL Server, I believe a Differential backup solves some of this problem.

    Ken

  • RE: Naming Confusion

    yetd (5/21/2015)


    How about this naming convention:

    [application][enviroment][location]

    Can you squeeze all that into 15 characters?

  • RE: Naming Confusion

    Where I work, we host thousands of servers for hundreds of clients, so we have to be organised about server naming. The first 3-4 letters indicate the overall system, then...

  • RE: How to run SSIS Project as a SQL Job

    Nice, thanks for this article. When you deploy, at least the 1st time, you have to go find the .ispac file. You should be able to deploy straight from Visual...

  • RE: Code Reviews

    Gail Wanabee (4/24/2015)


    I've seen code reviews required in some shops, little or none in others.

    My personal execution: I almost always ask for a code review from a co-worker, even if...

  • RE: Code Reviews

    Jeff Moden (4/23/2015)


    The key is that because we do 100% peer reviews and the code runs the gauntlet setup by our wonderful QA team, we've only had 4 such emergencies...

Viewing 15 posts - 16 through 30 (of 216 total)