| Thread | Last Post | Replies |
|
| error log fills up, performance grinds to a halt. | 25 Jul 2007 19:53 GMT | 1 |
Windows 2000 SP4 SQL 2000 SP4 Our SQL error log grew to over 20GB. Process that ran for 5 seconds were taking 10 minutes.
|
| Performance problem after migration | 25 Jul 2007 14:19 GMT | 5 |
All, We want to upgrade our existing SQL Server 2000 SP4 DB to SQL2005. On one of our testservers i have first performed a in-place upgrade and the setup has upgraded all of our databases automatically.
|
| How should I split "large data files" in SQL 2000? | 21 Jul 2007 20:02 GMT | 3 |
I have a single RAID 5 volume for my data file. I believe I'm aware of all the right reasons to split a single data file into multiple over more than 1 disk but is there ever an optimal point where you should look to split a single data file into many on the same NTFS volume? For ...
|
| what does trace flag 2330 do in sql 2000 or 2005? | 20 Jul 2007 13:22 GMT | 1 |
Just wondering what trace flag 2330 do in SQL (2000 and 2005)? benefits and tradeoffs and any potential problems? there does not seem to be any information. Thanks.
|
| NEWID() and Index Fragmentation | 19 Jul 2007 07:34 GMT | 3 |
I have a table which has an PRIMARY KEY Field declared as "uniqueidentifier". The Values are generated by the standard Guid - Creation machanism. As you may know, this will cause may Page-Splits and Fragmentation of the
|
| index performance urgent pls | 14 Jul 2007 15:40 GMT | 6 |
I created clustered index on 115 million records which runs 6 hours after i created index now it is running for 16 minutes which is fine. if i run that query statement(update statement) 1st time it will take 16 minutes and second time it will take 50 minutes
|
| TSQL Runs Slower in 2005 Than 2000 | 13 Jul 2007 16:12 GMT | 2 |
I have a fairly complicated stored procedure that creates a report, each portion building off preceeding TSQL statements. I created it on a db in SQL Server 2000 and have decided to migrate the db to 2005. However, when I run the script portion (not executing the stored procedure, ...
|
| Excecution Plans and "sp_xml_preparedocument" | 06 Jul 2007 23:36 GMT | 1 |
Checking Excecution Plans on Stored Procedures to Enhance the performance of systems I have inherited. A few Procedures involve the use of Multiple Parameters within an XML record. (ie lists of "ID" keys used to return 1 larger recordset in one query rather
|
| Performance with a query on a log table | 04 Jul 2007 22:27 GMT | 1 |
We are developing a simple application that uses a state machine to register requests and their changes on a workflow. Every state change is logged on a trace table. On a production system, this table can have millions of records, so I am
|
| Memtoleave and -g switch | 03 Jul 2007 23:12 GMT | 1 |
hi out there On our Windows 2003 servers w. sp1 and running MS SQL Server 2000 w. sp4 we see from time to time that we get this error "cannot allocate 64k continous memory" or "SQL Server could not spawn process_loginread thread"
|
| TSQL-Accmulations | 01 Jul 2007 18:32 GMT | 1 |
I need an appropriate select statement for my case, the case is a table with two columns (row id ,col1) I want to retrieve a three columns RowId, col1 ,accumulation of col1 I wrote this select statement, but the performance is going down is there an
|