Forum Replies Created

Viewing 2 posts - 5,986 through 5,987 (of 5,987 total)

  • RE: Join via String of Integers

    Simply get the IDs into a table variable, and then the problem is solved.

    I encounter this scenario a lot with stored procedures, typically developed for reporting purposes, which accept a...

  • RE: How To Get Last Inserted Record Value In SQL Server

    The last value inserted into your table was 'Snoopy'. Prove me wrong.

    Seriously, without a date/time column, or at least a sequential identifier, there is no deterministic way to know...

Viewing 2 posts - 5,986 through 5,987 (of 5,987 total)