Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Wrong Datatype in Stored Procs causing Hang

    Thanks for input. This problem is happening directly within EM/Isql - here is a snippet from the proc:

    ALTER PROCEDURE fact_Penetration

    @Month integer,

    @Year integer,

    @Version integer

    AS

    create table #SampleCounts

    (

    Version integer,

    Yr integer,

    Mo integer,

    Category varchar(80),

    Region...

Viewing post 1 (of 1 total)