Forum Replies Created

Viewing 15 posts - 2,791 through 2,805 (of 7,164 total)

  • RE: SSIS 2005 --> SSIS 2012 (ActiveX Script gone?)

    You'll need to rewrite the functionality. Exploring .NET Script Tasks is a good place to start.

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

  • RE: Upgrade question regarding fall back

    Transactional Replication is worth exploring. It could work, if your schema supports it. All tables need a Primary Key and I would venture a guess that more databases exist where...

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

  • RE: DbMail, Service Broker and P.L.E.

    Database Mail issue could be circumstantial, it may not be to blame, the lock timeout may just be a symptom of the root cause. PLE drops typically occur after a...

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

  • RE: CONTAINED DATABASE OR NOT ...

    marc.snoeys (11/13/2012)


    D.Post (11/13/2012)


    CASE

    WHEN $action = 'INSERT' THEN 'ADDED'

    WHEN $action = 'DELETE' THEN 'REMOVED'

    END ACTION

    BUT: the question was rather why there is a difference in behavior between...

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

  • RE: Huge cost issue with Temp DB using 2008r2 sp2

    carsten.kunz 37074 (11/13/2012)


    For the SQL Server I also usually set max degree of parallelism to 1, under advanced server settings.

    Why do you do such a thing?

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

  • RE: rebuild on clustered index

    Jeff Moden (11/12/2012)


    opc.three (11/12/2012)


    Jeff Moden (11/11/2012)


    This doeesn't make any sense. Correct me if I'm wrong, please. The op says that the amount of space used in the database...

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

  • RE: Transactional replication with updatable subscription

    Sorry, I wish I had a more targeted referral for you but Updatable Subscriptions are not something I have specifically worked with in a production setting so the best I...

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

  • RE: Today's Random Word!

    The Dixie Flatline (11/12/2012)


    pattycake

    pattycake

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

  • RE: rebuild on clustered index

    Jeff Moden (11/11/2012)


    This doeesn't make any sense. Correct me if I'm wrong, please. The op says that the amount of space used in the database drops by 1/5th...

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

  • RE: Keeping Application Cache in synce

    There are built-in caching frameworks from Microsoft for ASP.NET as well as Windows Forms that are mostly configuration-based. Depending on your requirements you may not have to write one lick...

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

  • RE: rebuild on clustered index

    I think you're doing everything right with how you're describing the workload and how things are setup. Depending on how well-defined the subset of rows that accepts deletes is, you...

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

  • RE: rebuild on clustered index

    muthyala_51 (11/10/2012)


    fill factor is set to 100. It's the clustered index on primary key and it's an identity column. So when new data is added it will added at the...

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

  • RE: Transactional replication with updatable subscription

    All types of replication subscriptions. When you run some of the replication configuration stored procedures these Linked Servers are used to communicate configuration changes between instances.

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

  • RE: Cannot connect with "SQL Server" driver but I can with "SQL Server Native Client 10.0"

    The driver named as "SQL Server" was released with SQL Server 2000. It's best to use a driver version consistent with the version of the SQL Server instance, else you...

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

  • RE: Error: 'Sev.20 Errors - All Databases' occurred on \\Server\Instance

    Approximately the same time every day? I get this in the current shop from monitoring software that uses an old driver against my 2008 R2 instances.

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

Viewing 15 posts - 2,791 through 2,805 (of 7,164 total)