|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Trigger registering problem
I'm trying to create a trigger test as shown below on table test2 - which has around 1000 rows in MS SQL Server database:
CREATE TRIGGER test ON [dbo].[test2] FOR insert AS Print 'inserted' GO Its pretty simple trigger - but it takes for ever to register this trigger.Other tables in the same database works fine. any clues ?? thanks, Ganesh A Gopalakrishnan. |
|
#2
|
||||
|
||||
|
try it through query analyser
|
![]() |
| Viewing: ASP Free Forums > Database > Microsoft SQL Server > Trigger registering problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|