Re: Unlocking Record
From: Tibor Karaszi (tibor_please.no.email_karaszi_at_hotmail.nomail.com)
Date: 04/14/04
- Next message: chris: "locking down public"
- Previous message: Sue Hoegemeier: "Re: Add a view in a diagram"
- In reply to: mikejpoole: "Unlocking Record"
- Next in thread: mikejpoole: "Re: Unlocking Record"
- Reply: mikejpoole: "Re: Unlocking Record"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 14 Apr 2004 17:14:08 +0200
Assuming you refer to locking as in exclusive locks, shared locks etc.:
Only the connection having a log on a resource can un-lock it. If you want to do it from "outside", you need
to kill that connection. It would kill database consistency if you were able to unlock a resource that someone
else has a lock on without killing and do a rollback on that connection.
-- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp "mikejpoole" <anonymous@discussions.microsoft.com> wrote in message news:1C5DEFB5-756C-4A61-9E75-FD39562CC7A4@microsoft.com... > Is it possible to unlock a record from directly inside the SQL Server MMC?
- Next message: chris: "locking down public"
- Previous message: Sue Hoegemeier: "Re: Add a view in a diagram"
- In reply to: mikejpoole: "Unlocking Record"
- Next in thread: mikejpoole: "Re: Unlocking Record"
- Reply: mikejpoole: "Re: Unlocking Record"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|