Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sadderson
Starting Member
13 Posts |
|
jholovacs
Posting Yak Master
163 Posts |
Posted - 2009-05-20 : 12:57:21
|
Try upgrading to SP3... I think that problem existed for SP1 and 2. SELECT TOP 1 w.[name]FROM dbo.women wINNER JOIN dbo.inlaws i ON i.inlaw_id = w.parent_idWHERE i.net_worth > 10000000 AND i.status IN ('dead', 'dying') AND w.husband_id IS NULLORDER BY w.hotness_factor DESC |
 |
|
sadderson
Starting Member
13 Posts |
Posted - 2009-05-20 : 14:46:05
|
Thanks I will try that... |
 |
|
|
|
|