Forum Replies Created

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

  • RE: Last 5 rows

    If table has primary/unique key and SELECT has not ORDER BY clause then

    the result will be sorted by key. Otherwise no guarantee of sort order.

  • RE: Default Values and Named Parameters for Stored Procs

    Tinkering with stored procedure parameters

    Theoretically what i did is to make the procedures behave as if they do not have parameters when no parameter is passed to the procedure when...

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