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 |
raghulvarma
Starting Member
21 Posts |
Posted - 2008-10-15 : 12:13:26
|
I have got an unsorted integer variables stored in an array,Now if I need to do some operation in that array in which way I could tune in my for loop, By which way could I reduce the iteration of a for loop?ThanksRaghul |
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2008-10-15 : 12:27:05
|
Could you paste some sample data and explain better what you want to do ? |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2008-10-15 : 15:31:14
|
that totaly depends on what kind of an operation you need to do._______________________________________________Causing trouble since 1980Blog: http://weblogs.sqlteam.com/mladenpSpeed up SSMS development: www.ssmstoolspack.com <- version 1.1 out! |
|
|
|
|
|