Luis Majano Forums Notification: Post to CCTApp Error

Title: RE: CCTApp Error
Thread: CCTApp Error
Forum: Need Help?
Conference: ColdBox
User: oscararevalo

I had the same problem with a SQL script that Tom generated (for a different
project, but same problem). What happens is that the script was generated using
MSSQL 2005 and it does not work with MSSQL 2000. The reason is that 2005 uses
different tables for the system objects than 2000. What you need to do is
replace sys.objects and any other sys. tables with sysobjects (i believe that's
the right name, but u can check on the sql documentation for the right table
names)

http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=622652D0-123F-6116-42A233C6E55B57B2