Click here to Skip to main content
15,893,337 members
Home / Discussions / Database
   

Database

 
AnswerRe: SQL INSERT ISSUE Pin
Stoffy197226-Jul-10 8:35
Stoffy197226-Jul-10 8:35 
GeneralRe: SQL INSERT ISSUE Pin
bapu288926-Jul-10 21:23
bapu288926-Jul-10 21:23 
AnswerHow to ask a question Pin
Luc Pattyn26-Jul-10 23:34
sitebuilderLuc Pattyn26-Jul-10 23:34 
QuestionInstall SQL 2008 r2 express with my application Pin
bonzaiholding24-Jul-10 22:29
bonzaiholding24-Jul-10 22:29 
AnswerRe: Install SQL 2008 r2 express with my application Repost Pin
Richard MacCutchan25-Jul-10 1:40
mveRichard MacCutchan25-Jul-10 1:40 
Answercross-post Pin
Luc Pattyn25-Jul-10 2:18
sitebuilderLuc Pattyn25-Jul-10 2:18 
Question[MS SQL SERVER] Create constraints in a cyclic relations Pin
Lutosław23-Jul-10 23:32
Lutosław23-Jul-10 23:32 
Questionanother query Pin
reza assar23-Jul-10 21:40
reza assar23-Jul-10 21:40 
i have a parameter named @State
my where clause is depend on this parameter

for example

if @State=1
<br />
select <br />
 .<br />
 .<br />
 .<br />
From ...<br />
where Status=true AND Response=false<br />


if @State=2
<br />
select <br />
 .<br />
 .<br />
 .<br />
From ...<br />
where Status=false AND UserId>@Number;<br />


i want some thing like switch case in my where clause
what should i do?
AnswerRe: another query Pin
Goutam Patra23-Jul-10 22:58
professionalGoutam Patra23-Jul-10 22:58 
GeneralRe: another query Pin
reza assar24-Jul-10 1:03
reza assar24-Jul-10 1:03 
Questionquery Pin
reza assar23-Jul-10 21:32
reza assar23-Jul-10 21:32 
AnswerRe: query Pin
Goutam Patra23-Jul-10 22:57
professionalGoutam Patra23-Jul-10 22:57 
AnswerRe: query Pin
Mycroft Holmes23-Jul-10 23:05
professionalMycroft Holmes23-Jul-10 23:05 
QuestionMessage Removed Pin
23-Jul-10 21:06
prachidalwadi23-Jul-10 21:06 
AnswerRe: How to optimize the query with more than one left outer join Pin
CitrusTech23-Jul-10 21:14
CitrusTech23-Jul-10 21:14 
Questionsql problem Pin
bapu288923-Jul-10 20:40
bapu288923-Jul-10 20:40 
AnswerRe: sql problem Pin
Goutam Patra23-Jul-10 21:31
professionalGoutam Patra23-Jul-10 21:31 
QuestionRe: sql problem Pin
bapu288923-Jul-10 23:33
bapu288923-Jul-10 23:33 
AnswerRe: sql problem Pin
Goutam Patra23-Jul-10 23:56
professionalGoutam Patra23-Jul-10 23:56 
QuestionReverse of * Pin
Ray Cassick23-Jul-10 7:18
Ray Cassick23-Jul-10 7:18 
AnswerRe: Reverse of * Pin
Yusuf23-Jul-10 8:54
Yusuf23-Jul-10 8:54 
GeneralRe: Reverse of * Pin
Ray Cassick23-Jul-10 10:08
Ray Cassick23-Jul-10 10:08 
GeneralRe: Reverse of * Pin
Mycroft Holmes23-Jul-10 13:37
professionalMycroft Holmes23-Jul-10 13:37 
GeneralRe: Reverse of * Pin
Ray Cassick23-Jul-10 13:57
Ray Cassick23-Jul-10 13:57 
AnswerRe: Reverse of * Pin
Eddy Vluggen23-Jul-10 9:17
professionalEddy Vluggen23-Jul-10 9:17 

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.