Click here to Skip to main content
15,889,096 members
Home / Discussions / Database
   

Database

 
AnswerRe: EXEC sp_helptext Pin
Corporal Agarn27-Nov-12 0:59
professionalCorporal Agarn27-Nov-12 0:59 
QuestionRe: EXEC sp_helptext Pin
jojoba201127-Nov-12 3:09
jojoba201127-Nov-12 3:09 
AnswerRe: EXEC sp_helptext Pin
Eddy Vluggen27-Nov-12 13:33
professionalEddy Vluggen27-Nov-12 13:33 
QuestionRECORD VALIDATION IN ACCESS Pin
teto26-Nov-12 5:19
teto26-Nov-12 5:19 
SuggestionRe: RECORD VALIDATION IN ACCESS Pin
André Kraak26-Nov-12 5:56
André Kraak26-Nov-12 5:56 
AnswerRe: RECORD VALIDATION IN ACCESS Pin
Corporal Agarn26-Nov-12 6:05
professionalCorporal Agarn26-Nov-12 6:05 
Questionhow to compare an operation in where expression In sql Pin
GREG_DORIANcod26-Nov-12 4:29
professionalGREG_DORIANcod26-Nov-12 4:29 
AnswerRe: how to compare an operation in where expression In sql Pin
s_magus26-Nov-12 5:20
s_magus26-Nov-12 5:20 
Something like this should do the trick.

SQL
Select ProductName, MySum, field2
From   (Select x.ProductName, SUM(x.field1 + y.field2) as MySum, y.field2
        From tablexxx as x inner join
             tableyyy as y on x.id = y.id) as q
Where MySum - field2 > 0

AnswerRe: how to compare an operation in where expression In sql Pin
Mycroft Holmes26-Nov-12 11:56
professionalMycroft Holmes26-Nov-12 11:56 
Questiongrant permission on table in another database Pin
Danzy8326-Nov-12 3:55
Danzy8326-Nov-12 3:55 
QuestionRe: grant permission on table in another database Pin
Chris Meech26-Nov-12 8:25
Chris Meech26-Nov-12 8:25 
QuestionHow to mearge local database with server database Pin
Jitendra Parida - Jeetu23-Nov-12 22:00
Jitendra Parida - Jeetu23-Nov-12 22:00 
AnswerRe: How to mearge local database with server database Pin
Mycroft Holmes23-Nov-12 22:17
professionalMycroft Holmes23-Nov-12 22:17 
AnswerRe: How to mearge local database with server database Pin
Corporal Agarn25-Nov-12 2:48
professionalCorporal Agarn25-Nov-12 2:48 
GeneralRe: How to mearge local database with server database Pin
Jitendra Parida - Jeetu25-Nov-12 18:13
Jitendra Parida - Jeetu25-Nov-12 18:13 
GeneralRe: How to mearge local database with server database Pin
GREG_DORIANcod26-Nov-12 5:56
professionalGREG_DORIANcod26-Nov-12 5:56 
AnswerRe: How to mearge local database with server database Pin
Deepak Kr128-Nov-12 1:31
Deepak Kr128-Nov-12 1:31 
RantStupid bloody idiot Pin
Mycroft Holmes18-Nov-12 21:25
professionalMycroft Holmes18-Nov-12 21:25 
GeneralRe: Stupid bloody idiot Pin
J4amieC18-Nov-12 22:39
J4amieC18-Nov-12 22:39 
GeneralRe: Stupid bloody idiot PinPopular
Richard Deeming19-Nov-12 1:46
mveRichard Deeming19-Nov-12 1:46 
GeneralRe: Stupid bloody idiot Pin
Mycroft Holmes19-Nov-12 11:43
professionalMycroft Holmes19-Nov-12 11:43 
Questionlogin with another user faile problem Pin
mhd.sbt18-Nov-12 21:11
mhd.sbt18-Nov-12 21:11 
AnswerRe: login with another user faile problem Pin
Mycroft Holmes18-Nov-12 21:20
professionalMycroft Holmes18-Nov-12 21:20 
AnswerRe: login with another user faile problem Pin
Joy Sinha22-Nov-12 20:02
Joy Sinha22-Nov-12 20:02 
QuestionDATABASE QUESTIOM Pin
Megha Rohilla18-Nov-12 9:34
Megha Rohilla18-Nov-12 9:34 

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.