Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 7,2000
»
Backups
»
Error msg: Could not continue scan with...
Error msg: Could not continue scan with NOLOCK due to data movement.
Rate Topic
Display Mode
Topic Options
Author
Message
christy.umoren
christy.umoren
Posted Thursday, September 06, 2012 2:54 AM
Grasshopper
Group: General Forum Members
Last Login: Today @ 1:23 AM
Points: 17,
Visits: 58
Hi, i keep getting the error msg;
msg 601:Could not continue scan with NOLOCK due to data movement when backing up my production database. My backup file destination is on a separate server(standby server remotely connected) were recovery is to take place on the backup file to keep the standby database in sync with my production database (this is a form of Log shipping).
Pls can anyone help me with error?
it is a backup job that runs the backup procedure
create procedure sp_bakdb
@dbname sysname ---name of the db to be backed up
@backuplocationpath nvarchar(256) ---unc path to location of the backed up database/log files; (linked server location)
@baktyp varchar (20) ---backup type (full or log)
as
declare @backupfilename = @backuplocationpath + '\' + <someformat>
set @dbname = lower@dbname
set @backuplocationpath = lower@backuplocationpath
---backup the database/log to the specified location
print 'Backing up ' + @dbname + ' to disk: ' + @backupfilename
if @baktyp = 'FULL'
backup database @dbname to disk=@backupfilename
else
begin
backup log @dbname to disk=@backupfilename
end
Post #1355129
Jeffrey Williams 3188
Jeffrey Williams 3188
Posted Thursday, September 06, 2012 11:42 AM
SSCarpal Tunnel
Group: General Forum Members
Last Login: Friday, May 17, 2013 11:21 AM
Points: 4,317,
Visits: 9,216
You either have corruption in the database - or SAN issues causing problems.
First, run the following (when you can - not during business hours): DBCC CHECKDB ({your database}) WITH no_infomsgs, all_errormsgs;
If that reports errors, you will need to get those fixed as soon as possible.
If that does not report any errors, then you need to work with your storage team to see if there are errors on the SAN causing SQL Server to think the data has been moved.
Jeffrey Williams
Problems are opportunites brilliantly disguised as insurmountable obstacles.
How to post questions to get better answers faster
Managing Transaction Logs
Post #1355521
Lynn Pettis
Lynn Pettis
Posted Thursday, September 06, 2012 11:48 AM
SSC-Insane
Group: General Forum Members
Last Login: Today @ 11:55 AM
Points: 21,626,
Visits: 27,476
Are you still on version 8.00.197 of SQL Server 2000 or have you applied SP 4 yet?
This is a continuation of this thread:
http://www.sqlservercentral.com/Forums/Topic1354623-1550-1.aspx
Lynn Pettis
For better assistance in answering your questions, click here
For tips to get better help with Performance Problems, click here
For Running Totals and its variations, click here
or
when working with partitioned tables
For more about Tally Tables, click here
For more about Cross Tabs and Pivots, click here
and
here
Managing Transaction Logs
SQL Musings from the Desert
Fountain Valley SQL
(My Mirror Blog)
Post #1355528
christy.umoren
christy.umoren
Posted Thursday, September 06, 2012 12:00 PM
Grasshopper
Group: General Forum Members
Last Login: Today @ 1:23 AM
Points: 17,
Visits: 58
Thanks for responding. I have ran chechdb and it report no issue. As for the san issue, will talk with the network team to look into that and will get back to you.
Pls if anyone else a respond pls post it up. And could anyone tell me how this could be related to vss?
Post #1355537
Lynn Pettis
Lynn Pettis
Posted Thursday, September 06, 2012 12:06 PM
SSC-Insane
Group: General Forum Members
Last Login: Today @ 11:55 AM
Points: 21,626,
Visits: 27,476
As you were told in the other thread, this issue may have been fixed in SP 2 or later for SQL Server 2000. In that thread you indicated that you were still using the RTM (or very close to it) version of SQL Server 2000. Have you applied the latest service pack?
Lynn Pettis
For better assistance in answering your questions, click here
For tips to get better help with Performance Problems, click here
For Running Totals and its variations, click here
or
when working with partitioned tables
For more about Tally Tables, click here
For more about Cross Tabs and Pivots, click here
and
here
Managing Transaction Logs
SQL Musings from the Desert
Fountain Valley SQL
(My Mirror Blog)
Post #1355543
christy.umoren
christy.umoren
Posted Thursday, September 06, 2012 12:14 PM
Grasshopper
Group: General Forum Members
Last Login: Today @ 1:23 AM
Points: 17,
Visits: 58
About the sp4, I don't that yet but have sent for it and also my superior said that this error has occurred before and he can't remember being asked to provide sp4 to resolve the issue...but yeah
Post #1355549
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.