Viewing 11 posts - 1 through 11 (of 11 total)
Walter setup a server side trace and schedule it to run during the period that you expierence your performance problem.
1) Use SQL Profiler to setup a trance based on the...
November 3, 2006 at 12:02 am
Download details: .NET Rocks! - Kimberly Tripp on SQL Server
This would be valid for SQL 2005 except I don't think there will be any mention of the DM Views...
October 31, 2006 at 8:27 am
Order by is the only way to be sure of the results.
October 31, 2006 at 8:14 am
Hi Walter,
I attended a seminar on SQL performance tuning by Kimberly Tripp last week and she had some interesting comments on DTA. It would seem that DTA attempts to tune...
October 31, 2006 at 8:02 am
I got this one wrong.
In the tests that I did whenever there is column and an alias with the same name the order...
July 27, 2004 at 5:44 am
Hi Mark,
Open the file with Query Analyzer, select the correct database and execute the stored procedure.
Rusty
June 11, 2004 at 4:00 am
Hi, I am getting the same error on a DTS package that copies DB's from production servers to a MIS server. I get
(Microsoft SQL-DMO (80004005): [SQL-DMO]CreateFile error on '<server>.<db>.DR2'. The...
May 31, 2004 at 3:05 am
Good point. Although I made the assumption that the question related to 2000 and therefore got it right. I think questions should state the version of SQL.
Shaun
May 27, 2004 at 5:29 am
Yip. Well spotted when I retried using suser_sname() it did change.
May 20, 2004 at 7:56 am
Thanks David, I think we should be awarded the point.
May 20, 2004 at 7:24 am
I tried this out and found that it only effected the user_name() in my session. suser_name returned nothing before and after I issued a setuser. I logged in using Windows...
May 20, 2004 at 5:40 am
Viewing 11 posts - 1 through 11 (of 11 total)