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

Database

 
QuestionBACKUP DATABASE command syntax [modified] Pin
Steven J Jowett3-Aug-06 0:53
Steven J Jowett3-Aug-06 0:53 
AnswerRe: BACKUP DATABASE command syntax Pin
seea3-Aug-06 0:57
seea3-Aug-06 0:57 
GeneralRe: BACKUP DATABASE command syntax Pin
Steven J Jowett3-Aug-06 1:17
Steven J Jowett3-Aug-06 1:17 
GeneralRe: BACKUP DATABASE command syntax Pin
WillemM3-Aug-06 3:36
WillemM3-Aug-06 3:36 
GeneralRe: BACKUP DATABASE command syntax Pin
Steven J Jowett3-Aug-06 4:12
Steven J Jowett3-Aug-06 4:12 
AnswerRe: BACKUP DATABASE command syntax Pin
Steven J Jowett3-Aug-06 4:34
Steven J Jowett3-Aug-06 4:34 
GeneralRe: BACKUP DATABASE command syntax Pin
WillemM4-Aug-06 4:17
WillemM4-Aug-06 4:17 
QuestionDistinct records problem Pin
psamy3-Aug-06 0:22
psamy3-Aug-06 0:22 
Hi ,
I want to read the distinct records with multiple columns.

for example,
tableA
--------
OID CODE
1 READ
2 READ
3 WRITE
4 WRITE

select distinct CODE, OID from tableA
it gives,
READ 1
READ 2
WRITE 3
WRITE 4

but expected result was,

READ 1
WRITE 3





AnswerRe: Distinct records problem Pin
seea3-Aug-06 0:55
seea3-Aug-06 0:55 
AnswerRe: Distinct records problem Pin
ra ra ra ra3-Aug-06 0:58
ra ra ra ra3-Aug-06 0:58 
GeneralRe: Distinct records problem Pin
psamy3-Aug-06 1:03
psamy3-Aug-06 1:03 
GeneralRe: Distinct records problem Pin
ra ra ra ra3-Aug-06 1:06
ra ra ra ra3-Aug-06 1:06 
GeneralRe: Distinct records problem Pin
seea3-Aug-06 5:41
seea3-Aug-06 5:41 
QuestionSQL Server not running in local Pin
Exelioindia2-Aug-06 19:53
Exelioindia2-Aug-06 19:53 
AnswerRe: SQL Server not running in local Pin
seea3-Aug-06 0:38
seea3-Aug-06 0:38 
QuestionCheckbox in datagrid [modified] Pin
ypsyong2-Aug-06 16:52
ypsyong2-Aug-06 16:52 
QuestionIncorrect syntax, but I can't see it [modified] Pin
Ed.Poore2-Aug-06 2:32
Ed.Poore2-Aug-06 2:32 
AnswerRe: Incorrect syntax, but I can't see it Pin
ToddHileHoffer2-Aug-06 3:14
ToddHileHoffer2-Aug-06 3:14 
GeneralRe: Incorrect syntax, but I can't see it Pin
Ed.Poore2-Aug-06 3:35
Ed.Poore2-Aug-06 3:35 
GeneralRe: Incorrect syntax, but I can't see it Pin
Kevin McFarlane2-Aug-06 3:45
Kevin McFarlane2-Aug-06 3:45 
QuestionDifference between SQL2000 and SQL2005 Pin
divyaswati2-Aug-06 1:44
divyaswati2-Aug-06 1:44 
AnswerRe: Difference between SQL2000 and SQL2005 Pin
Duncan Edwards Jones2-Aug-06 2:05
professionalDuncan Edwards Jones2-Aug-06 2:05 
GeneralRe: Difference between SQL2000 and SQL2005 Pin
Frank Kerrigan2-Aug-06 2:16
Frank Kerrigan2-Aug-06 2:16 
AnswerRe: Difference between SQL2000 and SQL2005 Pin
Kevin McFarlane2-Aug-06 3:44
Kevin McFarlane2-Aug-06 3:44 
AnswerRe: I need an suggestion ............................ Pin
WillemM3-Aug-06 3:37
WillemM3-Aug-06 3:37 

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.