Forum Replies Created

Viewing 2 posts - 16 through 18 (of 18 total)

  • RE: SourceSafe Alternatives

    If you use the Visual Studio IDE to edit your SQL you get full SourceSafe integration, and can also use the debugger

    hope this...

  • RE: Turn integer x into x rows.

    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...

Viewing 2 posts - 16 through 18 (of 18 total)