SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content with tag transactions Rss

Refine your search with one of the following additional tags (with number of items):

Blogs (1)     Extract, Transform, Load (ETL) (1)     simple recovery (1)    
bulk logged (1)     Integration Services (SSIS) (1)     Table Variables (1)    
Editorial (1)    
   Items 1 to 5 of 5   
 

minimally logged operations

By Robert Griffin 2009/09/28 | Category: bulk logged
Rating: (not yet rated) |  Discuss |  Briefcase | 2,702 reads

Transaction Rollbacks with Identity Values

Have you ever noticed unexpected gaps in sequences in IDENTITY columns? Even though you’ve got transactions set up for your inserts and a no-deletion policy, you find that there are missing values in what should be an unbroken sequence of numbers. The problem could be partially related to transaction rollbacks.  Read more...
By Tim Mitchell 2009/07/09 | Source: SQLServerCentral.com | Category: Blogs
Rating: (not yet rated)  Rate this |  Briefcase | 1,348 reads

transaction test!

By VM-723206 2009/07/07 | Category: transactions
Rating: (not yet rated) |  Discuss |  Briefcase | 3,962 reads

Guest Editorial: Short Transactions

It is ingrained in many developers and DBAs to keep transactions in SQL Server "as short as possible". Why does this mindset exist? Does it imply a deep-seated lack of confidence in the scalability of SQL Server's locking and concurrency models?  Read more...
By Tony Davis 2009/03/18 | Source: SQLServerCentral.com | Category: Editorial
Rating: (not yet rated) |  Discuss |  Briefcase | 81 reads

How To Use Transactions in a SQL Server Integration Services (SSIS) Package

I am trying to build an SSIS package where the entire package is encapsulated in a transaction. In addition there is a table that needs to remain locked for the duration of the SSIS package execution. Can you provide an example of how to do this?  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 2,525 reads
   Items 1 to 5 of 5