Forum Replies Created

Viewing 11 posts - 16 through 26 (of 26 total)

  • RE: How to mimic a transaction when MSDTC isn't available

    My 1.5 cents:

    Consider using a LINKED Server to the 2000 machine.

    Write SPROCS to do the actual work (with TRANSACTIONS if you like).

    SPROCS can be evoked from SSIS via an EXEC...

  • RE: Performance issue for SQL 2008 compare to SQL 2005 due to change of memory management ???

    Hello Fabio:

    As other posters have suggested - be certain you are making apples-to-apples comparisons, i.e., everything else should be THE SAME except for the SQL Server versions.

    Otherwise, you'll get false...

  • RE: Data nearing to 4GB. is there is a way to extend size?

    SPtiruttani (6/20/2011)


    We are using the free version of MS SQL Server 2005 for in the organization. Now the data growing

    and reaches to 2.7GB. So for free version Microsoft provides...

  • RE: Lessons Learned from a Large Virtualization Implementation

    My previous company did not virtualize SQL Server databases hardly at all.

    Our experience was more along the lines of virtualizing other services: IIS; brute force sound file servers/services; miscellaneous application...

  • RE: Lessons Learned Pay Off

    Thanks, but I think your responses indicate that did not understand, or directly address, what I wrote/meant.

  • RE: Lessons Learned Pay Off

    Having been in IT for 23 years, working with several platforms/languages/RDBMS, developing/supporting/integrating more applications than I can remember, and working in a variety of businesses, models and roles, I could...

  • RE: The Business - Part 2

    I agree that many IT people do not understand the operational business subject matter, and as I implied good quality communication is essential in any relationship.

    And I also agree that...

  • RE: The Business - Part 2

    This article contains some interesting subtexts; not the least of which is the underlying root reason why this adversarial relationship between IT and "other business units" (OBU) exist.

    I also think...

  • RE: Can Wives Shorten Work Hours?

    I believe our spouses or significant others can and should make demands on us to reasonably reduce our work hours, simply because our work lives affect their lives (and the...

  • RE: Cursors Be Gone!

    I believe that Abed misses or eludes the entire point / need for the occasional use of cursors, bad though they may be:

    To loop through a record set and...

  • RE: Worst Practices - Not Using Primary Keys and Clustered Indexes

    Andy -

    First - very good article.

    I pretty much agree on all points, with the exception of relatively small temp tables, or those generated by Inline/Multi-statement table functions - that,...

Viewing 11 posts - 16 through 26 (of 26 total)