Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fine tuning a SPROC
Message
 
 
To
21/06/2007 13:36:21
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01234693
Message ID:
01234803
Views:
16
Did you try (just in case) to switch tables around, e.g.
select * from Table2 ;
inner join table1 ;
on table2.StartDate <= table1.RecordDate and table2.EndDate >= table1.RecordDate
>Table1 contains a record for each day that contains certain interest rates.
>Table2 contains a record for a range of days (specified by StartDate and EndDate - no overlap) that contains other interest rates.
>
>I want to link the tables, and view the corresponding Table2 record with each Table1 record. The tables are unrelated otherwise.
>
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform