IO Bottleneck on SQL Server 2008 r2
Using dynamic views, I found that one of the data files' read performance is > 100ms. ie.. SELECT mf.Name FROM sys.dm_io_virtual_file_stats(NULL, NULL) AS fs INNER JOIN sys.master_files AS mf ON...
View ArticleWhy extended stored procedure marked as depecated in SQL server?
I Know that CLR stored procedures has many advantages over extended stored procedures like type and exception safety and greater control from SQL server over them, but they have at least one...
View ArticleSQL Server not found
Hi I have installed SQL Server web edition on windows 8 pro with IIS 8. The installation was successful. But when I try my ASP.NET website I get the following error. The network path was not found...
View ArticleAtlas XL on SQL Server Performance
Hi, Does anybody know anything about the impact of Atlas XL on SQL Server Performance? I don't have any specific issue. I'm just wondering if there are any performance related issues I should look out...
View ArticleHow to cache rows?
Hi This is my procedure: create procedure [dbo].DebugSpTestCache @filter nvarchar(100), @checkDescription int as begin if @checkDescription = 1...
View ArticleCreate a New Resource Pool
We are running a heavy process on some of the SQL Server instances we have on a server which spikes the CPU to hundred percent (We do this only for a couple of hours). During this processing one of the...
View ArticleSQL Server 2008 SP3 - Mirror Accessibility
Thanks for looking at my posting! SQL Server 2008 SP3 in Mirroring. All is working fine and was wondering how I can better utilize access to the mirror for reporting and other tasks - obviously in...
View ArticleUnable to get thread context - no pss & sp_whoisactive
2012-10-29 07:20:50.07 Server Using 'dbghelp.dll' version '4.0.5' 2012-10-29 07:20:50.11 Server ***Unable to get thread context - no pss 2012-10-29 07:20:50.11 Server *...
View ArticleSQL Server 2005 Memory Issue
Hi, We have SQL Server 2005 Standard Edition running Windows 2003 Enterprise Edition (both 32 bits) with 4 processor and 32GB RAM. In SQL Server properties it shows all 32GB memory. But when I checked...
View ArticleSQL Express database file auto-creation error but web-config changed to Azure...
I have an app that is based on the new MVC4 template with SImple Membership provider. I've deployed the app to an Azure website and changed the connection string from a local express-database to an...
View ArticleShrink question
I understand the when we shrink a database, SQL Server will always move the last pages up in the list. If I rebuild my index and then perform shrink, what would it do as there would be nothing to move...
View Articlei have one ques.. in my data file file store in E: drive here how to...
thanks Thanks, Purna
View ArticleSql Server Error(288).Attempt to release mutex not owned by caller.
Hi friends, There is huge spike i am observing since last one week, and i saw event viewer and found the below error.Please find screenshote above "SQLVDI: Loc=CVDS::Cleanup....
View ArticleSQL Server 2005 Attach Adventure Works Database Error
Dear All, After being successfully authenticated via windows logon, when we try to attach the Adventure Works Db, we get an error saying "attach database facility" not provided to the user, even after...
View ArticleEnabling CDC in Windows Server 2008 R2
Hi, I having one question. For Example: I have enabled CDC on Database01 on Server01 Then i taken the backup of Database 02 and restored on Server02. Now i want to enable CDC on Database02 with out...
View ArticleStart incremental population command getting blocked
Hello everyone, We have a full text index on a table with timestamp column. The table is highly active with lots of select/insert/delete commands. Hence the auto population causes deadlock and...
View ArticleHow to set newly created database to be in Full Recovery by default
How to set newly created database to be in Full Recovery by default and not in Simple recovery model by default.
View ArticleHow to tell the Drives are on RAID 10 or RAID 5
Hi, I m trying to figure out the disk configuration on one of our warehouse servers. Is there anyway to tell if the Disk is in RAID 5 or RAID 10? I know its related to Hardware, But curious if we can...
View Article