Forum Replies Created

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

  • RE: ContainsTable

    -

    Edited by - wcalhoun on 08/12/2003 06:29:09 AM

  • RE: Most Recent Date

    Hey Greg-

    What type of tests did you perform? It will be interesting to see the differences.

    -Will

  • RE: Most Recent Date

    That all seems to complicated... why not use Sql 2000's table data type in a stored procedure?

    DECLARE @Dates TABLE ( recent_date datetime )

    INSERT INTO @Dates SELECT Site.CreateDate FROM <TABLE>

    INSERT INTO...

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