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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 programing in SQL server 2000

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-06-18 : 07:49:47
mohammad writes "hi
sos

first qustion : How can i debug a trigger?
--------------------------------------------
second qustion : IN debugging a procedure i get this error :
failed to get call stack
how can i solved it.

tanx
babye"

ajthepoolman
Constraint Violating Yak Guru

384 Posts

Posted - 2003-06-18 : 13:55:04
Good question. I know that the debugger will show the steps being taken as it is executing.

It might be as simple as creating a quick stored procedure that inserts into your table with the trigger on it. Then debug the stored procedure and it will step through the trigger as well.

Aj

Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2003-06-18 : 13:56:50
I always debug in Query Analyzer. If necessary, I also use SQL Profiler.

If you post the trigger code, we might be able to help you.

Tara
Go to Top of Page
   

- Advertisement -