| Thread | Last Post | Replies |
|
| Performance and sp:CacheRemove | 29 Sep 2007 13:18 GMT | 2 |
This issue is on a SQL2K environment DECLARE @Coverage TABLE ( VendorID INT,
|
| Estimated Cost | 27 Sep 2007 09:44 GMT | 1 |
Can any body tell in what units the following cost are measured 1. Estimated I/O cost. 2. Estimated CPU cost. 3. Estimated Operator cost.
|
| Change from ntext to nvarchar(max), any problems? | 26 Sep 2007 08:38 GMT | 2 |
I have a query that selects 31.000 rows with a field list that includes a ntext field, this query takes over 3 minutes to run. When running the same query without selecting the ntext field it takes 4 seconds to run.
|
| Datafile grow or add | 25 Sep 2007 14:42 GMT | 3 |
I know I need to size my databases to avoid growing but I don't always get the GB's I would like from our storage team. So I need to grow my datafiles once in a while. What is the best option for performance? Growing the existing datafile or
|
| Designing a Large Read-Only Database (Filegroups, Partitions, etc) | 18 Sep 2007 22:45 GMT | 3 |
I've got a database I'm trying to design for read-only performance. I'm really a bit out of my element on this, and figured I would ask here... Quick description of the database: 1. There's one table, with about 25 columns (all NVarChar[50-200]).
|
| I/O Performance Issue | 17 Sep 2007 16:35 GMT | 9 |
In our production environment we have two database clusters. One is to handle TX processing and the other is to handle reporting. At this point in time, the databases are mirror images on both of the clusters and continuous transactional replication is being performed to keep ...
|
| Best way to handle Index Rebuilding/Reindexing. | 09 Sep 2007 23:40 GMT | 21 |
Currently we defrage our indexes on a regular basis and defrag then when statics are at a certain level. What I want to find out is: Is there a way to add speed control during rebuilding and defragging process? What I mean by this is that typically I run this at slow times but
|
| Insufficient memory available on SQL 2000 | 09 Sep 2007 19:48 GMT | 2 |
We have SQL 2000 Ent, and Win2003 Ent , In a few day , the sql server slow performance and error on the sql log , " Insufficient memory available " , our applicaition cannot process, we need restart the sql server, this is not enough memory or other problem ??? how to ...
|
| Indexed views in OLTP? | 04 Sep 2007 03:29 GMT | 2 |
Hi, I have a question about indexed views, which I have been reading about some time now. As far as I understand it, the cost of an update of a base table will only take place if you update a column that is part of the indexed view. So (if this is correct) I am thinking that even ...
|
| Spools | 01 Sep 2007 08:36 GMT | 6 |
I see two spools in the execution plan of this query: ---------- USE Northwind Go
|