How to know workload type
Hi, Is there any tsql-query/DMV through which I can tell my workload type on database, whether mostly Reads or mostly writes happening? Thanks in Advance.
View ArticleHow to monitor load on my database server ?
Hi Experts, Could anybody please suggest me a way to monitor the load on my database server? What perfmon counters should I monitor on daily basis and confirm that load on the server is increasing day...
View ArticleHow to restore .MDF file to other instance
Hi AllI need your help, one of my sql cluster crashed. I rebuild SQL Cluster with same instance name and cluster name. I want to know how to restore one of our user database .MDF database file. By...
View Articlediagnostic why Dead lock happen on Exclusive waiting for update lock
met the following problem about deadlock, don't know whey this happens, need help, thanks! Here is what happens(the simplified version).I have the following table and indexes:--Create table...
View ArticleSQL Server - Mult threading
Hi , We have requirement to execute a SQL Server 2008 R2 , stored procedure for 200 different input values ( 200 times calling the same procedure) . All these calculations can be executed...
View ArticleDatabase Log file Shrink information
Hello Team,Database log file shrink information: Due to space problem One of my database having 600 gb,under 600 gb log file having 260 gb, in this database we take full backup daily no log...
View ArticlePerformance Tuning Tools
What are the performance tuning tools and where can I learn more about it?
View ArticleHaving access to Server when working with PT
What benefit is it to have the server inhouse of the company (you have the server inside of the company and you do not have a external supplier) when you work with performance tuning?
View ArticleHow to find the list of unused stored procedures in SQL Server 2005?
Hi, I need to find out the list of stored procedures which are not in use. I found there is something called "sys.dm_exec_procedure_stats " for SQL server 2008. Can you please suggest your ides here to...
View ArticleBackup Retention period setting in SQL Server 7
Hi, Can anyone help me out, how to setup retention period for backup in SQL server 7?
View ArticleSQL 2012 restores fail with deadlock caused by intellisense
Hi,We are restoring SQL 2008 R2 backups to a an instance that has been upgraded to 2012 SP1 (2012 (SP1) - 11.0.3000.0 (X64)Enterprise Edition: Core(Build 7601: Service Pack 1)).I'm getting a deadlock...
View ArticleDatetime issue SQL Server 2008R2
My server has System Locale en-gb; English (United Kingdom)Input Locale en-gb; English (United Kingdom)SQL account @@language is BritishI can insert the value '2013-01-18 16:05:21.683' into a DATETIME2...
View ArticleMsg 22832, Level 16, State 1, Procedure sp_cdc_enable_table_internal, Line 607
I am trying to enable cdc on one of my tables, and I get the following error and nothing I have found seems to work,Msg 22832, Level 16, State 1, Procedure sp_cdc_enable_table_internal, Line 607 Could...
View ArticleDatabase size versus table data size
I ran the below query that queries all tables in the database and the total size for reserved space is 17GB. The database size is 294GB. Why is there such a big difference in size. I would expect the...
View ArticleSQL Lite Speed by DELL or Idera SQL Safe
We have about 80 SQL servers that we manage backups for. Some of our largest DB's are as big as 10 TB. What you think is better option SQL Lite Speed by DELL or Idera SQL Safe and where can I find the...
View Articlehigh T-log Size
Hi,I have a a database of 100Gigs and a t-log of 300GB. The database is scheduled for t-log backup every one hour and differential every day.1.I increasted the t-log backup frequency-But there is no...
View ArticleLock Statistics
Hi All,Is there in SQL Server to lock statistics on tables similar to Oracle LOCK Statistics ?
View ArticleFile name in msdb.dbo.backupset no longer matches the actual file name on the...
Thanks in advance for taking the time to read this and comment. Platform: Windows Server 2008 R2 Enterprise Edition SP1 (X64) Microsoft SQL Server 2008 R2 (SP1) - 10.50.2500.0 (X64) Jun 17 2011...
View ArticleProblem with the connection
Hi,I do encounter this error OLE DB provider "OraOLEDB.Oracle" for linked server "ORA_CONN" returned message "ORA-12518: TNS:listener could not hand off client connection". Msg 7303, Level 16, State 1,...
View Article