Forum Replies Created

Viewing 15 posts - 1,366 through 1,380 (of 7,164 total)

  • RE: Need to stop SQL Server Agent Job Automatically :

    This solution allows you to set a duration for how long you want the index job to run. It will finish the index it is working on when it reaches...

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

  • RE: The Command Shell

    Jeff Moden (3/30/2013)


    Then I have to admit, points in favor of PowerShell but only if such auditing software is actually inplace, active, and that, you as an administrator, can't defeat...

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

  • RE: The Command Shell

    Jeff Moden (3/30/2013)


    Ok. So let's ask another question. To keep it simple, you've either been given administrative privs on a box or you are the administrator. You fire...

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

  • RE: The Command Shell

    Jeff Moden (3/30/2013)


    opc.three (3/30/2013)


    Once again you're focusing in too narrow a field and only considering SQL Server auditing, and only a piece of that to boot. What about the folks...

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

  • RE: The Command Shell

    Once again you're focusing in too narrow a field and only considering SQL Server auditing, and only a piece of that to boot. What about the folks that kick off...

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

  • RE: Propagate view changes.

    INFORMATION_SCHEMA is there to serve certain clients that want to maintain ANSI-standard code and sp_helptext is not going to be very easy to work with. Instead, try using this query...

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

  • RE: The Command Shell

    Thanks for the post, Steve. I'll chime in since I have a feeling I know where the idea for this Editorial came from 😉

    I think xp_cmdshell should be disabled, period,...

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

  • RE: Issue Loading excel files into SQL SERVER 2008 database using SSIS package.

    It sounds like a data-driven error. Check the data types on your Excel Source to make sure they match the columns they are mapped to in the Excel file. In...

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

  • RE: SSIS Task Question

    Brandie Tarvin (3/29/2013)


    opc.three (3/28/2013)


    With only a single Precedence Constraint in place I am not aware of a configuration that would allow SSIS to execute a subsequent task without the previous...

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

  • RE: SSIS Task Question

    With only a single Precedence Constraint in place I am not aware of a configuration that would allow SSIS to execute a subsequent task without the previous task completing, whether...

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

  • RE: Using the Script Task in SSIS to Process Data Files When They Arrive

    Dave Pendleton (3/28/2013)


    If you are having difficulty getting this to work consistently, try adding the following to WatchForFileCreation:

    // enable the watcher

    fileSystemWatcher.EnableRaisingEvents = true;

    just prior to the WaitForChanged call. In the...

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

  • RE: Loading Users into instance security

    My pleasure. One item of note, the revlogin proc does not pickup Fixed Server Role membership. Here is a query you can adapt to pickup those memberships as well. I...

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

  • RE: Reorganze index and Statistics

    opc.three (3/27/2013)


    GilaMonster (3/27/2013)


    opc.three (3/27/2013)


    At 50% I would rebuild. If you're having trouble with log size look into partitioning your table and indexes so you can rebuild smaller subsets of your...

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

  • RE: Reorganze index and Statistics

    Erin Stellato (3/28/2013)


    Transaction log backup sizes should be about the same size whether you're in FULL or BULK LOGGED recovery...

    http://www.sqlskills.com/blogs/paul/a-sql-server-dba-myth-a-day-2830-bulk_logged-recovery-model/

    The article is more geared towards debunking the myth that BULK...

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

  • RE: Crippling high RAM usage, Googled SQL buffer-related usage doesn't show the issue

    That is actually normal, and is not anything to worry about once you understand that SQL Server will use as much memory as you allow. See, serving data from memory...

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

Viewing 15 posts - 1,366 through 1,380 (of 7,164 total)