ASYNC_NETWORK_IO problem
Hi all.I see there are high wait on ASYNC_NETWORK_IO for my sql server.event I run select * from a table on the localhost of the server, it also generate high ASYNC_NETWORK_IO .I see some forum say...
View ArticleTransaction log of Model database
HiModel database transaction log space used shows 97%. There is no activity in Model database. My question is, should we schedule weekly job to take transaction log backup of Model. Model database is...
View ArticleDeadlock, 2 Updates against same table
We had another deadlock on our sql server. I found that two users, independently, were UPDATing the same table and one was chosen as the deadlock victim (One had a X lock on the table, the other had a...
View Articleproving index rebuild helps improve response time
Hi everyone,I have a OLTP database which hasn't been maintained at all in terms of index maintenance. I've already generated a report on which indexes to rebuild and created a maintenance plan to do so...
View ArticleNONculstered Index not fire when i use or clause
i have jobs tablejobid primary keyjobcode (nonclustered index)jobname (nonclustered index)sowhen i run my script as following:----case (1)-- in this case query use nonculstered indexdeclare @x int;set...
View ArticleDISK IO Measure
Hi, I m trying to measure our DISK IO performance. We have a single physical disk divided into logical units (LUN) O, R, L. in the counters, Which one Do I need to measure, Logical or Physical? Please...
View ArticleMemory related
Hi all,i am confusion on this three memory option....1)which switchuation we can use AWE ....?2)which switchuation we can use /PAE...?3)which switchuation we can use /3G...?I HAVE LOT OF...
View ArticleSystem database
Hi all,suppose when we loss the msdb database in ms sql server . we loss like JOB INFORMATION AND BACKUP INFORMATION ...LIKElike that when we loss model database .what we loss in ms sql server...
View ArticleSytemdabase
Hi all,1)MASTER contain logins,linked server information.2)TEMPDB contain tempory table,internal object ........3)MSDB contain job,backup informationlike MODEL and RESOURCEDB what information...
View ArticleRecently upgraded hardware and checking out sys.dm_os_wait_stats, wanted some...
Hello all,I wanted to thank Jonathan Kehayias for providing me with a script to check what wait stats are affecting my server the most. Recently we replaced a server with a much more robust one and I...
View ArticleSp_who2 active result window does not show any user connected but activity...
If I check the current connections from Sp_who2 active and activity monitor for a database then in Sp_who2 active result window does not show any user connected but activity monitor shows it.Thanks
View ArticleQuery notifications stop working for specific queries
Hi all,I have an issue with query notifications whereby the notifications stop being sent for specific query templates. For example, I may have:SELECT [dbo].[column1] FROM [dbo].[table1]which suddenly...
View ArticleSQL Server 2008 R2 is terminating because of fatal exception c0000005
SQL Server is terminating because of fatal exception c0000005. This error may be caused by an unhandled Win32 or C++ exception, or by an access violation encountered during exception handling. Check...
View ArticleError about transaction log for a db in simple recovery model - SQL Server 2012
Hi,I've a SQL Server db in simple recovery model and I've executed a stored procedure. I've notice that the transaction log grows rapidly and when the disk is full the sp execution dumps with this...
View ArticleUnable to take a Database Offline CPU at 100%
We have a SQL 2005 (9.00.4060.00) server (single instance) that recently had an application that uses it cause some problems where the CPU usage has been 90-100% consistently! We were able to track it...
View ArticleResource governour, howto see/proof setup is working ?
Hi all, I have a SQL 2008 R2 server with 20 databases in one instance. Users in one of those db's are causing somtimes high cpu usage and I want to avoid that.So I set up resource governour with a new...
View Articlememory for sql server
MY OS is W2K8R2 SE SP1 and SQL Version is SS2K8 R2 SE SP1. The memory installed is 48GB but due OS memory limitations it is using only 32GB. I left 4 GB for OS and am using 28GB max mem setting for SQL...
View ArticleSQL error :(SQL Server 515) (ARERR 552)
Hi All,Today, I received mail from remedy team stating that they are receiving the below error in every 5 mins in there application server.Sun Mar 03 21:41:06 2013 390603 : The SQL database operation...
View Articlestatistics
Hi all,what is the statistics in ms sql server and what is the use of statistics......?thanksnaga
View Articleplan explosion?
I have a piece of code which is doing some odd things, one of which is generating a bad plan - or at least a few million bogus reads and 10 seconds of CPU instead of 100ms, when the value is null. The...
View Article