Viewing 15 posts - 706 through 720 (of 1,518 total)
Gift Peddie (2/6/2009)
The short answer...
February 6, 2009 at 9:06 am
I should point out that I am migrating from SQL-2005 Enterprise Edition to SQL-2008 Standard Edition.
In the Reporting Services Configuration Manager for SQL 2008 I have removed the entries in...
February 6, 2009 at 8:36 am
MarkusB (2/4/2009)
Marios Philippopoulos (2/3/2009)
Can System Center Operations Manager 2007 SP1 monitor SQL 2008 instances?Yes, it can. There is a management pack for SQL Server which supports SQQL 2000,2005 and 2008.
Thank...
February 4, 2009 at 7:41 am
TheSQLGuru (2/3/2009)
Marios Philippopoulos (1/31/2009)
There are two puzzling...
February 3, 2009 at 8:47 am
Here is the "actual" exec plan obtained from a server-side trace (see attached).
February 3, 2009 at 4:24 am
TheSQLGuru (2/2/2009)
1) any OTHER triggers on this table?
2) is the join column a primary key or unique index value? Looks like...
February 2, 2009 at 1:10 pm
GilaMonster (2/2/2009)
February 2, 2009 at 10:59 am
GilaMonster (2/2/2009)
Marios Philippopoulos (2/2/2009)
Wow, would the trigger feed on itself that way? I hadn't thought of that...
That's only possible if recursive triggers are enabled. It's a database-level option and it's...
February 2, 2009 at 10:48 am
Harold Buckner (2/2/2009)
I was doing some more thinking on this script....and thought......
Currently the alert is generated from the managed server and the computer name in the event is the managed...
February 2, 2009 at 8:50 am
Peso (2/2/2009)
So when the trigger updates the two columns, the same trigger is fired again!
And again.. And...
February 2, 2009 at 8:45 am
Peso (2/2/2009)
Trigger is designed for UPDATE.
Also, the trigger is nesting itself by updating the table for which the trigger ís triggering on...
Use...
February 2, 2009 at 8:22 am
GilaMonster (2/2/2009)
Marios Philippopoulos (2/2/2009)
Not that I don't believe you, but can you post a link that...
February 2, 2009 at 7:57 am
Grant Fritchey (2/2/2009)
February 2, 2009 at 7:51 am
GilaMonster (2/1/2009)
RBarryYoung (2/1/2009)
But Marios should be able to get the Actual from Profiler or tracing, right?
Yes, absolutely. Providing he traces the correct event. I seem to recall there are about...
February 2, 2009 at 4:24 am
GilaMonster (2/1/2009)
Marios Philippopoulos (2/1/2009)
I don't think it's the estimated exec plan, I obtained it from sys.dm_db_exec_requests. It was retrieved when the statement was actually executed...
It's the same as the 'estimated'...
February 2, 2009 at 4:22 am
Viewing 15 posts - 706 through 720 (of 1,518 total)