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 |
|
fmardani
Constraint Violating Yak Guru
433 Posts |
Posted - 2004-11-04 : 09:49:01
|
| I have created a stored procedure as follows:there are several table functions and I insert into these tables functions and at the end I update these table functions which hold data.I am noticing a very slow performance. Is there a way to optimize this please?Thanks |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2004-11-04 : 09:50:45
|
| Improve the design and coding probably.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
X002548
Not Just a Number
15586 Posts |
Posted - 2004-11-04 : 10:08:41
|
| We would need to see the code...How much data are we talking about?Brett8-) |
 |
|
|
|
|
|