Click here to Skip to main content
15,914,371 members
Home / Discussions / Database
   

Database

 
AnswerRe: Advice Needed - Regarding Data Transfer Between Databases On Seperate Servers Pin
_Damian S_11-Nov-09 13:34
professional_Damian S_11-Nov-09 13:34 
GeneralRe: Advice Needed - Regarding Data Transfer Between Databases On Seperate Servers Pin
It_tech12-Nov-09 0:44
It_tech12-Nov-09 0:44 
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 
Do you use a sql-server so I would say try to use the sql-profiler and the optimizion tool
in combination and let the optimizer make a proposal for. But the problem will be
that you will not be able to create a small index and have a good performance on it.

At last one idea is to remove the clustered index of the primary key and make it to a not
clustered one and use the clustered index on iCurve, but only if iCurve differs very often.
I read this tip some days ago in the book SQL Server 2008, but its efficent if you do not
often query for the id and if the new clustered column doesn't have too often the same
value.

Greetings
Covean

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 
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 

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.