Forum Replies Created

Viewing 15 posts - 3,466 through 3,480 (of 6,038 total)

  • RE: No More Foreign Keys?

    RonKyle (9/2/2015)


    We all just need to come to terms with the fact that application programmers have a need to locally persist things like shopping carts, messaging, or just generic objects....

  • RE: No More Foreign Keys?

    We all just need to come to terms with the fact that application programmers have a need to locally persist things like shopping carts, messaging, or just generic objects. It...

  • RE: No More Foreign Keys?

    I've seen cases when someone was attempt to use the Import Wizzard to load a table and accidentally checked the option 'Delete Existing' instead of 'Append', or where a miscoded...

  • RE: Byte Me: Bad Code

    Psst! Hey Buddy! You wanna buy some source code?

    Yuck, who let a sales repsentative for Red Hat wander into the data center? 😀

  • RE: No More Foreign Keys?

    Apparently app programmers building a persistance layer think they're real database developers. 😛

  • RE: Upgraded from 2008 to 2014, queries slowed to a crawl

    First, use a schema comparison tool between the old and new database to confirm all indexes were migrated over.

  • RE: Can't release space of temdb

    Welsh Corgi (9/1/2015)


    Ed Wagner (9/1/2015)


    Finding performance problems can be difficult. Fixing them can be difficult. However, it doesn't usually matter how hard it is to find or fix...

  • RE: Can't release space of temdb

    Welsh Corgi (9/1/2015)


    Unfortunately that is not a quick fix.

    They are running a lot of SP's that use Temp tables. Hundreds...

    Here are a few TEMPDB related scripts from my toolbox.

    This...

  • RE: Can't release space of temdb

    Welsh Corgi (9/1/2015)


    Eric M Russell (8/31/2015)


    Welsh Corgi (8/31/2015)


    Eric M Russell (8/31/2015)


    TEMPDB will automatically shrink whenever SQL Server is restarted, which might be most reliable way to do this, if needed....

  • RE: Software Estimates

    Estimating an IT development project help if you start with a framework. For example, in the home construction industry, unless you're going for a multi-million dollar Frank Lloyd Wright style...

  • RE: Software Estimates

    The idea of telling a computer to do x seems more bounded and contained than other professions, but it's really not. This is often because developers don't get a complete...

  • RE: No More Foreign Keys?

    Iwas Bornready (8/31/2015)


    I wouldn't know what do do without foreign keys.

    I have some idea of what doo doo would happen without foreign keys.

  • RE: The Problem Solver

    Iwas Bornready (8/31/2015)


    This was fun to read. I saw myself through out the brief article. Keeping in mind that not all problems presented to us are done so to get...

  • RE: Can't release space of temdb

    Welsh Corgi (8/31/2015)


    Eric M Russell (8/31/2015)


    TEMPDB will automatically shrink whenever SQL Server is restarted, which might be most reliable way to do this, if needed. However, unless your TEMPDB is...

  • RE: Can't release space of temdb

    TEMPDB will automatically shrink whenever SQL Server is restarted, which might be most reliable way to do this, if needed. However, unless your TEMPDB is competing for storage with other...

Viewing 15 posts - 3,466 through 3,480 (of 6,038 total)