Viewing 15 posts - 916 through 930 (of 1,518 total)
From http://msdn.microsoft.com/en-us/magazine/cc135978.aspx:
Identifying the Most Costly Indexes
-- Create required table structure only.
-- Note: this SQL must be the same as in the Database loop given in the following step.
SELECT TOP...
September 17, 2008 at 1:29 pm
charles.gary (9/17/2008)
where d.database_id = d.database_id and d.object_id = d.object_id
Also you can get more info on this from
http://msdn.microsoft.com/en-us/library/ms345405(SQL.90).aspx
This article will show you...
September 17, 2008 at 9:41 am
jsheldon (9/16/2008)
September 16, 2008 at 2:46 pm
See this great link on the same topic:
Uncover Hidden Data to Optimize Application Performance:
September 16, 2008 at 9:05 am
Gail already mentioned some of the caveats of the missing-index DMVs.
Here are a couple more:
(1) Because the data in the DMVs are kept in memory, they are at risk of...
September 16, 2008 at 8:27 am
Jeff Moden (9/14/2008)
September 14, 2008 at 1:27 pm
rian67 (9/12/2008)
Who handles the creation of Integration Packages, Replication...
September 14, 2008 at 4:49 am
Adam Bean (9/11/2008)
Yes, or travel directly to the registry ... easiest way is to just use SSMS though.
I'm looking into automating this, so using the xp is the way to...
September 11, 2008 at 12:01 pm
Adam Bean (9/11/2008)
But here is the command:
EXEC xp_instance_regwrite N'HKEY_LOCAL_MACHINE', N'Software\Microsoft\MSSQLServer\MSSQLServer', N'NumErrorLogs', REG_DWORD, X
Where X is the amount of error logs...
September 11, 2008 at 10:59 am
GilaMonster (9/11/2008)
I can't remember offhand where, easiest way to find where is to run profiler and filter the trace based on...
September 11, 2008 at 9:57 am
Peso (9/9/2008)
Then you were wrong this time, I am sorry to say.Read the query.
I've been able to convince myself your query is right, based on test samples I've run.
However, my...
September 9, 2008 at 3:17 pm
Peso (9/9/2008)
Because you want to filter out ALL records for same coID group if ANY of the records has an mCT = 'Y' value.
Is that what the original query with...
September 9, 2008 at 8:15 am
Jeff Moden (9/7/2008)
It's a clever bit of code that Peso wrote....
September 7, 2008 at 3:25 pm
Jason Wisdom (9/5/2008)
I set the ODBC connection up.I went to run it and got an error.
Need to run; will try it later.
Thanks a lot for helping.
If you want to enable...
September 7, 2008 at 8:24 am
Are there other SQL instances, other SQL services (SSIS, SSAS, SSRS etc) running on this machine?
Are other applications, beside SQL server, running on the machine?
September 7, 2008 at 8:14 am
Viewing 15 posts - 916 through 930 (of 1,518 total)