Viewing 4 posts - 1 through 5 (of 5 total)
You can get your required information using following pretty simple steps:
1. Open enterprise manger
2. ...
June 22, 2007 at 5:57 am
The @variable table is much better than #temp table and derived table much better than @variable table. And bulk inserts much better then iterative insert.
Thanks,
Irfan...
June 14, 2007 at 1:30 am
The join philosophy and optimizer work for choosing the best execution plan:
How many ways are there of joining two tables:...
June 12, 2007 at 9:17 am
Hi,
I have done little overview of your query code and following are some suggestions for query improvment and gaining the performance:
1. Please should reduce the number of joins because (maximum 3 or...
June 11, 2007 at 1:08 am
Viewing 4 posts - 1 through 5 (of 5 total)