Viewing 2 posts - 16 through 18 (of 18 total)
If you use the Visual Studio IDE to edit your SQL you get full SourceSafe integration, and can also use the debugger
hope this...
July 9, 2004 at 4:26 am
#514030
It's 2 loops, nested, I think
Outer loop goes through each row in source table
Inner loop decrements the cnt value and does an insert into your target table
So that's probably a...
July 7, 2004 at 5:24 am
#513611