Click here to Skip to main content
15,921,028 members
Home / Discussions / Database
   

Database

 
GeneralRe: VB.NET Console application and SQLServer Pin
sybux200011-Aug-04 6:30
sybux200011-Aug-04 6:30 
GeneralRe: VB.NET Console application and SQLServer Pin
VenkatFor.NET11-Aug-04 6:56
VenkatFor.NET11-Aug-04 6:56 
GeneralRe: VB.NET Console application and SQLServer Pin
Rob Graham11-Aug-04 7:10
Rob Graham11-Aug-04 7:10 
GeneralRe: VB.NET Console application and SQLServer Pin
sybux200011-Aug-04 19:28
sybux200011-Aug-04 19:28 
GeneralRe: VB.NET Console application and SQLServer Pin
sybux200012-Aug-04 2:59
sybux200012-Aug-04 2:59 
QuestionSELECT statements in INNER JOINs? Pin
MS le Roux11-Aug-04 4:16
MS le Roux11-Aug-04 4:16 
AnswerRe: SELECT statements in INNER JOINs? Pin
Michael Potter11-Aug-04 4:26
Michael Potter11-Aug-04 4:26 
AnswerRe: SELECT statements in INNER JOINs? Pin
Colin Angus Mackay11-Aug-04 4:31
Colin Angus Mackay11-Aug-04 4:31 
Using subqueries (the SELECT statements you speak of) in INNER JOINS can be very useful. However, here it looks stupid because it is just doing a SELECT * FROM... and I guess this would be sub-optimal because it has to create an internal set of data for the subquery that contains every field and they may not all be used once the data gets into the main query.

It would be better to do:
INNER JOIN Schema_types ON Schema_types.Schema_typeID = Schemas.Schema_typeID
INNER JOIN Marketeers ON Marketeers.MarketeerID = Shipments.MarketeerID


If my understanding of the query optimiser is correct then this should also speed up your query.


"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!


Questionhow to bind crystal reports Pin
jaan leva11-Aug-04 1:55
jaan leva11-Aug-04 1:55 
AnswerRe: how to bind crystal reports Pin
Member 53081012-Aug-04 3:20
Member 53081012-Aug-04 3:20 
GeneralRe: how to bind crystal reports - Use this code Pin
cvp7712-Aug-04 21:34
cvp7712-Aug-04 21:34 
GeneralMSDE Pin
Renjith Ramachandran11-Aug-04 0:04
Renjith Ramachandran11-Aug-04 0:04 
GeneralRe: MSDE Pin
Renjith Ramachandran13-Aug-04 1:03
Renjith Ramachandran13-Aug-04 1:03 
GeneralRe: MSDE Pin
Blake V. Miller25-Oct-04 19:56
Blake V. Miller25-Oct-04 19:56 
QuestionWhy Procedures? Pin
Sumit Domyan10-Aug-04 7:32
Sumit Domyan10-Aug-04 7:32 
AnswerRe: Why Procedures? Pin
VenkatFor.NET10-Aug-04 8:06
VenkatFor.NET10-Aug-04 8:06 
GeneralRe: Why Procedures? Pin
Michael Potter11-Aug-04 4:37
Michael Potter11-Aug-04 4:37 
AnswerRe: Why Procedures? Pin
munawarhussain11-Aug-04 5:02
munawarhussain11-Aug-04 5:02 
GeneralSQL Server Connection Attempt Never Times Out Pin
shultas10-Aug-04 5:24
shultas10-Aug-04 5:24 
Generalvery urgent - pls help: sql server data screwed Pin
matthias s.9-Aug-04 4:07
matthias s.9-Aug-04 4:07 
GeneralRe: very urgent - pls help: sql server data screwed Pin
Bill Dean9-Aug-04 5:56
Bill Dean9-Aug-04 5:56 
GeneralRe: very urgent - pls help: sql server data screwed Pin
matthias s.9-Aug-04 13:39
matthias s.9-Aug-04 13:39 
GeneralRe: very urgent - pls help: sql server data screwed Pin
Colin Angus Mackay9-Aug-04 6:11
Colin Angus Mackay9-Aug-04 6:11 
GeneralRe: very urgent - pls help: sql server data screwed [addendum] Pin
Colin Angus Mackay9-Aug-04 6:17
Colin Angus Mackay9-Aug-04 6:17 
GeneralRe: very urgent - pls help: sql server data screwed [addendum] Pin
matthias s.9-Aug-04 13:42
matthias s.9-Aug-04 13:42 

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.