Click here to Skip to main content
15,888,527 members
Home / Discussions / Database
   

Database

 
AnswerRe: Backup Problem for Large Database. Pin
Eddy Vluggen20-Oct-09 2:23
professionalEddy Vluggen20-Oct-09 2:23 
QuestionRe: Backup Problem for Large Database. Pin
Jörgen Andersson20-Oct-09 2:49
professionalJörgen Andersson20-Oct-09 2:49 
AnswerRe: Backup Problem for Large Database. Pin
nhzanne20-Oct-09 3:30
nhzanne20-Oct-09 3:30 
QuestionProblem with user-defined functions in SQL Server 2008 Pin
khuzwayom20-Oct-09 0:21
khuzwayom20-Oct-09 0:21 
AnswerRe: Problem with user-defined functions in SQL Server 2008 Pin
Mycroft Holmes20-Oct-09 0:49
professionalMycroft Holmes20-Oct-09 0:49 
GeneralRe: Problem with user-defined functions in SQL Server 2008 Pin
khuzwayom20-Oct-09 1:29
khuzwayom20-Oct-09 1:29 
GeneralRe: Problem with user-defined functions in SQL Server 2008 Pin
Mycroft Holmes20-Oct-09 12:23
professionalMycroft Holmes20-Oct-09 12:23 
QuestionDB Spped up Pin
εїзεїзεїз19-Oct-09 20:24
εїзεїзεїз19-Oct-09 20:24 
I have one sql server 2005 database and its size is 16 GB , i rebuild indexes on a table which is having size almost 12 GB (item Master)

* i know its not normalized but i get the db in this condition


dbcc dbreindex (item_master,'',80) and now size becomes 26 GB should i shrink database or physical files showing 50 % free space available.


what else can i do to increase the db speed , already check ,Disk I/O , Memory , temp DB , network Packet size.

Planning to do

UPDATE STATISTICS item_master
dbcc updateusage ('DB')  
DBCC INDEXDEFRAG (DB,'item_master') 
DBCC dropcleanbuffers
dbcc freesystemcache ('all')
dbcc cleantable (DB,'item_master')     --




Anything else which can speed up the things from database point of view



Best Regards,
SOFTDEV
If you have knowledge, let others light their candles at it

AnswerRe: DB Spped up Pin
_Damian S_19-Oct-09 20:35
professional_Damian S_19-Oct-09 20:35 
QuestionDataBase performance issue Pin
krishnaveer19-Oct-09 20:06
krishnaveer19-Oct-09 20:06 
AnswerRe: DataBase performance issue Pin
εїзεїзεїз19-Oct-09 20:28
εїзεїзεїз19-Oct-09 20:28 
GeneralRe: DataBase performance issue Pin
krishnaveer19-Oct-09 20:49
krishnaveer19-Oct-09 20:49 
AnswerRe: DataBase performance issue Pin
Ashfield19-Oct-09 20:59
Ashfield19-Oct-09 20:59 
GeneralRe: DataBase performance issue Pin
krishnaveer19-Oct-09 23:45
krishnaveer19-Oct-09 23:45 
GeneralRe: DataBase performance issue Pin
Ashfield20-Oct-09 1:52
Ashfield20-Oct-09 1:52 
AnswerRe: DataBase performance issue Pin
εїзεїзεїз19-Oct-09 21:20
εїзεїзεїз19-Oct-09 21:20 
GeneralRe: DataBase performance issue Pin
krishnaveer19-Oct-09 23:43
krishnaveer19-Oct-09 23:43 
Questioncan an Access DB and a SQLce DB be used by multiple people simultaneously ? Pin
abiemann19-Oct-09 8:21
abiemann19-Oct-09 8:21 
AnswerRe: can an Access DB and a SQLce DB be used by multiple people simultaneously ? Pin
Eddy Vluggen19-Oct-09 10:27
professionalEddy Vluggen19-Oct-09 10:27 
AnswerRe: can an Access DB and a SQLce DB be used by multiple people simultaneously ? Pin
_Damian S_19-Oct-09 14:33
professional_Damian S_19-Oct-09 14:33 
GeneralRe: can an Access DB and a SQLce DB be used by multiple people simultaneously ? Pin
abiemann19-Oct-09 16:07
abiemann19-Oct-09 16:07 
GeneralRe: can an Access DB and a SQLce DB be used by multiple people simultaneously ? Pin
_Damian S_19-Oct-09 19:52
professional_Damian S_19-Oct-09 19:52 
Questionserver down Pin
baala.m19-Oct-09 3:07
baala.m19-Oct-09 3:07 
AnswerRepeat Pin
Not Active19-Oct-09 3:38
mentorNot Active19-Oct-09 3:38 
GeneralRe: Repeat Pin
scottgp19-Oct-09 5:34
professionalscottgp19-Oct-09 5:34 

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.