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

Database

 
QuestionRestore database Pin
aratireddy19-Feb-09 17:45
aratireddy19-Feb-09 17:45 
AnswerRe: Restore database Pin
Wendelius19-Feb-09 18:21
mentorWendelius19-Feb-09 18:21 
GeneralRe: Restore database Pin
aratireddy19-Feb-09 18:46
aratireddy19-Feb-09 18:46 
GeneralRe: Restore database Pin
Wendelius19-Feb-09 18:54
mentorWendelius19-Feb-09 18:54 
GeneralRe: Restore database Pin
venu65619-Feb-09 20:15
venu65619-Feb-09 20:15 
QuestionSearch Stored Procedure Pin
Paul McGann19-Feb-09 3:07
professionalPaul McGann19-Feb-09 3:07 
AnswerRe: Search Stored Procedure Pin
Ennis Ray Lynch, Jr.19-Feb-09 4:48
Ennis Ray Lynch, Jr.19-Feb-09 4:48 
AnswerRe: Search Stored Procedure Pin
Mycroft Holmes19-Feb-09 13:39
professionalMycroft Holmes19-Feb-09 13:39 
Ennis reply is the correct method, however be careful with this one, string too may together, and 7 is too many, and it can grind your query to a halt.

Best bet is to try and force some required filters and apply them first depending on your data size. I have even gone down the path of using a case statement to get the first valid filter, drop the results into a temp table and apply a secondary set of filters to the temp table to improve performance.


Never underestimate the power of human stupidity
RAH

AnswerRe: Search Stored Procedure Pin
pmpdesign23-Feb-09 18:37
pmpdesign23-Feb-09 18:37 
QuestionLogging report export Pin
Giorgi Dalakishvili18-Feb-09 22:31
mentorGiorgi Dalakishvili18-Feb-09 22:31 
AnswerI don't use the control Pin
Ennis Ray Lynch, Jr.19-Feb-09 7:44
Ennis Ray Lynch, Jr.19-Feb-09 7:44 
GeneralRe: I don't use the control Pin
Giorgi Dalakishvili19-Feb-09 7:49
mentorGiorgi Dalakishvili19-Feb-09 7:49 
GeneralRe: I don't use the control Pin
Mycroft Holmes19-Feb-09 13:34
professionalMycroft Holmes19-Feb-09 13:34 
GeneralRe: I don't use the control Pin
Giorgi Dalakishvili19-Feb-09 19:10
mentorGiorgi Dalakishvili19-Feb-09 19:10 
GeneralRe: I don't use the control Pin
Mycroft Holmes19-Feb-09 20:29
professionalMycroft Holmes19-Feb-09 20:29 
Questiondate time problem Pin
anujbanka178418-Feb-09 19:11
anujbanka178418-Feb-09 19:11 
AnswerRe: date time problem Pin
Wendelius18-Feb-09 20:26
mentorWendelius18-Feb-09 20:26 
GeneralRe: date time problem Pin
anujbanka178418-Feb-09 21:12
anujbanka178418-Feb-09 21:12 
GeneralRe: date time problem Pin
Wendelius19-Feb-09 5:52
mentorWendelius19-Feb-09 5:52 
Questionsql query parser Pin
me_aaryan18-Feb-09 18:52
me_aaryan18-Feb-09 18:52 
AnswerRe: sql query parser Pin
Wendelius18-Feb-09 20:18
mentorWendelius18-Feb-09 20:18 
AnswerRe: sql query parser Pin
Ashfield18-Feb-09 20:19
Ashfield18-Feb-09 20:19 
Question[Message Deleted] Pin
Tina P18-Feb-09 15:50
Tina P18-Feb-09 15:50 
AnswerRe: Question in regards to SQL server 2005 Installation and setup Pin
Wendelius18-Feb-09 17:59
mentorWendelius18-Feb-09 17:59 
QuestionDynamically adding a file to a connection manager in an SSIS package executed by Sql Stored porcedure Pin
mecca118-Feb-09 10:59
mecca118-Feb-09 10:59 

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.