DDITDev

A crack team of devs in the Developer Division. ASP.NET, SQL, C#, development practices.
Posts
  • DDITDev

    Step into your customer's shoes - Posted by Avi

    • 1 Comments
    Many of the tools we write are used by the DevDiv Build Lab to get their job done. Cranking out 50-100 builds per night takes more than just a few fast servers, a great staff, and lots of alcohol ( kidding! ). There's only so many things you can keep...
  • DDITDev

    Funny SQL2005 Maintenance Features (posted by Paul)

    • 5 Comments
    In SQL2000 maintenance plans if you want to backup databases there is an option to allow you to create a subfolder for each database that gets backed-up. And the same dialog is nice enough to ask if you want to remove backups older than x amount of days...
  • DDITDev

    Some things I learned about SQL Indexing Tuning recently (posted by Paul)

    • 2 Comments
    Where to put the clustered index Last month there was a heated discussion in our group about whether to move the clustered index of a table from the primary key (int identity) to two columns that are heavily referenced in queries. Many people would...
  • DDITDev

    Disabling an <asp:button> (posted by Aaron)

    • 5 Comments
    I consistently see people looking for easy ways to disable asp:buttons after they're clicked. The most common problem is that a user will click a button 20+ times not knowing that their action has been sent to the server. As you know, this can create...
Page 1 of 1 (4 items)