Hi all,
I've created a table that contains a dynamic number of columns. This columns are used as a flag by different DTS, i.e. if the column exists the DTS is executed otherwise waits the next trial. This columns are added and dropped by other applications.
I'm using SQL Server 7.0 and it reports me a message saying that i've arrived to the limit of 1024 columns even though the table has only 15 columns.
The specific error is: "- Table can not be modified.
Error ODBC: [Microsoft][ODBC SQL Server Driver][SQL Server]
CREATE TABLE failed because column 'x' in
table 'CTRL_FLAGS' exceeds the maximum of 1024 columns."
Is it possible to create/drop as many times as you want a column in a table? Or there is a maximum?Any ideas?
Thanks on advance.
I've created a table that contains a dynamic number of columns. This columns are used as a flag by different DTS, i.e. if the column exists the DTS is executed otherwise waits the next trial. This columns are added and dropped by other applications.
I'm using SQL Server 7.0 and it reports me a message saying that i've arrived to the limit of 1024 columns even though the table has only 15 columns.
The specific error is: "- Table can not be modified.
Error ODBC: [Microsoft][ODBC SQL Server Driver][SQL Server]
CREATE TABLE failed because column 'x' in
table 'CTRL_FLAGS' exceeds the maximum of 1024 columns."
Is it possible to create/drop as many times as you want a column in a table? Or there is a maximum?Any ideas?
Thanks on advance.