Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / General / Performance / November 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
SQL Server CPU usage at 25% even with no traffic.23 Nov 2007 12:39 GMT3
I was wondering if anyone had any suggestions as i've not seen
anything like the following before.
I have a 64bit sql 2005 with the latest service packs applied. The box
is an itanium box with 4 CPUs showing in task manager.
composite index vs separate indexes22 Nov 2007 18:39 GMT1
Why should I choose a composite index with two fields over two separate
indexes on the two fields? How does the
How to tell sql server the maximum size my temp table will grow so that it does at most 1 memory allocation?21 Nov 2007 22:31 GMT1
How to tell sql server the maximum size my temp table will grow so that it
does at most 1 memory allocation?
I have a CLR function thet returns IEnumberable (a table) and it has a FillRow function. I am returning 10,000 integers from this function. Is there any way that I can preallocate the resulting table or give SQL server hint as to how many rows my function20 Nov 2007 23:00 GMT1
I have a CLR function thet returns IEnumberable (a table) and it has a
FillRow function. I am returning 10,000 integers from this function. Is
there any way that I can preallocate the resulting table or give SQL server
hint as to how many rows my function will return? It makes me ...
Stats in SQL200519 Nov 2007 22:35 GMT3
Hello NG!
Is it true, that SQL2005 holds distribution-stats for EVERY column on an
index, not only for the first?
If yes: Is there a reference (BOL) on that?
find current running execution plan18 Nov 2007 10:22 GMT1
Is this the right query to run to get the  currently running execution plan
for queries
select query_plan from sys.dm_exec_requests
cross apply sys.dm_exec_query_plan(plan_handle)
Determining commonly accessed SQL indexes and SQL Performance17 Nov 2007 17:13 GMT3
I am a newbie when it comes to database performance. I have been tasked with
trying to improve performance on one of our primary DB servers. I am looking
at a lot of different things related to performance and at the moment was
trying to focus on indexing.
SQL Server Blocking15 Nov 2007 12:47 GMT2
Is there a Microsoft article that anyone can reference that describes the
root causes and remedies of SQL level blocking?
Any help would be appreciated.
insufficient memory availbele14 Nov 2007 22:41 GMT8
      we have SQL server problem , i don't what reason ? the server is down
, i need restart the server and the event is "Error :17803 Severity :20
State :12 Insufficient memory available " ? i check many option on server ,
but the problem is not fix ???? i try open the SQL ...
Dual Core CPUs and Parallelism14 Nov 2007 20:35 GMT7
In some articles, it is mentioned that Hyperthreaded processors might have
negative impact on query performance and the SQL Server must be configured
to use actual number of CPUs for parallelism. Even once I encountered this
situation and problem eliminated by using MAXDOP option ...
sql to list stored procedure running with parameters14 Nov 2007 05:49 GMT4
I was pretty sure I saw it someplace in 2005 that there was a sql to list
the actively running stored procedure with its current parameters being run.
Is that not true ?
WRITELOG bottleneck14 Nov 2007 00:17 GMT2
I have about 20 databases on a clustered SQL Server 2005 (9.00.3042)
instance.  They range from 1GB to 20GB and are growing.  They are all OLTP
DBs.  I have all the data files (including system database data files and log
files) on one drive and all the log files on another drive ...
where to locate these counters?12 Nov 2007 22:20 GMT1
i would like to get a step by step on getting these counters:
tempdb size (not the user_objets_kb+ internal_objects_kb+ version_store_kb  
freespace_kb)
, Version Generation Rate
FC or ATA for LOG FILES?10 Nov 2007 14:59 GMT2
I'm setting up a new DB and separating the log files to storage separate
from the data.  The data will be on FC storage.  Will the log files perform
optimally on FC or ATA?
Thanks in advance.
Stored Procedure Statistics10 Nov 2007 09:02 GMT2
 Is there any way to see the stored procedure statistics ?? How many times
stored procedure used, so we can remove some of unused stored procedure.
Thanks
Pages: 1 2 October, 2007
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.