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.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 Problem with joining with table

Author  Topic 

Jayam.cnu
Starting Member

45 Posts

Posted - 2012-03-18 : 08:53:07
Hi ...,
i have a problem with one query . .. the details are
for this query i prepared the query using 4 table using join.
but the problem with in these 4 table .. one table is taking time execute . if i remove join to that table result is giving fast.

list of activities i have tested.
i have posted that table data into new temp table and created indexes for respective columns which is using in the join statement.




Sreenivasulu.p,
Mail ID: sreenivas.puliverthi@gmail.com

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-03-18 : 17:11:05
whats the size of table? is it containing huge dataset? also are the indexes on right columns? check the query execution plan and see if indexes are getting applied

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -