D
Dennis Redfield
I am having trouble generating DDL statements for database models where the
target is SQL Server 2000. Speciffically if I have a table "Table 1" in the
model owned by "aic" the DDL generated does not include the owner attribute.
Thus we see:
create table "Table 1"
rather than
create table "aic"."table 1"
How can I correct this.
thanks.
dlr
target is SQL Server 2000. Speciffically if I have a table "Table 1" in the
model owned by "aic" the DDL generated does not include the owner attribute.
Thus we see:
create table "Table 1"
rather than
create table "aic"."table 1"
How can I correct this.
thanks.
dlr