Forum Replies Created

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

  • RE: SSIS package version control and VersionBuild-Number

    I see this a lot in multi-user environments. Chances are good that you and your colleagues are not running the exact same build number of SSIS, i.e. same SQL Server...

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

    carsten.kunz 37074 (11/13/2012)


    opc.three (11/13/2012)


    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?

    I have...

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

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

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

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

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

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

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

  • RE: Today's Random Word!

    The Dixie Flatline (11/12/2012)


    pattycake

    pattycake

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

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

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

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

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

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