Forum Replies Created

Viewing 15 posts - 3,211 through 3,225 (of 7,164 total)

  • RE: SQL Agent Job Hangs

    Chances are the transaction is rolling back. You'll just have to wait for it. 90 GB is a fair bit of data. Sometimes it can take significantly longer to roll...

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

  • RE: Versioning in SSIS

    Unlike the file-based DTS packages which were binary file formats SSIS package files are text-based XML documents and therefore can be versioned in your favorite source control repository and compared....

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

  • RE: tran log backup confused 2.5gb log file but 70gb log backup size

    In that case consider switching to SIMPLE recovery before your maintenance then back to FULL after. Take a FULL backup immediately after switching back to FULL recovery to re-establish a...

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

  • RE: SQL Agent memory issue

    Same Windows and SQL Server Build # on all servers?

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

  • RE: New assignment on database testing

    Wow, tough assignment. Are your team members skilled as developers? i.e. will they be writing unit tests to exercise code other developers have written? What kind of tools will be...

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

  • RE: Development Source Data

    For me, testing in production is only considered an option in extreme cases and never would be part of a normal development lifecycle plan. I like to restore production backups...

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

  • RE: Excel Connection Manager error in SSIS 2012

    Does the file referenced by the Excel Connection Manager exist?

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

  • RE: tran log backup confused 2.5gb log file but 70gb log backup size

    If your talking about small DBs where it only takes 20 minutes for CHECKDB and you want as close to turnkey as possible, then go for it.

    I still would not...

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

  • RE: tran log backup confused 2.5gb log file but 70gb log backup size

    lawson2305 (9/6/2012)


    ok here is where I'm settling.

    1. run db integrity check system db

    2. run db integrity check users db

    3. backup db full

    4. backup db log file (overwrite)

    5. set db bulk...

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

  • RE: tran log backup confused 2.5gb log file but 70gb log backup size

    lawson2305 (9/6/2012)


    the reason I was doing the integrity check twice is because I taught to run it first. Then ran it again because of this comment:

    http://ola.hallengren.com/frequently-asked-questions.html

    Scheduling:

    "I recommend that you...

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

  • RE: tran log backup confused 2.5gb log file but 70gb log backup size

    lawson2305 (9/6/2012)


    So let me throw my weekly maintenance plan order to you and please provide any feedback.

    1. run db integrity check system db

    2. set db bulk mode < why?

    3. run...

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

  • RE: Longest running queries/processes in SQL.

    There are plenty of examples online. Just Googling for the phrase you posted "Find the longest running queries/processes in SQL" yielded lots of relevant results.

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

  • RE: Investigating the Plan Cache

    SQLSACT (9/6/2012)


    opc.three (9/5/2012)


    Correct to what end? What are you trying to figure?

    Current expensive queries

    You're looking at the right views. The web has tons of examples of 'most expensive by cpu'...

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

  • RE: error msg: Could not continue scan with NOLOCK due to data movement.

    You're welcome.

    Click on 'Forums' on the left nav at the top of each page to see a list of all forums.

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

  • RE: MS-SQL Integrity job failing again and again

    sql-lover (9/6/2012)


    Robert Davis (9/6/2012)


    That would seem to be a failure creating the database snapshot that DBCC uses. You need to investigate why the database snapshot is failing.

    Hi Robert,

    You mean, the...

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

Viewing 15 posts - 3,211 through 3,225 (of 7,164 total)