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
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Which is best? Select from Joins or Single Table

Author  Topic 

channa
Starting Member

5 Posts

Posted - 2008-06-03 : 09:57:32
Hi,

I am using a SP which one has lot of Joins(More than 10 tables).

For every request from user SP executed, and the DB performance got slow.

For this i planned to write a schedule which runs once in an hour to put all the results of SP in to One single table.

I thought if the user selects from single table means the performance will increase.

I don't know whether this one is a right solution.

I am very new to SQL server. Help me for this Problem.

Thanks in advance.

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2008-06-03 : 10:03:29
Cross post http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=104056



E 12°55'05.25"
N 56°04'39.16"
Go to Top of Page
   

- Advertisement -