Viewing 3 posts - 1 through 3 (of 3 total)
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...
August 17, 2010 at 10:49 am
#1208038
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....
May 27, 2010 at 8:27 am
#1173350
Fixed a bug;
Your generation sproc was ignoring the schema when using "EXEC sp_helptext @ProcedureName". Added below to fix the issue.
...
May 11, 2010 at 9:00 am
#1165605