Forum Replies Created

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

  • 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...

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

    ...removed post...

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

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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.

  • RE: SQL error Connection.

    combocrewz (3/27/2013)


    can give me your fb ?

    Huh?

  • 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...

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