| Thread | Last Post | Replies |
|
| Using temporary tables to increase performance | 23 Nov 2006 18:47 GMT | 1 |
I have a stored procedure (on both SQL-Server 2000 and 2005) which simulates a recursive functions (it computes the closure of a user-group hierarchy, that is, for each group it finds all its descendants). Currently, the results of each round of the loop are stored in a ...
|
| Using temporary tables to increase performance | 23 Nov 2006 18:46 GMT | 1 |
I have a stored procedure (on both SQL-Server 2000 and 2005) which simulates a recursive functions (it computes the closure of a user-group hierarchy, that is, for each group it finds all its descendants). Currently, the results of each round of the loop are stored in a ...
|
| Fast dev workstation! | 19 Nov 2006 03:09 GMT | 1 |
Working a new gig, they gave me a pretty nice little workstation, dual-core 3ghz 2.5gb RAM, don't know what the disk is except it's 80gb. Anyway, I'm working a GL project where we have to produce about 30m
|
| Excessive compile time. | 10 Nov 2006 15:52 GMT | 7 |
Any kind words on the following issue regarding excessive compile time would be greatly appreciated. SQL Server 2K, Windows 2003, both on the latest service packs. Our appication is cross-platform so we use adhoc SQL instead of stored procedures.
|
| Sharepoint Utilization | 10 Nov 2006 02:27 GMT | 1 |
Does anyone know the resource utilization of Sharepoint. Our network admin wants to use it as a file system for our company and put it on one of our production boxes. Would use SQL 2005 for the database version.
|
| Performance degrade after using NOLOCK | 09 Nov 2006 22:45 GMT | 2 |
We experienced some deadlocks in our servers and to resolve those we used nolock query hints in some of our select statements. Afterwards we are experiencing "There is insufficient system memory to run this query." errors for queries which previously ran well. These queries
|
| space allocated free=0 | 08 Nov 2006 20:18 GMT | 1 |
this SQL 2000, I have data base with 4 files, each one more than 60 GB, I'v a problem with the I/O performance, I found that the free space in each file =0 how can I control the size of the free space of the file,
|
| Profiler Question | 08 Nov 2006 18:40 GMT | 4 |
on sql server 2000 ... apart from going to the execution plan, is there a way to identify queries that are doing table scans ? thanks
|
| Query performance counters | 08 Nov 2006 14:26 GMT | 4 |
Is there a way I can flag only queries that execute for longer than a specified run time? Is there also any way to flag cpu intensive queries? SQL version is 2k and Windows OS is 2003 Standard. Many thanks
|
| SSMS "Summary Tab" | 01 Nov 2006 23:18 GMT | 1 |
Questions: 1. There is a "Report" Icon within the summary tab. Is there a way to change or add to the events being monitored. thanks...
|