Book a Demo

Author Topic: SYSOBJECTS case sensitive  (Read 3170 times)

awolfe@m

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
SYSOBJECTS case sensitive
« on: September 18, 2009, 03:50:09 am »
I generated a script for MSSQL and tried to run it in a case-sensitive database, but the script failed while trying to drop tables before creating them.  The code for dropping a table if it exists tries to look in dbo.SYSOBJECTS (upper case), which doesn't exist.  The code for other types of objects, such as foreign keys, properly looks in dbo.sysobjects (lower case).

Is there a way to change the script template to set the case correctly?

Thanks,

Andy

hd

  • EA Administrator
  • EA User
  • *****
  • Posts: 312
  • Karma: +0/-0
    • View Profile
Re: SYSOBJECTS case sensitive
« Reply #1 on: September 18, 2009, 08:25:05 am »
There are no DDL script templates.

Report this as a bug using the Report a Bug link below...