Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
vinko
Starting Member
1 Post |
Posted - 2002-11-19 : 18:09:41
|
| HiHow 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 |
|
|
robvolk
Most Valuable Yak
15732 Posts |
|
|
|
|
|