|
Sonu619
Posting Yak Master
193 Posts |
Posted - 02/21/2013 : 00:10:58
|
Hi Guys,
I am having a problem with my SP, taking extra time to execute. I am using VIEW that has I believe 334k rows. I am wondering what do you guys think its a good idea if i create #temp table and Create Index On it and use this temp table all over Instead of View. I can't create index on View.
Do you guys think its improve the performance or worse.
Any advise?
Thanks in advance... |
|