Re:Dead Lock Issue...
HI friends,i am facing one main issue.DEADLOCKS I HAVE ONE DATABASE 'A' THIS 'A' DATABASE GETTING MORE DEADLOCKS ,THIS 'A' DATABASE SIZE IS 200 GBI AM REBUILD THE EACH TABLE AND RUN THEUPDATESTATS...
View ArticleScripting the Maintenance Plan Cleanup Task
Hello all,Hope all is well. I am currently using SQL Server Maintenance Plan to backup 17 databases on the instance. The plan includes the Maintenance cleanup task transformation to delete backups...
View ArticleHigh Hard Faults /Sec and free mem
My Sql Server 2012 is running on server 2008. 72 Gb RamThe db memory settings are 30 GB Min and 64 GB Max (max for standard version)The SSAS is set to min 7 GB and max to 60 GB.When i have lots of...
View ArticleAny automated script or tool for DMV analysis and generate optimization scripts?
Hi,Is there any automated script (or tool) that analyzes all DMVs, create a list of recommandations and produce/recommend optimization scripts?Thank you,
View ArticleThe query has been canceled because the estimated cost of this query exceeds...
Hi Experts, I am getting below error while executing the stored procedure. The query has been canceled because the estimated cost of this query (3258) exceeds the configured threshold of 2500. Contact...
View ArticleEstimate log space required for ALTER TABLE ALTER COLUMN
I need to change the width of a SQL Server 2008 R2 varchar column from 1000 to 60. Data is already < 60. The table is wide and has over 2 Billion rows with insufficient space on its data drives for...
View ArticleSQL Server 2008 detected a logical consistency-based I/O error
Hi, guys!I am using the SQL Server 2008 under Windows 2008 + SP2 and got the following error in the event viewer recently:SQL Server detected a logical consistency-based I/O error: incorrect checksum...
View Articlestolen pages and total pages
We have a SQL Server instance, max memory set to 10gb on a 12gb (VM) server, and these are the numbers I get from the buffer manager, with the plan cache thrown in for good luck. Does that seem about...
View Articlelogin sql server by one windows account
Hi, We have an asp.net intranet website. The users have several roles based on Active Directory. This asp.net website is connected to MS SQL Server. We would like to find thus solution: there is only...
View Article(provider: Named Pipes Provider, error: 40 - Could not open a connection to...
I had 7 table adapter and configure with different SPs. Now i added a new table adapter and configure with new sps, all old dataset is filling up with old sp and adapter. And while filling up new table...
View Articlecreating and assigning Database rights to SQL login ID
I'm creating and assigning Database rights to SQL login ID but a dialog box was saidTITLE: Microsoft SQL Server Management Studio------------------------------Create failed for Login 'xb25-f03f598241'....
View ArticleBackup SQL Server Database errors
Hey guys, I am trying to backup a particular SQL Server database and for some reason when it reaches 90% I get an I/O error and the Maintenance plan backup doesn't finish.I've tried multiple softwares...
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 ArticleFiletable vs windows NTFS access
Can I store my file in FileTable and control the security via sql server? In other words, is there a way to prevent users from windows users from accessing the file? Also is there a way to apply...
View ArticleDTA not consuming workload
Hi everyoneI have run an all day trace on one of our production servers and have attempted to run the trace files through the database tuning advisor. After the workload has been processed by the DTA...
View ArticleOS Error 665(failed to retrieve text for this error. Reason: 15105) while...
Hi everyone,I am performing a backup of sharepoint 2010 content database on my sql 2008 std edition which has file stream enabled and I experience the following problem.When the backup reaches 40%...
View ArticleDTA suggesting inadvisable ammendments
Hi allI have actioned the recommendations on a trace file put through the DTA. It has however made our system even worse performance-wise!It suggested to remove certain indexes which we rely on...
View ArticleTransaction log full with simple recovery mode
Hi, we have a little db with recovery mode=simple. So, with this mode, transaction log suppose to be truncate after each checkpoint. I have a msg in the error log saying this: "The transaction log for...
View ArticleIntermitten Failures in Transaction Log Backups
We are having intermitten failures in backing up the transaction logs. We are running SQL Server 2005 Enterprise with SP 4, working on testing migration to SQL Server 2008 R2.10pm we perform a full...
View ArticleAre physical reads seriously affecting logical reads?
We have a heavily used SP which I'm trying to optimize because it sometimes runs slow.Yesterday on production it took 80 seconds and did 33m logical reads, according to profiler.(btw, this is a long...
View Article