Click here to Skip to main content
15,891,136 members
Home / Discussions / Database
   

Database

 
QuestionTable Permissions Pin
N a v a n e e t h14-Mar-07 0:32
N a v a n e e t h14-Mar-07 0:32 
AnswerRe: Table Permissions Pin
Colin Angus Mackay14-Mar-07 1:28
Colin Angus Mackay14-Mar-07 1:28 
GeneralRe: Table Permissions Pin
N a v a n e e t h14-Mar-07 3:06
N a v a n e e t h14-Mar-07 3:06 
GeneralRe: Table Permissions Pin
PlayByTheRules14-Mar-07 3:31
PlayByTheRules14-Mar-07 3:31 
GeneralRe: Table Permissions Pin
N a v a n e e t h14-Mar-07 4:04
N a v a n e e t h14-Mar-07 4:04 
Questiondeleting an sql database Pin
Keshav V. Kamat13-Mar-07 23:16
Keshav V. Kamat13-Mar-07 23:16 
AnswerRe: deleting an sql database Pin
Krish - KP13-Mar-07 23:47
Krish - KP13-Mar-07 23:47 
AnswerRe: deleting an sql database Pin
Hayder Marzouk16-Mar-07 3:53
Hayder Marzouk16-Mar-07 3:53 
Hi,
When u cannot delete a database that means that a connection to the database is still alive.
- If u want to delete it from SQL Server Entreprise manager, do the following :
1- Right click on the database
2- Choose All tasks \ Detach database
3- U can see the number of connections to the database. Click on the Clear button to force open connections to disconnect.
4- Do not detach the database but click on cancel and now u can delete the database.

- If u are deleting the database from SQL Query Analyzer be sure to be not connected on the database to delete. Choose the master database in the combobox. To delete the database just execute the query :
Drop database YourDatabase.

- If ure using .net to delete the database. U must turn off Pooling in your connection strings. That's because even u close all connections by using Connection.Close() method, connections still open for performance reasons.

HTH.

QuestionDatabase Roadmap Pin
Brendan Vogt13-Mar-07 22:33
Brendan Vogt13-Mar-07 22:33 
AnswerRe: Database Roadmap Pin
N a v a n e e t h14-Mar-07 4:22
N a v a n e e t h14-Mar-07 4:22 
GeneralRe: Database Roadmap Pin
Brendan Vogt14-Mar-07 20:19
Brendan Vogt14-Mar-07 20:19 
QuestionWhich is the Best method to implement search Pin
N a v a n e e t h13-Mar-07 22:31
N a v a n e e t h13-Mar-07 22:31 
QuestionSave changes from the dataset to the database Pin
JacquesDP13-Mar-07 22:04
JacquesDP13-Mar-07 22:04 
AnswerRe: Save changes from the dataset to the database Pin
N a v a n e e t h13-Mar-07 22:27
N a v a n e e t h13-Mar-07 22:27 
GeneralRe: Save changes from the dataset to the database Pin
JacquesDP13-Mar-07 22:33
JacquesDP13-Mar-07 22:33 
QuestionDatabase compare tool ??? Pin
kaliem13-Mar-07 21:26
kaliem13-Mar-07 21:26 
QuestionRe: Database compare tool ??? Pin
N a v a n e e t h13-Mar-07 22:29
N a v a n e e t h13-Mar-07 22:29 
AnswerRe: Database compare tool ??? Pin
kaliem13-Mar-07 22:49
kaliem13-Mar-07 22:49 
AnswerRe: Database compare tool ??? Pin
kaliem13-Mar-07 22:51
kaliem13-Mar-07 22:51 
AnswerRe: Database compare tool ??? Pin
Scott Serl14-Mar-07 9:49
Scott Serl14-Mar-07 9:49 
QuestionSQL Server 2005 data import - best practices? Pin
Tobias Schoenig13-Mar-07 21:25
Tobias Schoenig13-Mar-07 21:25 
AnswerRe: SQL Server 2005 data import - best practices? Pin
Colin Angus Mackay13-Mar-07 22:16
Colin Angus Mackay13-Mar-07 22:16 
GeneralRe: SQL Server 2005 data import - best practices? Pin
Tobias Schoenig13-Mar-07 22:46
Tobias Schoenig13-Mar-07 22:46 
GeneralRe: SQL Server 2005 data import - best practices? Pin
Colin Angus Mackay13-Mar-07 22:52
Colin Angus Mackay13-Mar-07 22:52 
GeneralRe: SQL Server 2005 data import - best practices? Pin
Tobias Schoenig13-Mar-07 23:00
Tobias Schoenig13-Mar-07 23:00 

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.