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

Database

 
GeneralImporting Excell to SQL Pin
Daniel_Logan15-Apr-08 2:57
Daniel_Logan15-Apr-08 2:57 
GeneralRe: Importing Excell to SQL Pin
DerekFL15-Apr-08 4:44
DerekFL15-Apr-08 4:44 
GeneralRe: Importing Excell to SQL Pin
Daniel_Logan16-Apr-08 23:56
Daniel_Logan16-Apr-08 23:56 
Generalwhere case statement Pin
markymark8215-Apr-08 0:57
markymark8215-Apr-08 0:57 
GeneralRe: where case statement Pin
Ashfield15-Apr-08 1:22
Ashfield15-Apr-08 1:22 
GeneralRe: where case statement Pin
markymark8215-Apr-08 1:30
markymark8215-Apr-08 1:30 
GeneralRe: where case statement Pin
Ashfield15-Apr-08 1:33
Ashfield15-Apr-08 1:33 
GeneralOuter join in sql2000 Pin
ramyasangeet14-Apr-08 20:45
ramyasangeet14-Apr-08 20:45 
hi all,
I am changing a sql Server 2000 query to sql server 2005.
That query contains =*.I changed it to Outer join in 2005.But the query returns only 1000 rows and in 2000 it returns 120000 rows.
here is the query in 2000
<br />
select p.planno,e.element,I.Invhst from plan_ p,Element e,Invhst I<br />
where p.Planno=e.Planno<br />
and I.Planno=*p.Planno 


here is the query in 2005
select p.planno,e.element,I.Invhst from plan_ p<br />
inner join element E on P.Planno=E.Planno<br />
Left outer join Invhst on I.Planno=p.Planno 


Please give me ur suggestion and help to solve this problem.

thanks in advance,

Sangeet
GeneralRe: Outer join in sql2000 Pin
SomeGuyThatIsMe15-Apr-08 3:01
SomeGuyThatIsMe15-Apr-08 3:01 
GeneralRe: Outer join in sql2000 Pin
Ashfield15-Apr-08 3:20
Ashfield15-Apr-08 3:20 
QuestionDatabase Connection Pin
savitri14-Apr-08 20:28
savitri14-Apr-08 20:28 
GeneralRe: Database Connection Pin
Adeel Chaudhry21-Apr-08 23:28
Adeel Chaudhry21-Apr-08 23:28 
GeneralDelete can be rolled back Pin
.NET- India 14-Apr-08 20:11
.NET- India 14-Apr-08 20:11 
GeneralRe: Delete can be rolled back Pin
Ashfield14-Apr-08 21:47
Ashfield14-Apr-08 21:47 
GeneralSQL Server Stored Procedure Encryption Pin
Syed Mujtaba Hassan14-Apr-08 18:58
Syed Mujtaba Hassan14-Apr-08 18:58 
GeneralRe: SQL Server Stored Procedure Encryption Pin
SimulationofSai14-Apr-08 23:46
SimulationofSai14-Apr-08 23:46 
GeneralRe: SQL Server Stored Procedure Encryption Pin
Syed Mujtaba Hassan15-Apr-08 2:15
Syed Mujtaba Hassan15-Apr-08 2:15 
QuestionSQL If statement Pin
jonhbt14-Apr-08 7:20
jonhbt14-Apr-08 7:20 
GeneralRe: SQL If statement Pin
Blue_Boy14-Apr-08 7:31
Blue_Boy14-Apr-08 7:31 
AnswerRe: SQL If statement Pin
Zoltan Balazs14-Apr-08 7:48
Zoltan Balazs14-Apr-08 7:48 
AnswerRe: SQL If statement Pin
Ashfield15-Apr-08 1:32
Ashfield15-Apr-08 1:32 
GeneralMsg 8162: Formal parameter was defined as OUTPUT but the actual parameter not declared OUTPUT Pin
Sivu14-Apr-08 5:10
Sivu14-Apr-08 5:10 
GeneralRe: Msg 8162: Formal parameter was defined as OUTPUT but the actual parameter not declared OUTPUT Pin
Mark J. Miller14-Apr-08 6:20
Mark J. Miller14-Apr-08 6:20 
GeneralRe: Msg 8162: Formal parameter was defined as OUTPUT but the actual parameter not declared OUTPUT Pin
Sivu14-Apr-08 6:35
Sivu14-Apr-08 6:35 
GeneralRe: Msg 8162: Formal parameter was defined as OUTPUT but the actual parameter not declared OUTPUT Pin
Sivu14-Apr-08 6:33
Sivu14-Apr-08 6:33 

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.