Mesure/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 ArticleMessage [097] Memory leak detected [8 bytes]
I stopped sql agent, reporting services and sqlserver 2008, then restarted them, when look at the sql agent log file, I see the msg:1/12/2014 10:48:45 PM:[097] Memory leak detected [8 bytes]1/12/2014...
View ArticleRegarding SQL Service Account Temp files
Experts,The SQL Server C drive got filled up that there is almost no space. When examined found this one below occuping around 16 GB. Is it safe to delete the files on the below location. They have...
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 ArticleRecover database
Hi,Please consider the below scenario, please let me know the recover my db.Monday- 10 PM full backupTuesday- 6AM differential backupTuesday- 1PM Differential backupand transactional backup will take...
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 ArticleEvent 10016
On a Windows 2008 R2 server running SQL Server 2012, I started getting these recently: SQL Server Scheduled Job 'Intraday Backup 1500.Subplan_1' (0x65C01B2C6FA5124493CA18E3665B09AA) - Status: Failed -...
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 ArticleFind out SQL Server job owner
Dear all, I am trying to find out if there is a way of finding out if a particular login in different servers owns a job, instead of loging into the individual server and finding out please?Thank you...
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 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 ArticleCannot see dm_db_index_physical_stats
HiI have a number of DB's set up on a SQL 2008 instance using 2005 compatability.I would like to see the level of fragmentaion on the indexes however when I right click on index, slect properties 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 ArticleDMV permissions in 2005/08
Hi Hopefully this is a very simple question . If I need to select from a specific DMV , will it work if I am granted specific Select permission on the DMV without having view Server State...
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 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 Article