Click here to Skip to main content
15,913,722 members
Home / Discussions / Database
   

Database

 
AnswerRe: delete duplicate rows Pin
nelsonpaixao6-Oct-08 15:06
nelsonpaixao6-Oct-08 15:06 
Questionbackup restore Pin
ss4444443-Oct-08 7:49
ss4444443-Oct-08 7:49 
AnswerRe: backup restore Pin
Ashfield3-Oct-08 8:23
Ashfield3-Oct-08 8:23 
AnswerRe: backup restore Pin
Wendelius3-Oct-08 21:12
mentorWendelius3-Oct-08 21:12 
QuestionBackup and restore SQL database Pin
Rupesh Kumar Swami3-Oct-08 6:12
Rupesh Kumar Swami3-Oct-08 6:12 
AnswerRe: Backup and restore SQL database Pin
Wendelius3-Oct-08 21:20
mentorWendelius3-Oct-08 21:20 
GeneralRe: Backup and restore SQL database Pin
Rupesh Kumar Swami3-Oct-08 22:33
Rupesh Kumar Swami3-Oct-08 22:33 
GeneralRe: Backup and restore SQL database Pin
Wendelius3-Oct-08 22:46
mentorWendelius3-Oct-08 22:46 
The reason for the error is that some connection is still using your database (you can use Management Studio to find out the connection).

If you want to remove the connections from your database, you can try adding
ALTER DATABASE Vehicle SET SINGLE_USER WITH ROLLBACK IMMEDIATE

That closes all connections from the database and rolls back all active transactions.

The need to optimize rises from a bad design

GeneralRe: Backup and restore SQL database Pin
Rupesh Kumar Swami3-Oct-08 22:50
Rupesh Kumar Swami3-Oct-08 22:50 
GeneralRe: Backup and restore SQL database Pin
Wendelius3-Oct-08 23:03
mentorWendelius3-Oct-08 23:03 
GeneralRe: Backup and restore SQL database Pin
Rupesh Kumar Swami3-Oct-08 23:12
Rupesh Kumar Swami3-Oct-08 23:12 
GeneralRe: Backup and restore SQL database Pin
Wendelius3-Oct-08 23:24
mentorWendelius3-Oct-08 23:24 
GeneralRe: Backup and restore SQL database Pin
Rupesh Kumar Swami3-Oct-08 23:58
Rupesh Kumar Swami3-Oct-08 23:58 
GeneralRe: Backup and restore SQL database Pin
Wendelius4-Oct-08 0:46
mentorWendelius4-Oct-08 0:46 
QuestionQueries for Searching and Advanced Searching Pin
ramkoti2-Oct-08 20:41
ramkoti2-Oct-08 20:41 
AnswerRe: Queries for Searching and Advanced Searching Pin
Ashfield2-Oct-08 21:01
Ashfield2-Oct-08 21:01 
GeneralRe: Queries for Searching and Advanced Searching Pin
ramkoti29-Oct-08 23:30
ramkoti29-Oct-08 23:30 
GeneralRe: Queries for Searching and Advanced Searching Pin
Ashfield30-Oct-08 10:08
Ashfield30-Oct-08 10:08 
QuestionConvert Font in SQL 2005 Pin
tungcan5diop2-Oct-08 20:36
tungcan5diop2-Oct-08 20:36 
AnswerRe: Convert Font in SQL 2005 Pin
Ashfield2-Oct-08 21:02
Ashfield2-Oct-08 21:02 
GeneralRe: Convert Font in SQL 2005 Pin
Paul Conrad3-Oct-08 6:44
professionalPaul Conrad3-Oct-08 6:44 
QuestionEvaluating Values Inside a SQL Report - Help! Pin
Juba2-Oct-08 17:54
Juba2-Oct-08 17:54 
GeneralRe: Evaluating Values Inside a SQL Report - Help! Pin
nelsonpaixao6-Oct-08 15:14
nelsonpaixao6-Oct-08 15:14 
Questionupgrading databse issue Pin
Yulianto.2-Oct-08 17:12
Yulianto.2-Oct-08 17:12 
AnswerRe: upgrading databse issue Pin
Ashfield2-Oct-08 21:04
Ashfield2-Oct-08 21:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.