Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Cursors Be Gone!

    Just for fun if you had a banking application with millions of account records in a table and had to calculate some complex interest every day on the balance based...

  • RE: Cursors Be Gone!

    I am not sure if a table variable (a memory copy of data) would be any more effcient than a SQL memory copy of the data e.g. "cursor" especially if...

Viewing 2 posts - 1 through 2 (of 2 total)