Forum Replies Created

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

  • RE: Twenty tips to write a good stored procedure

    This list hits on the right items but should be refined based on Gail Shaw's comments and a few other. I thought about passing this to our developers but because...

  • RE: Proc timing out

    Note: using CONVERT( varchar(10), LQ.Date_IN, 101) BETWEEN @DateFr AND @DateTo  may eliminate the use of an index on LQ.Date_IN column which may be undesireable!

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