Re: How to monitor Triggers in VB6
From: Narayana Vyas Kondreddi (answer_me_at_hotmail.com)
Date: 07/09/04
- Next message: kalle anka: "Re: SQL batch"
- Previous message: Narayana Vyas Kondreddi: "Re: Pramererized Stored Proc returning error when run from vb.net code"
- In reply to: dudebig: "How to monitor Triggers in VB6"
- Next in thread: dudebig: "Re: How to monitor Triggers in VB6"
- Reply: dudebig: "Re: How to monitor Triggers in VB6"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 9 Jul 2004 08:40:08 +0100
You can use Profiler to or SQL Trace to monitor what's currently executing
on the server.
-- Vyas, MVP (SQL Server) http://vyaskn.tripod.com/ "dudebig" <hhugg@hotmail.com.no-spa.m> wrote in message news:Xns9520A57BBA56Ehhugghotmailcom@130.225.247.90... > I have this triggers in T-SQL to execute when a product qty is 0, it does > work, but I have to be able to monitor this on a remote PC using VB6. > > I know how to execute storeproc with VB6, but this is something I cannot > figure it out yet. > > I have this same problem when trying to get an Activity Report from SQL > Server for a particular Table. How can I know who is accesing the Table? I > try the triggers for update/insert/delete and refreshing the recordset but > its not practical, I have a timestamp and terminalID fields con the table I > want to monitor. > > Remote users are using a common password for the connection, and the > authentification is based on Host_ID() and a User table with login and > password.
- Next message: kalle anka: "Re: SQL batch"
- Previous message: Narayana Vyas Kondreddi: "Re: Pramererized Stored Proc returning error when run from vb.net code"
- In reply to: dudebig: "How to monitor Triggers in VB6"
- Next in thread: dudebig: "Re: How to monitor Triggers in VB6"
- Reply: dudebig: "Re: How to monitor Triggers in VB6"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|