Forum Replies Created

Viewing 5 posts - 31 through 35 (of 35 total)

  • RE: Calling a stored procedure within a cursor loop

    I hop I'm understandin the problem...

    When I try it, the USE statement seems to run OK but then revert back to the original database after the execute has run. ...

  • RE: Calling a stored procedure within a cursor loop

    crosspatch,

    I can't agree more. For a couple of years I avoided cursors out of been told they're 'bad form' and inefficient. I'd always found a set based approach...

  • RE: Aggregating Varchar fields

    The is a real elegant way of doing it and very flexible. I use it quite a bit to return detailed messages and also to create T-Sql which has...

  • RE: Temporary Tables

    Excellent, thanks Antares686. After eliminating sections I found that what I was doing is leaving the <SET NOCOUNT ON> out of the stored proc. One of those things...

  • RE: Temporary Tables

    I tried them in the past but I'm using using SQL7. (I use SQL2000 query analyser so new of their existance - frustratingly)

    Cheers,

    Mike

Viewing 5 posts - 31 through 35 (of 35 total)