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 2005
»
SQL Server 2005 General Discussion
»
need help regarding Lock Table
need help regarding Lock Table
Rate Topic
Display Mode
Topic Options
Author
Message
pallab.santra1987
pallab.santra1987
Posted Thursday, January 24, 2013 3:59 AM
Forum Newbie
Group: General Forum Members
Last Login: Thursday, January 24, 2013 5:43 AM
Points: 4,
Visits: 5
What is the procedure to delete some data from Lock Table?
We can't use NOLOCK for Update, delete & Insert for that.
A table Name like Business_History which is in Transaction Lock.
Want to delete data where Proposal_Form_No='ABC'. If I Execute Select Operation With NOLOCK it shows 5 rows of data. But Can't delete them.
Please Help.
Post #1411039
Bhuvnesh
Bhuvnesh
Posted Thursday, January 24, 2013 4:17 AM
SSCrazy
Group: General Forum Members
Last Login: Tuesday, March 26, 2013 8:41 AM
Points: 2,562,
Visits: 3,451
check with sp_who2 , which spid is locking that table
then for all fetched do dbcc inputbuffer(sp_id), see what kind of transaction is there
then decide which spid you can kill
-------Bhuvnesh----------
While 1 = 1 (Learning SQL....)
Click to get fast response of your post
Post #1411049
Bhuvnesh
Bhuvnesh
Posted Thursday, January 24, 2013 4:18 AM
SSCrazy
Group: General Forum Members
Last Login: Tuesday, March 26, 2013 8:41 AM
Points: 2,562,
Visits: 3,451
just came to know that this is duplicate post.
it wastes poeple time , dont cross post.
original post
http://www.sqlservercentral.com/Forums/Topic1411020-391-1.aspx#bm1411043
-------Bhuvnesh----------
While 1 = 1 (Learning SQL....)
Click to get fast response of your post
Post #1411051
« 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.