Forum Replies Created

Viewing 15 posts - 1,381 through 1,395 (of 7,164 total)

  • RE: How to call a batch file to execute from an SP

    ...removed post...

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

  • RE: Reorganze index and Statistics

    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 index,...

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

  • RE: owners_id remains NULL

    If you gain access to the instance via a Windows Group and you do not have an explicit Login on the instance for your Windows User that can also explain...

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

  • RE: DB for Reporting

    If I opt not to replicate FK restraints, is that found on the same options page where I set the behavior of replication for existing articles?

    Sorry, I won;t be much...

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

  • RE: Reorganze index and Statistics

    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 index, ie only...

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

  • RE: DB for Reporting

    I have only used Snapshot for a few isolated tables, e.g. a mostly static lookup or staging tables that needed to also be copied to another server nightly, so nothing...

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

  • RE: Running SQL Profiler Trace on a specific table

    Grant Fritchey (3/27/2013)


    opc.three (3/27/2013)


    Grant Fritchey (3/27/2013)


    Actually, if you use extended events you can filter by batch_text in sql_batch_completed or by statement in rpc_completed and then use the like_i_sql_unicode_string to...

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

  • RE: To Database or File System

    At only 30-70kb each I would look into storing them in the database in a VARBINARY(MAX) column provided the database is the only way people need to access the files...

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

  • RE: Reorganze index and Statistics

    Like I told you on the other thread, if you are concerned that auto-update stats is not doing a good enough job and you want to guarantee stats are updated...

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

  • RE: DB for Reporting

    In my experience the most common setup that suits a separate reporting database where the indexes can be different from the primary database is Transactional Replication with a Continuous Push...

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

  • RE: How to call a batch file to execute from an SP

    mister.magoo (3/27/2013)


    Jeff Moden (3/26/2013)


    mister.magoo (3/26/2013)


    How do we all feel about SQL Agent Jobs and the ability to run operating system commands from them?

    (I know the user running the job will...

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

  • RE: reorganize index

    To clarify one point, when i said time the reorg plus the stats update, that means WITH FULLSCAN which is what you would get with a rebuild.

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

  • RE: SQL error Connection.

    combocrewz (3/27/2013)


    can give me your fb ?

    Huh?

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

  • RE: Running SQL Profiler Trace on a specific table

    Grant Fritchey (3/27/2013)


    Actually, if you use extended events you can filter by batch_text in sql_batch_completed or by statement in rpc_completed and then use the like_i_sql_unicode_string to do a like...

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

  • RE: reorganize index

    Statistics are not indexes. They just describe the distribution of data. If you have time to update stats nightly then I would do that. Time the reorg plus the stats...

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

Viewing 15 posts - 1,381 through 1,395 (of 7,164 total)