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 |
|
dani2
Starting Member
32 Posts |
Posted - 2008-09-19 : 07:12:26
|
| Hi I have the following situation: a select is performed on a table and based on the rows resulted for every row a SELECT COUNT(1) is queried against another table.Is there a way to optimize this, maybe a different approach?thank you |
|
|
bjoerns
Posting Yak Master
154 Posts |
Posted - 2008-09-19 : 07:34:57
|
| Seeing the SELECT would probably help. |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-09-19 : 08:04:02
|
| show your query and explain what you're trying to do |
 |
|
|
|
|
|