Forum Replies Created

Viewing 4 posts - 1 through 5 (of 5 total)

  • RE: Optimizing SP

    kind of..."insourcing" in a pretty sigilous project...

  • RE: Optimizing SP

    damm...tks anyway

  • RE: Optimizing SP

    can't...

    i tryed this:

    create type tbType the table (col1 int, col2 int)

    create newProc (@ tbPar tbType)

    as

    declare @col1Par int,@col2Par int

    exec procFoo (select @par1=col1,@par2=col2 from @tbPar)

    go

    but i...

  • RE: Optimizing SP

    Tks for the reply, but my problem is that i dont have the acess to the 1 sp definition, i can only call/execute it.

    In this scenario is cursor/while the only...

Viewing 4 posts - 1 through 5 (of 5 total)