Viewing 3 posts - 1 through 4 (of 4 total)
Gail:
Am sorry Gail but i thought this to be a Sql Server 2000 Forum
November 13, 2008 at 4:43 am
#897980
am also posting the code for database generation ...hope this helps me..
--===== If the test table already exists, drop it
IF OBJECT_ID('TempDB..#BSGUserregister','U') IS NOT NULL
...
November 11, 2008 at 12:52 am
#896768
yes the CTE doesnt work with Sql Server 2000. I need to change the cursor with something else...if you could suggest.
November 11, 2008 at 12:48 am
#896766