Hi all,
While playing with EM I received easily reproducible error situation.
Steps:
1. Start creating new table.
2. Create a column (in the example a, type CHAR(10)).
3. Type description of the column.
4. Create other columns (in the example: column b of type CHAR(10))
5. Delete the column (a).
6. Try to save the table (Table1)
This leads to error message similar to:
'Table1' table
- Unable to create table.
ODBC error: [Microsoft][ODBC SQL Server Driver][SQL Server]Object is
invalid. Extended properties are not permitted on 'dbo.Table1.a', or the
object does not exist.
This is minor bug. But sometimes it might be annoying since one can define a
whole new table with many columns and fail to save his job....
BTW, possible workaround: Save the script, copy to QA, modify, execute.
Q1. Is this known bug? Where can we check?
I don't want to open support case for such a minor bug...
--
Ivan Arjentinski
-----------------------------------------------------------
Checkout the SQL Schema Upgrade Wizard -
upgrade production DB schema, while keeping the data.
www.aloeco.com/upgrader
-----------------------------------------------------------