shanghai2004
Programmer
Dear Expert,
Our company installed Tenrox(an application) to SQL server. The installer assumed the collation of the SQL server is case insensitive which is Tenrox required. But the SQL server was set as case sensitive.
Now I need to fix this problem. Alter database and alter table statements don't work becaise of primary keys and unique index. The suggestion from Tenrox is:
1. create a empty database by attach the template files they provided (then is should be case insensitive)
2. find and remove the duplicates that were entered in Tenrox
3. export data from Tenrox database
4. import to the empty database
I am wondering, how do I deal with those field values that are created by system. For examples: timestamp field and identity field.
Help please
Thanks
Our company installed Tenrox(an application) to SQL server. The installer assumed the collation of the SQL server is case insensitive which is Tenrox required. But the SQL server was set as case sensitive.
Now I need to fix this problem. Alter database and alter table statements don't work becaise of primary keys and unique index. The suggestion from Tenrox is:
1. create a empty database by attach the template files they provided (then is should be case insensitive)
2. find and remove the duplicates that were entered in Tenrox
3. export data from Tenrox database
4. import to the empty database
I am wondering, how do I deal with those field values that are created by system. For examples: timestamp field and identity field.
Help please
Thanks