Click here to Skip to main content
15,896,912 members
Home / Discussions / Database
   

Database

 
AnswerRe: Advice Needed - Regarding Data Transfer Between Databases On Seperate Servers Pin
Mycroft Holmes11-Nov-09 13:43
professionalMycroft Holmes11-Nov-09 13:43 
GeneralRe: Advice Needed - Regarding Data Transfer Between Databases On Seperate Servers Pin
It_tech12-Nov-09 0:39
It_tech12-Nov-09 0:39 
GeneralRe: Advice Needed - Regarding Data Transfer Between Databases On Seperate Servers Pin
Mycroft Holmes12-Nov-09 1:22
professionalMycroft Holmes12-Nov-09 1:22 
GeneralRe: Advice Needed - Regarding Data Transfer Between Databases On Seperate Servers Pin
It_tech12-Nov-09 4:12
It_tech12-Nov-09 4:12 
QuestionEfficient searching Pin
mjackson1111-Nov-09 3:28
mjackson1111-Nov-09 3:28 
AnswerRe: Efficient searching Pin
Covean11-Nov-09 5:02
Covean11-Nov-09 5:02 
AnswerRe: Efficient searching Pin
mjackson1111-Nov-09 8:19
mjackson1111-Nov-09 8:19 
AnswerRe: Efficient searching Pin
Mycroft Holmes11-Nov-09 13:51
professionalMycroft Holmes11-Nov-09 13:51 
Tuning a database is an art and there is no 1 silver bullet, you can only try a number of things and see if they are worth the changes.

For a start the size of your indexes should not concern you, on a heavily indexed table this is not unusual.

If you insert is a bacth job (with 100k records is should be) then it may be worth dropping the indexes for the insert and recreating them. This is a DRASTIC measure and should be tested for cost on another server.

Consider the changes to the clustered index suggested

Consider moving the indexes to another physical drive

Partitioning your data (think archiving but you can query across partitions)

These are but some of your options, I assume you have use query profiler to asses the cost of your queries.



Questionsql query Pin
creative7710-Nov-09 21:51
creative7710-Nov-09 21:51 
AnswerRe: sql query Pin
Niladri_Biswas11-Nov-09 1:57
Niladri_Biswas11-Nov-09 1:57 
AnswerRe: sql query Pin
The Man from U.N.C.L.E.11-Nov-09 3:19
The Man from U.N.C.L.E.11-Nov-09 3:19 
GeneralRe: sql query Pin
creative7711-Nov-09 7:39
creative7711-Nov-09 7:39 
Questiongetting complete word from a string in simple way Pin
uglyeyes10-Nov-09 15:55
uglyeyes10-Nov-09 15:55 
AnswerRe: getting complete word from a string in simple way Pin
_Damian S_10-Nov-09 16:14
professional_Damian S_10-Nov-09 16:14 
GeneralRe: getting complete word from a string in simple way Pin
uglyeyes10-Nov-09 16:39
uglyeyes10-Nov-09 16:39 
GeneralRe: getting complete word from a string in simple way Pin
_Damian S_10-Nov-09 17:33
professional_Damian S_10-Nov-09 17:33 
GeneralRe: getting complete word from a string in simple way Pin
uglyeyes10-Nov-09 18:10
uglyeyes10-Nov-09 18:10 
AnswerRe: an alternative Pin
Luc Pattyn10-Nov-09 17:08
sitebuilderLuc Pattyn10-Nov-09 17:08 
AnswerRe: getting complete word from a string in simple way [modified] Pin
Niladri_Biswas11-Nov-09 0:46
Niladri_Biswas11-Nov-09 0:46 
QuestionCalendar / Schedule DB Strategy Pin
eddieangel10-Nov-09 9:51
eddieangel10-Nov-09 9:51 
AnswerRe: Calendar / Schedule DB Strategy Pin
David Mujica10-Nov-09 10:14
David Mujica10-Nov-09 10:14 
GeneralRe: Calendar / Schedule DB Strategy Pin
eddieangel10-Nov-09 10:24
eddieangel10-Nov-09 10:24 
AnswerRe: Calendar / Schedule DB Strategy Pin
Mycroft Holmes10-Nov-09 13:45
professionalMycroft Holmes10-Nov-09 13:45 
QuestionSQL Server 2008 Advanced series Installation Error Pin
srikrishnakrishna murthy10-Nov-09 2:20
srikrishnakrishna murthy10-Nov-09 2:20 
AnswerRe: SQL Server 2008 Advanced series Installation Error Pin
The Man from U.N.C.L.E.10-Nov-09 2:33
The Man from U.N.C.L.E.10-Nov-09 2:33 

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.