Is it possible to create an alert to notify a user when a record is added to
a specific table? This is a error log table so the activity would/should be
very minimal.
"doug" <doug@.discussions.microsoft.com> wrote in message
news:44FA91DE-1435-40E3-B5B4-B6C62088678B@.microsoft.com...
> Is it possible to create an alert to notify a user when a record is added
> to
> a specific table? This is a error log table so the activity would/should
> be
> very minimal.
Triger for Insert.
|||doug wrote:
> Is it possible to create an alert to notify a user when a record is
> added to a specific table? This is a error log table so the activity
> would/should be very minimal.
On SQL 2005 you can use an insert trigger with Notification Services. On SQL
2000, you can still use an insert trigger that updates a ntification table.
Then you can create an Agent job that watches that table and sends an email
or page to the proper user.
David Gugick
Quest Software
Showing posts with label activity. Show all posts
Showing posts with label activity. Show all posts
Thursday, March 29, 2012
Create alert for table activity
Is it possible to create an alert to notify a user when a record is added to
a specific table? This is a error log table so the activity would/should be
very minimal."doug" <doug@.discussions.microsoft.com> wrote in message
news:44FA91DE-1435-40E3-B5B4-B6C62088678B@.microsoft.com...
> Is it possible to create an alert to notify a user when a record is added
> to
> a specific table? This is a error log table so the activity would/should
> be
> very minimal.
Triger for Insert.|||doug wrote:
> Is it possible to create an alert to notify a user when a record is
> added to a specific table? This is a error log table so the activity
> would/should be very minimal.
On SQL 2005 you can use an insert trigger with Notification Services. On SQL
2000, you can still use an insert trigger that updates a ntification table.
Then you can create an Agent job that watches that table and sends an email
or page to the proper user.
David Gugick
Quest Software
a specific table? This is a error log table so the activity would/should be
very minimal."doug" <doug@.discussions.microsoft.com> wrote in message
news:44FA91DE-1435-40E3-B5B4-B6C62088678B@.microsoft.com...
> Is it possible to create an alert to notify a user when a record is added
> to
> a specific table? This is a error log table so the activity would/should
> be
> very minimal.
Triger for Insert.|||doug wrote:
> Is it possible to create an alert to notify a user when a record is
> added to a specific table? This is a error log table so the activity
> would/should be very minimal.
On SQL 2005 you can use an insert trigger with Notification Services. On SQL
2000, you can still use an insert trigger that updates a ntification table.
Then you can create an Agent job that watches that table and sends an email
or page to the proper user.
David Gugick
Quest Software
Create alert for table activity
Is it possible to create an alert to notify a user when a record is added to
a specific table? This is a error log table so the activity would/should be
very minimal."doug" <doug@.discussions.microsoft.com> wrote in message
news:44FA91DE-1435-40E3-B5B4-B6C62088678B@.microsoft.com...
> Is it possible to create an alert to notify a user when a record is added
> to
> a specific table? This is a error log table so the activity would/should
> be
> very minimal.
Triger for Insert.|||doug wrote:
> Is it possible to create an alert to notify a user when a record is
> added to a specific table? This is a error log table so the activity
> would/should be very minimal.
On SQL 2005 you can use an insert trigger with Notification Services. On SQL
2000, you can still use an insert trigger that updates a ntification table.
Then you can create an Agent job that watches that table and sends an email
or page to the proper user.
--
David Gugick
Quest Softwaresql
a specific table? This is a error log table so the activity would/should be
very minimal."doug" <doug@.discussions.microsoft.com> wrote in message
news:44FA91DE-1435-40E3-B5B4-B6C62088678B@.microsoft.com...
> Is it possible to create an alert to notify a user when a record is added
> to
> a specific table? This is a error log table so the activity would/should
> be
> very minimal.
Triger for Insert.|||doug wrote:
> Is it possible to create an alert to notify a user when a record is
> added to a specific table? This is a error log table so the activity
> would/should be very minimal.
On SQL 2005 you can use an insert trigger with Notification Services. On SQL
2000, you can still use an insert trigger that updates a ntification table.
Then you can create an Agent job that watches that table and sends an email
or page to the proper user.
--
David Gugick
Quest Softwaresql
Thursday, March 8, 2012
CPU Usage
Im having rather high CPU usage by my sqlservr process and i was wondering
how i would go about analyzing that.
I was peeking in the activity monitor but i wasnt entirely sure on how to
read it all.
any links or advice would be greatly appreciated.
Thanks
JustinJustin
http://www.sql-server-performance.com/tips/performance_monitor_cpu_counter_p1.aspx
"Justin Rich" <jrich523@.yahoo.spam.com> wrote in message
news:%23DDRn%23CBIHA.1208@.TK2MSFTNGP03.phx.gbl...
> Im having rather high CPU usage by my sqlservr process and i was wondering
> how i would go about analyzing that.
> I was peeking in the activity monitor but i wasnt entirely sure on how to
> read it all.
> any links or advice would be greatly appreciated.
> Thanks
> Justin
>
how i would go about analyzing that.
I was peeking in the activity monitor but i wasnt entirely sure on how to
read it all.
any links or advice would be greatly appreciated.
Thanks
JustinJustin
http://www.sql-server-performance.com/tips/performance_monitor_cpu_counter_p1.aspx
"Justin Rich" <jrich523@.yahoo.spam.com> wrote in message
news:%23DDRn%23CBIHA.1208@.TK2MSFTNGP03.phx.gbl...
> Im having rather high CPU usage by my sqlservr process and i was wondering
> how i would go about analyzing that.
> I was peeking in the activity monitor but i wasnt entirely sure on how to
> read it all.
> any links or advice would be greatly appreciated.
> Thanks
> Justin
>
Subscribe to:
Posts (Atom)