Forum Replies Created

Viewing 15 posts - 2,116 through 2,130 (of 6,038 total)

  • RE: database features

    Ed Wagner (10/26/2016)


    Eric M Russell (10/26/2016)


    Where I've worked in the past, SSIS/SSAS/SSRS is typically installed on a separate box or VM, and sometimes each component warrants it's own dedicated instance....

  • RE: database features

    Where I've worked in the past, SSIS/SSAS/SSRS is typically installed on a separate box or VM, and sometimes each component warrants it's own dedicated instance. You for sure don't want...

  • RE: Index compression

    SQL Server's buffer cache holds pages in their original compressed format.

    You can query the space allocated in the page buffer cache for individual objects using the following script.

    SELECT TOP 10...

  • RE: Is it possible to limit Maximum Workspace Memory or the portion of it allocated to a single query?

    It would probably be best to first approach this issue by confirming that statistics on tables and indexes are up to date and also by simplifying the JOIN and WHERE...

  • RE: Indexed View used without being referenced

    Just like a non-clustered covering index can eliminate reads from the base table, an indexed view can be thought us as a covering index for eliminating multiple joined tables.

  • RE: Clownpocalypse and DR

    Jeff Moden (10/25/2016)


    Eric M Russell (10/25/2016)


    Marcia J (10/25/2016)


    I remember in the late 80's saying that the 2-digit year would be a problem and getting the message from other programmers, "So...

  • RE: SQL server memory reduced to zero

    So who or what can change your server configuration settings?

  • RE: database features

    You probably don't want your development environment to have features that are not expected to be deployed in production, unless the feature is being used to facilitate the development process....

  • RE: SQL Backup running long

    If you have a monitoring tool like Redgate or SQLSentry, then go back and check for any extended periods of blocking on the backup process that may have occurred during...

  • RE: Error Handling and Check Constraints

    What is the difference between a CHECK CONSTRAINT and error handling?

    A CHECK CONSTRAINT will automatically throw an error in response to the insertion of invalid data.

    TRY + CATCH...

  • RE: DIfference between .dtsx and ISPAC

    A .dtsx file contains the source code for the SSIS package (in XML format), while .ispac is a ZIP formatted file containing .dtsx files, .params file, .manifest file, and other...

  • RE: Clownpocalypse and DR

    Marcia J (10/25/2016)


    I remember in the late 80's saying that the 2-digit year would be a problem and getting the message from other programmers, "So what? I'll be at...

  • RE: Bit of a rant - queries on space

    Kazmerelda (10/25/2016)


    Now they want to offer me RAID5 instead of RAID10 *weep*.

    Eric, I think you could be right here I am a belt and braces person and I don't overspec...

  • RE: Clownpocalypse and DR

    Jeff Moden (10/23/2016)


    The difference between Zombies and Clowns is simple. Zombies are external sources. Clowns are internal. 😉

    A disgruntled DBA is the equivalent of a zombie clown with...

  • RE: Clownpocalypse and DR

    Gary Varga (10/25/2016)


    Geoff.Sturdy (10/25/2016)


    Gary - the two digit year was born out if the need to conserve memory in early systems - back in the late 70s /early 80s...

Viewing 15 posts - 2,116 through 2,130 (of 6,038 total)