sql - joining more tables makes me get less data from the query -


i have 1 problem 1 sp, when joining specific tables, getting less data sp getting when not included in sp. not getting data them yet, joining them , makes sp send me less data. idea problem can be? thanks

it sounds there no matching rows in tables you're joining to.

if change join left outer join, should rows expecting (but, obviously, check output make sure do!)


Comments

Popular posts from this blog

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -

SAP Web Service from .NET via WCF -

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -