Drop Table

Support Forum for database administrators and web based access to important newsgroups related to databases
Register on Database Support Forum Edit your profileCalendarFind other Database Support forum membersFrequently Asked QuestionsSearch this forum -> 
For Database admins: Free Database-related Magazines Now Free shipping to Texas


Post New Thread










Thread
Author

Lock database to update
Hi,

I need to lock a database (prevent users from connecting) in order to
update it. I already know how to kick everyone out with their spid but
i can't figure how to prevent them from reconnecting.

Thanks !


Report this thread to moderator Post Follow-up to this message
Old Post
Kittikun
02-21-06 02:23 PM


Re: Lock database to update
Set the datbase in single user mode, so no one can reconnect.

ALTER DATABASE myDB SET SINGLE_USER WITH ROLLBACK Immediate
Markus


Report this thread to moderator Post Follow-up to this message
Old Post
m.bohse@quest-consultants.com
02-21-06 02:23 PM


Re: Lock database to update
It works, thanks a lot !


Report this thread to moderator Post Follow-up to this message
Old Post
Kittikun
02-21-06 04:23 PM


Re: Lock database to update
It works, thanks a lot !


Report this thread to moderator Post Follow-up to this message
Old Post
Kittikun
02-21-06 04:23 PM


Re: Lock database to update
Kittikun (kittikun@gmail.com)  writes:
> It works, thanks a lot !

And when you are done

ALTER DATABASE db SET MULTI_USER


--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pr...oads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodin...ions/books.mspx

Report this thread to moderator Post Follow-up to this message
Old Post
Erland Sommarskog
02-25-06 02:44 PM


Re: Lock database to update
Thats good point Erland

Madhivanan


Report this thread to moderator Post Follow-up to this message
Old Post
Madhivanan
02-25-06 02:44 PM


Sponsored Links





Last Thread Next Thread
Post New Thread

Microsoft SQL Server forum archive

Show a Printable Version Email This Page to Someone! Receive updates to this thread
Microsoft SQL Server
Access database support
PostgreSQL Replication
SQL Server ODBC
FoxPro Support
PostgreSQL pgAdmin
SQL Server Clustering
MySQL ODBC
Web Applications with dBASE
SQL Server CE
MySQL++
Sybase Database Support
MS SQL Full Text Search
PostgreSQL Administration
SQL Anywhere support
DB2 UDB Database
Paradox Database Support
Filemaker Database
Berkley DB
SQL 2000/2000i database
ASE Database
Forum Jump:
All times are GMT. The time now is 05:25 AM.

 
Mobile devices forum | Database support forum archive




Copyrights DropTable.com Database Support Forum 2004 - 2006