DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2

Thread: Transaction log

  1. #1
    Tim Guest

    Transaction log


    Hi,

    Is there any way of avoiding writing to the transaction log during insert
    and things like that. I am running a VB applciaiton and when I call a store
    procedure it takes forever to finish. I figure if I am able to avoid writing
    to the transaction log it will be faster. Thanks.

    tim


  2. #2
    Paul Mc Guest

    Re: Transaction log


    G'day Tim.

    As far as I have ever heard, there is no way to turn off logging, apart from
    bcp or "insert into" operations...

    The following article applies to all versions of SQL server from 4 - 7, and
    I would assume for 8 as well...
    http://support.microsoft.com/support...s/Q59/4/62.ASP

    However, there are usually better ways to tune your SQL that by this type
    of step. If you post it here, we may be able to make some suggestions...

    Cheers,
    Paul

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links