Forum Replies Created

Viewing 15 posts - 2,896 through 2,910 (of 7,164 total)

  • RE: Installation issue

    Jon80 (10/14/2012)


    Thanks, however, there does not seem to be a 32 bit version of Windows Server 2012, is there?

    Nope. 64-bit hardware is required for Windows Server 2012. This has been...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Proc Cache Question

    Check for single use plans.

    Plan cache, adhoc workloads and clearing the single-use plan cache bloat by Kim Tripp

    I had to implement a variation of one of the queries in...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Convert single table to parent-child tables.

    The technique Eugene relayed will work great, especially if you do not have a unique key on the original table. However if you do have a unique key and it...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Can Awe be enabled

    The OS is not the determining factor, the bitness of SQL Server is. If SQL Server is 32-bit running on a 64-bit OS then AWE can be enabled in SQL...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Backup process dilemma

    For SQL 2005 a third-party backup tool that does compression on the fly (like RedGate Hyperbac or SQL Backup Pro) will be a good investment. Upgrading is expensive inother ways,...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Excessive log growth in SIMPLE recovery model database - SQL 2012

    Bhuvnesh (10/10/2012)


    looping myself

    FYI you can use the Topic Options button on the top roght of each forum page to Subscribe to a topic without posting.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Using Temporary Tables across different tasks in SSIS

    SSIS needs a concrete table to build metadata from when designing the DFT. Try using a concrete table for design then changing the package to use a temp table at...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Server 2005 Express

    steveo1967 (10/10/2012)


    Thank you all for the excellent replies. I'm still trying to work out our security issues. I set up the SQL server with Windows authentication. I...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL 2005 Import\Export Wizard package save location

    You're welcome 🙂

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: osql batch taking long longgg time

    n00bDBA (10/10/2012)


    Do you know if osql was running all the scripts at the same time or it does one then proceeds to the next.

    Separate calls to the exe will constitute...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: osql batch taking long longgg time

    Chances are the issue has nothing to do with osql but I am compelled to say it anyway, switch to using sqlcmd.exe, osql.exe has been a deprecated feature since SQL...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: bulk logged

    An examination of bulk-logged recovery model By Gail Shaw, 2012/05/07[/url]

    If you have specific questions ask them here or post a new thread. Gail answers a lot of questions on these...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Excessive log growth in SIMPLE recovery model database - SQL 2012

    Have you isolated what times the log grows to determin what is making it grow? If not, you can get this information from the Default Trace. Chart the trend when...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: sp_send_dbmail attachement EXCEL file has error

    Just because you slap a .xls extension onto a file does not make it an Excel-format file. What you have is a CSV (Comma-Separated Value) file saved with a .xls...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Execution plans

    As was stated all queries have an Execution Plan. Generating an Estimated Execution Plan for a query is one of the steps the Database Engine must do for all queries....

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 2,896 through 2,910 (of 7,164 total)