Transactions rolling/forwarding back and forth whenever performing DBCC CHECKDB.
Hello,In my SQL Server DBCC CHECKDB maintenance plans . I'm noticing in the server logs that there are occasionally a few messages writing with the CHECKDB execution stating that a number of...
View ArticlePossible Schema Corrpution TFS 2010 SP1 Collection Database
Hello,I am trying to upgrade TFS 2010 SP1 to TFS 2013. I have 5 collections and 4 of them upgraded successfully except the 5<sup>th</sup> one which fails with an error message "Possible...
View ArticleLinked Server
Hi,I need to know how to make an existing linked server to point to an different server in Sql Server 2008 R2.Thanks,Vijetha
View ArticleMesure/Calculate IOPs in the production server?
We have production SQL Server and need to measure average IOPs so I can say to possible SAN vendors what is the minimmum IOPs for my server. - What is the calculation/measurement procedure: Can I use...
View ArticleUnable to Open Table via Remote Connection using SQL Server Management Studio
Scenario: SQL Server 2005 is installed on server SQLSERV. SQL Server Management Studio is installed on REMSUPP. When I attempt to log in to server SQLSERV from host REMSUPP, everything works and I...
View ArticleDisable the parameter Include inheritable permissions in SQL Server folder
Hello, I need to explean me:What impact would represent to the operation and performance of SQL Server if i disable the parameter “Include inheritable permissions from this object’s parents” in the...
View ArticleHelp with Dump files from other server.
Hello!I'm having a problem with reading Dump files. The issue is this: I'm working with a great number of SQL Servers installed in a big number of virtual/physical servers. The problem is that I can't...
View ArticleSession ids blocking themselves
theres a scenario where in a session id is blocking itself. the wait type is latch_ex - access_method_database_parentI am capturing the queries and will work on optimizing them however am looking for...
View ArticleSQL Server 2012 Upgrade and Now Server Is Slow
We make heavy use of replication and have separate distributor, publisher and t(3) subscriber servers. A few days ago we updated the distributor from 2005 to 2012 and left the other servers on 2005....
View ArticleDifference between Page Reads/Sec in "Memory" and "Buffer Manager" in perfmon
HiI'm capturing some performance stats of a sql server instance and Performance Objects "Memory" and "Buffer Manager"both have a counter for "Page Reads/Sec". I've read the definitions a few times and...
View ArticleBuffer Cache Hit Ratio
Hello all,My Buffer Cache Hit Ratio is getting down everytime like 55%, How to improve Cache Ratio and what is the best practice.Generally how much % we need to maintain..?
View ArticleHow to find out if SQL server Agent has access to a remote server ?
I want to execute a job from Server1. This job will execute a query on a DB of Server2. I don't know if Server1's SQL server agent has access to Server2's DBs. Is there a way to find out ? If yes, then...
View ArticleHow to do following restore? Full backup takes long and transaction backup in...
One database starts to run full backup at 10am. Full backup finishes at 11:45 AMtransaction log backups every 30 minutes: 10:00am, 10:30am,11:00 am , 11:30 am and 12:00 PMAt 1:30 PMI need to restore...
View ArticleStored Procedure - Execution Time Table?
Hi,In MSSQL 2005 SP2. Does the engine maintain a table with last execution time of a specific Stored Procedure.I would like to query this to determine how far back my query should look since the last...
View ArticleUnexpectedly error - ex_handle_except encountered exception C0000005 - Server...
Hi Guys,I've faced an unexpected error in my test and production environment. The SQL Server was shutdown and it was created a dump file with the follow information:* BEGIN STACK DUMP:...
View ArticleHow do I know how many SQL Servers in my domain?
Hi Experts,A new accidental DBA here. How do I get a list of all the SQLL servers in my domain?Thanks
View Articletroubleshoot one transacion log job failure--need help
Setup transaction log backup of all databases on sql server every hour.3:00 am transation log backup job fails. Then Success at 4:00 am,5:00 am ,6:00 am, 7:00 am...I check job history of 3:00 am...
View ArticleIf I resize job history log to see more entries listed under job history,...
Here is I am going to do:Using SQL Server Management StudioTo resize the job history log based on raw sizeIn Object Explorer, connect to an instance of the SQL Server Database Engine, and then expand...
View ArticleMaintance jobs with Maintenance plans - troubleshooting
Some of our old servers have maintenance jobs created with inbuilt mainteance plans. We find difficulty in troubleshooting these kind of jobs when it fails. Can anyone shed a detailed analysis of how...
View ArticleSQL 2000 public role
Hi~ When we create a new login on SQL 2000 server. It will DEFAULT group into 'public' role on Database master, msdb,.......is it possible to take out the new login from the role 'public' of msdb ??
View Article