Viewing 15 posts - 2,296 through 2,310 (of 2,640 total)
Error 112 always means not enough disk space at that point in time. Do you have other disk ops on that disk at that time - make sure the recycle...
December 2, 2005 at 6:46 am
embedded sql is far easier target for hackers and it has been reported that hackers are targetting applications far more now than o/s as it is easier.
Embedded sql is not...
December 2, 2005 at 6:43 am
I agree the queries are not the same .. I'd suggest you use showplan etc. to see what indexes etc. are being used and the estmated result set.
The question...
December 2, 2005 at 6:28 am
I don't really understand what you are asking. Disk information is available via disk manager in the o/s. You can only add disk space if you have available free disks....
December 2, 2005 at 6:17 am
You really need a clustered index on the table otherwise you have a HEAP which over time will have "holes" where data is removed or updated with deferred updates. Rebuilding...
December 2, 2005 at 3:44 am
It's an interesting issue and I probably have some extreme views on HT < grin >
I run a 8 way cluster ( 16 with HT ) on w2003 , also...
December 1, 2005 at 7:46 am
do you need ansi nulls off ?
I usually make use of the showplan in QA to improve performance.
As with anything large and complex usually breaking down into smaller parts may...
December 1, 2005 at 6:42 am
Disk queue counters are useful and yes nfts fragmentation will not help , but I make use of i/o completion time with idle time to get a better picture. Especially...
December 1, 2005 at 6:37 am
If I have the window I rebuild indexes every night. I always update stats every night regardless ( even with auto update stats enabled ).
December 1, 2005 at 6:32 am
I had a similar issue - i'll describe - if same follow instrauctions < grin >
stored proc ran badly, if I cut and pasted the code in QA and ran...
December 1, 2005 at 6:30 am
Depending how you created the second file it may need objects allocated to it. So if you created a secondary filegroup for your file unless you assign objects to that...
December 1, 2005 at 6:07 am
hmmm .. my recollection is that a text column will always allocate 1 page per populated row for the text data regardless of whether you put any data into it....
November 25, 2005 at 12:56 pm
hmmm .. you might need to stop and restart the sql service, that will create a new error log. I have jobs on my servers which cycle the log every...
November 25, 2005 at 12:48 pm
With respect you are all missing the most obvious that despite the number of cpu's a query will always only use one thread unless the query/batch is complex enough to...
November 25, 2005 at 9:37 am
Viewing 15 posts - 2,296 through 2,310 (of 2,640 total)