Click here to Skip to main content
15,885,546 members
Home / Discussions / Database
   

Database

 
AnswerRe: cursor goes in to infinit loop......... Pin
Rob Philpott9-Apr-09 0:56
Rob Philpott9-Apr-09 0:56 
QuestionCan Predictive Analysis be done in SQL Server 2005? Pin
sunit_828-Apr-09 23:47
sunit_828-Apr-09 23:47 
QuestionHow to intergrate 2 table Pin
cocoonwls8-Apr-09 18:28
cocoonwls8-Apr-09 18:28 
AnswerRe: How to intergrate 2 table Pin
Kevin Horgan8-Apr-09 20:39
Kevin Horgan8-Apr-09 20:39 
GeneralRe: How to intergrate 2 table Pin
cocoonwls8-Apr-09 21:32
cocoonwls8-Apr-09 21:32 
GeneralRe: How to intergrate 2 table Pin
cocoonwls8-Apr-09 21:33
cocoonwls8-Apr-09 21:33 
GeneralRe: How to intergrate 2 table Pin
Kevin Horgan9-Apr-09 8:02
Kevin Horgan9-Apr-09 8:02 
GeneralRe: How to intergrate 2 table Pin
cocoonwls10-Apr-09 0:34
cocoonwls10-Apr-09 0:34 
Hi kevin,

First of all,thanks for your helpSmile | :)
I am facing another problem of the sql.How about if i need to filter also of the date?For example,
in t1 have 3 record as below:

Table  : T1                                  Table  : T2
======================================       ===============================
AID | Code | Type | Amount1 | Date           ID | Code | Amount2 | Date
======================================       ===============================
A    123     IA     200      1/15/2009        A    223    12       1/16/2009
B    223     IP     100      1/24/2009        B    323    29       2/13/2009
C    323     MR      55      2/11/2009        E    444    30       2/13/2009


If i want the data which are between 1/1 to 1/30.
The result will be:

Table : TableResult
==================================================      
AID | Code | Type | Amount1 | Amount2 | Date 
==================================================
A    123     IA     200         12      1/15/2009  
B    223     IP     100         0       1/24/2009 


Note that the T2.ID for B is not include in.


any ideas are welcome D'Oh! | :doh:
Thanks in advance

regards
cocoonwls
GeneralRe: How to intergrate 2 table Pin
Kevin Horgan10-Apr-09 1:05
Kevin Horgan10-Apr-09 1:05 
QuestionHow to create encrypted trigger Pin
azad yadav8-Apr-09 17:51
azad yadav8-Apr-09 17:51 
AnswerRe: How to create encrypted trigger Pin
Henry Minute11-Apr-09 2:57
Henry Minute11-Apr-09 2:57 
NewsSQL Server 2008 SP1 Released Pin
brucedkyle8-Apr-09 12:21
brucedkyle8-Apr-09 12:21 
QuestionMicrosoft Access and Record Level Locking [modified] Pin
paas8-Apr-09 10:25
paas8-Apr-09 10:25 
AnswerRe: Microsoft Access and Record Level Locking Pin
Mycroft Holmes8-Apr-09 17:01
professionalMycroft Holmes8-Apr-09 17:01 
GeneralRe: Microsoft Access and Record Level Locking Pin
paas9-Apr-09 1:08
paas9-Apr-09 1:08 
GeneralRe: Microsoft Access and Record Level Locking Pin
Mycroft Holmes9-Apr-09 1:48
professionalMycroft Holmes9-Apr-09 1:48 
GeneralRe: Microsoft Access and Record Level Locking Pin
paas9-Apr-09 2:59
paas9-Apr-09 2:59 
AnswerRe: Microsoft Access and Record Level Locking Pin
Luc Pattyn8-Apr-09 17:41
sitebuilderLuc Pattyn8-Apr-09 17:41 
GeneralRe: Microsoft Access and Record Level Locking Pin
paas9-Apr-09 1:14
paas9-Apr-09 1:14 
QuestionRun Store Procedure Same Time Pin
dataminers8-Apr-09 6:02
dataminers8-Apr-09 6:02 
AnswerRe: Run Store Procedure Same Time Pin
Rob Philpott8-Apr-09 6:59
Rob Philpott8-Apr-09 6:59 
Questionhow to hide trigger so that othe user cant not modify or view Pin
azad yadav8-Apr-09 0:56
azad yadav8-Apr-09 0:56 
AnswerRe: how to hide trigger so that othe user cant not modify or view Pin
anup keshari8-Apr-09 3:31
anup keshari8-Apr-09 3:31 
GeneralRe: how to hide trigger so that othe user cant not modify or view Pin
anup keshari8-Apr-09 3:50
anup keshari8-Apr-09 3:50 
Questionspecial characters in my column Pin
venu6567-Apr-09 20:20
venu6567-Apr-09 20:20 

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.