1. "Unable to modify table" error message
In this table:
CREATE TABLE [dbo].[asset_attribute] (
[asset_attribute_id] [int] IDENTITY (1, 1) NOT NULL ,
[asset_id] [int] NOT NULL ,
[attribute_type_id] [int] NOT NULL ,
[value] [char] (1024) NULL ,
[sequence] [tinyint] NULL ,
[active] [tinyint] NULL ,
[start_date] [datetime] NULL ,
[end_date] [datetime] NULL ,
[data_entry_date] [datetime] NULL ,
[last_modified_date] [datetime] NOT NULL ,
[modifying_user] [char] (12) NOT NULL
) ON [PRIMARY]
GO
I'm trying to insert a row into the table. Inserting a row of any
type anywhere in the table (using Enterprise Manager) and recieve the
following error message.
Beside dropping the table and recreating it, is there any way to fix
something like this? checkdb shows no problems.
====================================
'asset_attribute' table
- Unable to modify table.
ODBC error: [Microsoft][ODBC SQL Server Driver][SQL
Server]SqlDumpExceptionHandler: Process 9 generated fatal exception
c0000005 EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this
process.
===================================
2. Perl Oracle Connectivity problem
3. ERROR MESSAGE: "Unable to Browse Cube..."
4. Default tran log location
5. "Unable to bind to field" message
6. how to add default to a col after the table is designed
7. "Unable to display help" error message
8. mssql7 error
9. unable to allocate XXXX bytes of shared memory ("shared pool","TEXTINDEXMETHODS"
10. max of ("...","...","..")
11. Error Message: "Higher Table Level Required"
12. "Table locked by another user" message
13. "Unknown error message number "16118".