Forum Replies Created

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

  • RE: Linking to the Previous Row

    This might be brought up earlier but same task can be accomplished by using simple VIEW without using CTE. In any case using row_num() in a separate query and recursive...

  • RE: Development and Production Database

    What we're doing is simple as long as you script your database changes from DEV to PROD. Here how it goes.

    1) We backup PROD database every day (week or month....

  • RE: Version Control your Stored Procedures

    Fixed a bug;

    Your generation sproc was ignoring the schema when using "EXEC sp_helptext @ProcedureName". Added below to fix the issue.

    ...

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