Viewing 15 posts - 6,886 through 6,900 (of 7,636 total)
It appears that your collection times were significantly larger than your run times. Since you have posted many of the statistics as rates we will need the length of...
May 19, 2008 at 2:00 pm
Well, in my case, it only happens when my laptop has been working off-line for more than 24 hours. I can solve it by just going on-line to the...
May 19, 2008 at 9:24 am
jeff.williams3188 (5/18/2008)
Actually just found a different approach:
SELECT object_name(@@procid);
...
Heh, NOW I remember it, I have used this before. The funny thing is every time I try to remember it or...
May 19, 2008 at 9:17 am
I have not had a chance to test it either, I am just taking it from conversations with MS PSS. I would love it if you could prove me...
May 19, 2008 at 9:02 am
ALZDBA (5/18/2008)
rbarryyoung (5/17/2008)
Service Broker only works on SQL Express when it is connected to another SQL Server with a full license to Service Broker.
SQL Server 2005 Features Comparison
http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx
states :
Service Broker
...
May 18, 2008 at 4:32 pm
yeah, I can't figure out why though. I've got the right address in the IFcode, but somehow its coming out with this rogue pointer.
Here's what I put in:
[font="Times New...
May 18, 2008 at 11:02 am
You could start with this:
select s.text,
P.*
from master..sysprocesses P
Cross apply fn_get_sql(sql_handle) s
though you will get better info from a profiler sessions.
May 17, 2008 at 10:02 pm
Yeah? Well let's jst see what happens when we extract your avatar and uncover the hidden right side:
Ha! I knew it!
May 17, 2008 at 9:35 pm
sarkisp (5/16/2008)
May 17, 2008 at 9:10 pm
Write a NET.BAT file like this:
ECHO Hi!
And put it in the default directory of your xp_CmdShell command.
May 17, 2008 at 9:04 pm
I get this once in a while myself and (for me) it has always turned out to be a domain trust/authorization problem. YMMV.
May 17, 2008 at 8:57 pm
Viewing 15 posts - 6,886 through 6,900 (of 7,636 total)