Forum Replies Created

Viewing 15 posts - 3,811 through 3,825 (of 7,164 total)

  • RE: Using a Separate Instance just for SSIS

    My ideal situation is to have a separate server for running Integration Services and other non-database-engine apps, e.g. PowerShell scripts and .NET console apps. The config lets me know the...

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

  • RE: Multiple Queries-Please Help

    GilaMonster (6/12/2012)


    3. Deletes don't cause fragmentation.

    I thought that deletes were a major cause of internal fragmentation, though not necessarily external fragmentation.

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

  • RE: sql server 2005 join notation

    I'll second that comment. If you have to use SQL 2008R2 as a crutch, so be it, but it is clear the way Microsoft has shifted in terms of the...

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

  • RE: Adding Identity column data by updating with reseed value

    DBA_SQL (6/11/2012)


    I have a question with Identity property

    Is there anyway where we can insert the data directly onto second column by ignoring first column.

    I have a csv file, which had...

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

  • RE: Adding secondary Files on Network paths

    It can be done on 2005 but I have no idea if it is a good idea since I have never tried it.

    Description of support for network database files in...

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

  • RE: "There is insufficient system memory in resource pool 'internal' to run this query" error message

    Kindly post findings or resolutions here so the community can benefit.

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

  • RE: Linked server options "rpc" vs "rpc out"

    When you did your teat where only "rpc out" was enabled were you using SQL authentication or Windows to auth to the remote server?

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

  • RE: sql server 2005 join notation

    Yes.

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

  • RE: How to do peer to peer Load Balancing in SQL Server 2008

    ejosephss (6/7/2012)


    how can i achieve this setup? can anyone please help me?

    i need to do the setup on the right image.

    Thanks!

    Peer to Peer replication should handle your replication needs....

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

  • RE: sql server 2005 join notation

    ANSI-89 style joins are supported in 80 compat mode, which is not an option in SQL 2012.

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

  • RE: SQL server 2008 r2 program

    If you want to play, and will not need to have databases larger than 10GB, then SQL Express may serve you well. It's free and includes Management Studio:

    Microsoft SQL Server...

    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

    Here is another article for your reference that helps explains why bulk logged is not reducing the size of your tlog backups:

    Using Bulk Logged recovery model for Bulk Operations will...

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

  • RE: Ruuning Update Stats

    You're welcome.

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

  • RE: Troubleshooting SSIS package

    From your later posts it sounds like you're supporting another group remotely. If that is the case, or code changes are not an option to add logging, then might I...

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

  • RE: Troubleshooting SSIS package

    If a deadlock were occurring I would expect the SSIS package to fail if it were chosen as the victim, or proceed if it survives the choice. How long does...

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

Viewing 15 posts - 3,811 through 3,825 (of 7,164 total)