Viewing 15 posts - 2,116 through 2,130 (of 6,486 total)
yup - that's one area that doesn't seem to have changed much.
December 30, 2008 at 2:48 pm
I consider clustered indexes essential on damn near every table. About the only time a heap is better is when the data in the table is "write once, don't update...
December 30, 2008 at 2:35 pm
MANU (12/30/2008)
It just requires you to have SP2 applied to SQL Server 2005 instance.MJ
*AND* on the machine running SSMS (i.e. the client tools need to be updated too).
December 30, 2008 at 2:19 pm
homebrew01 (12/30/2008)
GilaMonster (12/30/2008)
homebrew01 (12/30/2008)
"isn't SQL doing 55 million seeks"I meant to say: Isn't SQL reading 55 million rows instead of reading 422,000 rows ?
Take a mid-sized computer book with a...
December 30, 2008 at 2:17 pm
GilaMonster (12/30/2008)
Restart the SQL service.The TempDB data file won't shrink by itself. Data files never do (unless they have autoshrink on, which is a really bad idea)
Just to clarify -...
December 30, 2008 at 2:06 pm
Actually - let me correct that - it runs on the machine I am on, which has a "default" SQL Express install (no SSRS). So - no, it doesn't...
December 30, 2008 at 2:00 pm
I don't know about installed - but I could swear I've run them without SSRS running before.
December 30, 2008 at 1:58 pm
homebrew01 (12/30/2008)
"isn't SQL doing 55 million seeks"I meant to say: Isn't SQL reading 55 million rows instead of reading 422,000 rows ?
If it's doing a table scan, then yes -...
December 30, 2008 at 12:50 pm
Assuming you have SP2 installed - right-click on the database, pick reports, and go after the Physical Index STats report.
December 30, 2008 at 11:32 am
RBarryYoung (12/30/2008)
Question 1: What is your supported strategy for Disaster Recovery, that we should be implementing?
...
December 30, 2008 at 11:12 am
RBarryYoung (12/30/2008)
We really cannot tell you what...
December 30, 2008 at 10:55 am
ps (12/30/2008)
John Kandrovy (12/30/2008)
December 30, 2008 at 10:51 am
NULL is not a value, so comparing anything to it will fail. (NULL is a state)
Meaning A=Null will never be true, and A<>NULL will also never be true.
You need...
December 30, 2008 at 10:45 am
Madhivanan (12/30/2008)
Ashwin M N (12/30/2008)
December 30, 2008 at 10:43 am
Bob Hovious (12/29/2008)
Try this:
Create table dbo.dummy...
December 29, 2008 at 2:02 pm
Viewing 15 posts - 2,116 through 2,130 (of 6,486 total)