SQL server 2005 DeadLock
Hi,What this deadlock graph indicates and how to resolve this issue?
View ArticleI O usage
Recently after a data center outage upgrade, our network people are troubleshooting some SAN I/O issues.One thing they want to find out what causes the big I/Os, and ask me also as a dba to provide a...
View ArticleSELECT statement leaving open transaction causes blocking
Hi all,I'll be interested to see if I get any responses on this at all, but here goes.I have a user that runs a very simple statement from SSMS:select ContactID, AddressID, * from dbo.Contact where...
View Article2K8R2: Merge statement bug? A severe error occurred on the current command....
version is:Microsoft SQL Server 2008 R2 (SP1) - 10.50.2811.0 (X64) Apr 6 2012 01:59:29 Copyright (c) Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601:...
View ArticleBaselining using sys.dm_os_performance_counters output
Hi All. Hope this makes sense...When you query sys.dm_os_performance_counters, you get perf counter data normalized something like:COUNTER_1, VALUECOUNTER_2, VALUEIf you get the same counter data out...
View ArticleWhere can I find column description for internal views such as...
It seems that MSDN only said system_internals_partition_columns, system_internals_partitions, etc. are internal views. But do not provide any more information about its column information. Where can I...
View Articlehow to get OS available memory & total memory in sql server 2005 & 2000
how to get OS available memory & total memory in sql server 2005 & 2000.sys.dm_os_sys_memory is only working for sql server 2008.
View ArticleSQL Server 2008 R2 Express with Advanced Services is free??
Hi All,SQL Server 2008 R2 Express with Advanced Services is free for lifetime??and can i use as a witness server in mirroring??
View ArticleRe:Blockinges..
HI Friends, i am facing BLOCKING issues in no.of timeshow to resolve the BLOCKING's with out " Killing " please tem solution step by step.. Regards,Purna...Thanks, Purna
View ArticleSQL Server 2012 and audit data
Hi,I am trying to implement audit on SQL Server 2012. Everything went fine as per the documentation, except that the events I monitor:( a select statement on som tables, ) are not recorded.What am I...
View Articletable taking 50% more space than it should
Hi All,I have a table with 1.4 billion rowsin - it is a many to many - and I have been carrying out some work before christmas towards partitioning it.the length of the row is only 33 bytes, however...
View ArticleHow to recover database from .mdf file
create a database ofequal size to the one you're trying to attachshutdown the server (Stop)swap in the old mdf file (replace new .mdf file with .mdf file to be recovered )Location: C:\Program...
View ArticleOracle to SQL Server Migration estimation
Hi,I am working on an Oracle to SQL Server migration project and need help with the estimation of stored procedures. What criteria needs to be used for estimation? Currently I need to provide...
View ArticlePerformance Investigation and Potential Fix/Solution
OS: Windows 2008 R2SQL Server: 2008 R2 SP2OS Memory: 16 GBSQL Server Max Memory: 12 GBDatabase is in SIMPLE recovery mode.1. I saw some blocking on executing sp_who2 and ran Paul Randal's Where it...
View ArticleO/S Memory Consumption Issue
Hello,I am using SQL Server 2008 R2 SE installed on WIndows Server 2008 R2 SE. I recently installed a third party tool to monitor the SQLServer and I am seeing O/S Memory Utilization in a critical...
View ArticleAh - Its a Data Orgy !!!
SQL Server 2008 Fully Patched Enterprise Edition Database in Full Recovery Model Logs backed up every 15 minutes All indexes fully optimized =================================Thanks for looking at my...
View ArticleSQL Server Agent Jobs not running 'SQL Server Agent is not currently running...
Hello All,We have sql 2008 R2 SP1 A/P cluster running on VM.SQL Server Agent jobs are not running. If I manually try to run the job it gives below error'SQL Server Agent is not currently running so it...
View ArticleSQL 2005 Jobs randomly fail with authentication error?
I dump the tran logs every hour and am getting random failures of the job to authenticate? Owner is sa, so how can it fail? No system or application event errors related to this. We have already...
View ArticleData loss when transaction fails caused by full C drive
I knew that bad things can happen if the C: drive fills but apparently this can cause SQL Server to neither commit or correctly rollback a transaction?This occured on SQL Server 2008 R2 in a database...
View Articlescript level upgrade for database 'master' failed because upgrade step...
Greetings. I recieved this error when attempting to restart SQL Server 2008R2 after installing SP2. The install claimed it was successful upon completion, but then wouldn't restart.There are many posts...
View Article