Viewing 2 posts - 1 through 2 (of 2 total)
While consulting for clients with large databases, I have encountered this on several occasions. To get rid of the table lock you need to insert less rows at a time....
December 16, 2003 at 1:32 pm
#486507
I WROTE THE FOLLOWING DYNAMIC CROSS TAB FOR A STATE UNIVERSITY. THE PRINCIPLES WILL WORK WELL IN ALMOST ANY CASE
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
ALTER ...
January 16, 2003 at 8:12 am
#446512