Hi
How to insert trigger into system table SYSOBJECTS from an other table.
I try with INSERT INTO SYSOBJECTS SELECT * FROM TABLE but mssql 2000(msde) return error msg 259 (Ad hoc updates to system catalogs are not enabled. The system administrator must reconfigure SQL Server to allow this.)
Tnk




Reply With Quote