Forum Replies Created

Viewing 15 posts - 3,826 through 3,840 (of 7,164 total)

  • RE: Create SSIS package in SQL SERVER 2012 for SQL SERVER 2008

    I'll agree it is confusing. The article uses "SSDT" to refer to the whole product, including the SSIS development tools, however what they really mean when they say "target" is...

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

  • RE: Comparing Table Variables with Temporary Tables

    Very well done. I especially like the comparison table you produced. I have plans to refer some developers to read this article as the misuse of Table Variables is rampant...

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

  • RE: Ruuning Update Stats

    inHouseDBA (6/7/2012)


    Thanks again.

    Few more questions about Stats:

    1.How about replacing or creating useful statistics from _WA_Sys_ auto created system stats?

    Is it recommended to replace an old auto stat (_WA_Sys_) with...

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

  • RE: Ruuning Update Stats

    Yes. Any auto created or manually created column stats.

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

  • RE: Ruuning Update Stats

    inHouseDBA (6/7/2012)


    Thanks, so by running ...UPDATE STATISTICS ? WITH FULLSCAN, COLUMNS;.. it will also update Columns in heap tables as well, right?

    If the heap has column-stats on it, yes, it...

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

  • RE: SQL Server 2012 MDM pushing Data

    How is prototyping progressing?

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

  • RE: SQL Server 2012 Upgrade Advisor?

    In case anyone else finds this link in the future the download is available here:

    Microsoft SQL Server 2012 Feature Pack > Microsoft SQL Server 2012 Upgrade Advisor

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

  • RE: Transactional Replication

    You're welcome.

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

  • RE: Grant permission to run sql Profiler and compare schema

    Permissions Required to Run SQL Server Profiler

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

  • RE: Transactional Replication

    SQLCrazyCertified (6/7/2012)


    opc.three (6/7/2012)


    jitendra.padhiyar (6/7/2012)


    OPC.Three:

    You are correct that clustering can be used. And I said clustering will ensure hardware availability, but its not 100% DR, thats why I said clustering alone...

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

  • RE: Transactional Replication

    jitendra.padhiyar (6/7/2012)


    OPC.Three:

    You are correct that clustering can be used. And I said clustering will ensure hardware availability, but its not 100% DR, thats why I said clustering alone can not...

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

  • RE: Transactional Replication

    jitendra.padhiyar (6/7/2012)


    SQLCrazyCertified (6/7/2012)


    opc.three

    "If truly looking for DR then you want to look into Log Shipping, Mirroring or Clustering."

    Hi opc.three, I just want to make sure something.....Is it 100%...

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

  • RE: Calling Throw within If block

    Eugene-928407 (5/30/2012)


    Using the semicolon has done the trick. Thanks for that. I hadn't actually seen that kind of syntax previously. I figured I needed to terminate the previous statement, but...

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

  • RE: Powershell Proponents - A Question for You

    Brandie Tarvin (6/7/2012)


    opc.three (6/7/2012)


    If you want to do complex file management can you not do it all in PowerShell? Why involve SSIS in that task at all? SSIS for ETL,...

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

  • RE: Transactional Replication

    jitendra.padhiyar (6/7/2012)


    opc.three (6/6/2012)


    It provides a way for the the replication engine to identify a row unambiguously. Unlike unique keys, primary keys do not allow NULLs. Why do you have tables...

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

Viewing 15 posts - 3,826 through 3,840 (of 7,164 total)