Viewing 15 posts - 811 through 825 (of 931 total)
Leo.Miller (5/12/2010)
Send...
May 12, 2010 at 6:00 pm
I tried something like the one below.
SELECT wt.session_id,wt.wait_duration_ms,wt.wait_type,
st.text
FROM sys.dm_os_waiting_tasks wt LEFT JOIN sys.dm_exec_requests er
ON wt.waiting_task_address = er.task_address
OUTER...
May 7, 2010 at 3:47 pm
You can try using proxy account.
http://www.sql-server-performance.com/articles/dba/sql_server_job_proxy_account_p1.aspx
May 6, 2010 at 5:00 pm
Is it because someone is directly updating the subscriber database?
April 27, 2010 at 2:30 pm
I guess these are sporadic issues related to job schedules. Is there something we might be missing here?
I am getting little confused.
April 21, 2010 at 10:54 pm
Is there any script which you could share with us for use in SQL Server 2000
April 21, 2010 at 10:21 pm
As these are at the instance level, I doubt it.
April 20, 2010 at 2:08 pm
Thanks Jason, for your quick response 🙂
Really appreciate it.
April 8, 2010 at 12:07 pm
Thanks Jason,
I am working on generating the Performance dashboard reports (PDR) on my server and we are looking for reseting the counters without restarting the instance.
Would clearing these counters...
April 8, 2010 at 12:00 pm
David,
Thanks for this wonderful article. Please share your comments.
1) Could we do this on SQL server 2000
2) Is there a way by which we can track at which point the...
March 30, 2010 at 6:19 pm
chrisph (3/30/2010)
1. SQL Server Configuration Manager - is the FullText Search service running properly (set to Automatic and actually running)?
2. In the specific Database...
March 30, 2010 at 12:01 pm
I tried below options and it worked.
GRANT VIEW SERVER STATE TO user
GRANT ALTER TRACE TO user
March 24, 2010 at 11:14 am
Rem-487422 (7/20/2009)
Hi,Is there a way to generate a script or extract all existing statistics in a databases? I would like to replicate the statistics on a different server.
Thanks
Rem,
I...
March 23, 2010 at 12:49 pm
I remember seeing a similar post. May be you could check this
http://www.sqlservercentral.com/Forums/Topic851669-146-1.aspx
March 22, 2010 at 2:18 pm
Viewing 15 posts - 811 through 825 (of 931 total)