Click here to Skip to main content
15,906,626 members
Home / Discussions / Database
   

Database

 
Questionindependent table ? Pin
Mr.Kode9-May-07 20:50
Mr.Kode9-May-07 20:50 
AnswerRe: independent table ? Pin
Vimalsoft(Pty) Ltd9-May-07 22:02
professionalVimalsoft(Pty) Ltd9-May-07 22:02 
QuestionHow do i Restore updated Column in SQL Pin
Vimalsoft(Pty) Ltd9-May-07 20:13
professionalVimalsoft(Pty) Ltd9-May-07 20:13 
AnswerRe: How do i Restore updated Column in SQL Pin
gauthee16-May-07 2:12
gauthee16-May-07 2:12 
QuestionPlease Help Me Pin
Mkanchha9-May-07 20:04
Mkanchha9-May-07 20:04 
AnswerRe: Please Help Me Pin
Christian Graus9-May-07 20:09
protectorChristian Graus9-May-07 20:09 
AnswerRe: Please Help Me Pin
Arun.Immanuel9-May-07 22:26
Arun.Immanuel9-May-07 22:26 
AnswerRe: Please Help Me Pin
Arun.Immanuel9-May-07 22:28
Arun.Immanuel9-May-07 22:28 
Or try this:

select *
from
tblName
order by
case
WHEN @parmaeter=1 then
Name
else
Year
end ASC

Regards,
Arun Kumar.A

GeneralRe: Please Help Me Pin
Mkanchha10-May-07 0:20
Mkanchha10-May-07 0:20 
GeneralRe: Please Help Me Pin
Arun.Immanuel10-May-07 1:44
Arun.Immanuel10-May-07 1:44 
GeneralRe: Please Help Me Pin
Mkanchha10-May-07 1:57
Mkanchha10-May-07 1:57 
Questionproblem in SQL server 2005 desktop engine instalation Pin
amalatsliit9-May-07 16:31
amalatsliit9-May-07 16:31 
Questionsql server 2005 User defined datatype and PrimaryKey Pin
Asim N.9-May-07 9:00
Asim N.9-May-07 9:00 
AnswerRe: sql server 2005 User defined datatype and PrimaryKey Pin
andyharman16-May-07 8:03
professionalandyharman16-May-07 8:03 
QuestionDatabase Security Pin
Tristan Rhodes9-May-07 4:49
Tristan Rhodes9-May-07 4:49 
AnswerRe: Database Security Pin
kubben9-May-07 14:35
kubben9-May-07 14:35 
GeneralRe: Database Security Pin
Tristan Rhodes10-May-07 1:49
Tristan Rhodes10-May-07 1:49 
GeneralRe: Database Security Pin
kubben10-May-07 1:56
kubben10-May-07 1:56 
GeneralRe: Database Security Pin
Tristan Rhodes10-May-07 2:44
Tristan Rhodes10-May-07 2:44 
GeneralRe: Database Security Pin
kubben10-May-07 3:23
kubben10-May-07 3:23 
GeneralRe: Database Security Pin
Tristan Rhodes10-May-07 3:47
Tristan Rhodes10-May-07 3:47 
GeneralRe: Database Security Pin
kubben10-May-07 3:51
kubben10-May-07 3:51 
GeneralRe: Database Security Pin
Tristan Rhodes10-May-07 4:46
Tristan Rhodes10-May-07 4:46 
QuestionUpdate a table from a data set Pin
G_Sankar9-May-07 3:02
G_Sankar9-May-07 3:02 
QuestionCan anyone reccomend a data access layer tool Pin
Andrew Torrance9-May-07 2:39
Andrew Torrance9-May-07 2:39 

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.