Could not continue scan with NOLOCK due to data movement
-
Sunday, January 13, 2013 10:20 PM
I'm using SSIS 2008, SQL Server 2008 R2.
I'm trying to create a data flow task which takes data from an excel file, and locates it in a local database table.
I established the excel file connection, and created OLE DB Destination.
After I choose the local connection server, I'm trying to choose the target table for the data but it doesn't find me any table and what I see is:
The test connection to the local server is ok, I can't find a solution to this.
Can somebody help?
Thanks.
All Replies
-
Sunday, January 13, 2013 11:01 PMModerator
Could be a database corruption, your DBA nees to check if fix it.
If not the case, then see if any items on http://www.mssqlfix.com/2012/09/msg-601-could-not-continue-scan-with.html apply.
Arthur My Blog

-
Monday, January 14, 2013 12:14 AMIt is a local database, so I don't have any DBA. I can't find any practical solution in the link you gave me...
-
Monday, January 14, 2013 12:31 AMModerator
What edition of SQL Server 2008 R2 it is and its patch level?
Still thinking it is a db corruption, can you run DBCC CHECKDB?
Arthur My Blog

-
Monday, January 14, 2013 12:54 AM
Hi,
I got:
CHECKDB found 0 allocation errors and 0 consistency errors in database 'PhilipsMaterials'.
SQL Server properties:
-
Monday, January 14, 2013 1:00 AMModerator
That's the SSMS, not SQL Server.
In SSMS type in
SELECT @@VERSION;
Hit F5 and post what you get here
Arthur My Blog

- Edited by ArthurZMVP, Moderator Monday, January 14, 2013 1:00 AM
-
Monday, January 14, 2013 8:37 AM
Thanks,
I got:
Microsoft SQL Server 2008 (RTM) - 10.0.1600.22 (X64) Jul 9 2008 14:17:44 Copyright (c) 1988-2008 Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1)
-
Monday, January 28, 2013 6:51 AMModerator
Hi Onca,
According to the error message, it seems that the database is corrupted, please refer to Rock Wang's reply: http://social.technet.microsoft.com/forums/en-CA/sharepointadminprevious/thread/dfedb92c-1c25-468c-9880-bce0d927b060
Thanks,
EileenEileen Zhao
TechNet Community Support- Marked As Answer by Eileen ZhaoMicrosoft Contingent Staff, Moderator Friday, February 01, 2013 1:51 AM


