Viewing 15 posts - 41,416 through 41,430 (of 49,562 total)
serge.kovacs (1/26/2009)
January 26, 2009 at 11:57 pm
clperez271172 (1/26/2009)
PLEASE HELP , IS URGENT , I REALY HAVE TROUBLES.
Please don't shout (type in all caps). It's not going to make someone help you faster. If I may suggest,...
January 26, 2009 at 11:55 pm
David.Poole (1/26/2009)
I heard it from one someone who specialises in data warehouses.
Can you ask then to substantiate the statement? Either prove it with an exec plan (where a covering...
January 26, 2009 at 1:40 pm
madhu.arda (1/26/2009)
January 26, 2009 at 12:37 pm
I just wanted to emphasise the fragmented indexes that it would cause.
January 26, 2009 at 12:28 pm
Since the PK column is not declared as identity, you'll need to specify the values for the ID column. That's what it's complaining about, not the 'John Doe' name.
As the...
January 26, 2009 at 11:56 am
Jeff Moden (1/26/2009)
January 26, 2009 at 11:51 am
madhu.arda (1/26/2009)
January 26, 2009 at 11:49 am
llokshin (1/26/2009)
But in your opinion there is no way to repair the drive?
No idea. I know databases, not drives
That said, from those errors it appears that you have one...
January 26, 2009 at 11:43 am
If that table is frequently inserted into, then I'd suggest put the cluster on the identity, even if it's never used. That way the cluster will organise the table and...
January 26, 2009 at 11:20 am
llokshin (1/26/2009)
But when our IT ran chckdisk on it it repported 0 errors.
Still, if it's giving errors there's a problem. You don't want to find the problem when the drive...
January 26, 2009 at 11:13 am
Jeff Moden (1/26/2009)
January 26, 2009 at 11:07 am
Ed (1/26/2009)
Does it matter which column is defined in the clustered index?
Yes! Very much so. A bad choice of a cluster can do terrible things to performance. Uniqueindentifier...
January 26, 2009 at 10:22 am
That looks like problems with the IO subsystem. Possibly intermittent right now.
Check the windows event log for anything indicating hardware problems, check the SQL error log, check any logs from...
January 26, 2009 at 9:59 am
Cricketdogger (1/21/2009)
January 26, 2009 at 9:53 am
Viewing 15 posts - 41,416 through 41,430 (of 49,562 total)