LOg cache question
Hi all,As we know log file will not contain the pages, It contains the series of log records.I have couple of doubts here 1) in SQL server memory pool LOG CACHE is for Transaction LOG FILE??2) If so...
View Articlesql2005 database restore from another sql2005 backup file error.
hii try to restore a bak file from another sql2005 server to my sql2005 server, but it show the error message as below : TITLE: Microsoft SQL Server Management Studio...
View ArticleSQL Server 2008 CDC?
Hello:I have CDC (Change Data Capture) enabled for 3 tables. due to heavy workload\INSERT, my CDC Capture Job is set to continous.when i run my DMVs i see that column waittype & last waittype is...
View ArticleSQL server agent restart itself
Recently we have two SQL servers 2008R2 (SP1) experiencing a random restart of SQL agent. We are sure no one restarted but it restarted by its own and runs fine ever since. By looking at the error log...
View ArticleSQL 2008 R2 tempdb keeps growing when I run a certain query
We have a certain query that now seems to result in tempdb growing until the disk runs out of space. This has started happening recently, and seems to be very similar to an issue we had about a year...
View ArticleCould be bug with maintenance plan
I encountered an issues with my backup maintenance plan failing in SQL 2008 R2.The issue started when my user created a DB with these 2 symbols in the DB name -> $( <-- ex: $(test1)the $...
View ArticleDatabase Mail. Unsent messages.
Hi, I've gone over a dozen Database Mail install instructions. They are all very well written and the same.I've searched for answers to the error messages, found some talented solutions but haven't...
View ArticleSQL server memory usage best practices
I run SQL 2005 64bit on a Win2008 R2 Cluster with an active and a passive node. The rdbms hosts one DB at 40 GB and a few more db's at another 20 GB. Total size for all databases sums to 60GB. The...
View ArticleMSSQL 2008R2 Audit Logs
I have a question regarding MSSQL2008R2, I'm responsible for conducting security scanning and assessments, I am not a DBA, so please bear with me. When using Tenable Nessus to scan the database, a...
View ArticleWhy does SQL server resets TCP connections?
Hi experts, Please see screenshot here(http://www.4shared.com/file/jTRUk_Gf/All_SAP_connections_are_droppe.html).Application Reset:This situation also generates a lot of calls and, unfortunately,...
View ArticleExecution Plan vs. TIME/IO Statistics vs. Extended Event data
I've ran into an odd issue. I'm looking at the 'actual' execution plans of two different approaches to the same query. It tells me that the first approach is 97% of the cost, and the second is 3% cost...
View ArticleSQL Server DB slow to backup under Backup Exec
We have randomly gotten a slow down in our backup speeds within our SAN connection. Two servers both running Windows Server 2008 Enterprise with SQL Server 2008 R2. Both are HP DL380 G7 servers...
View Articleasync_network_io
Hi All,I am facing a Major Issue. I have a table which is having just 21000 records and its size is around 4 GB.When i run a just simple plain select * from tablename statement its taking around 10...
View ArticleTDE-related DMV
Hello!I encrypted one of my test databases with TDE encryption using this code:USE master; GO CREATE MASTER KEY ENCRYPTION BY PASSWORD = '<UseStrongPasswordHere>'; go CREATE CERTIFICATE...
View Articleavg_page_space_used_in_percent very Low
Hello All,I am facing a Issue. For most of my index avg_page_space_used_in_percent is very low.My indexes are rebuilt every week. Please suggest how can i increase the...
View ArticleSQL server license for vm ware for windows 2008 r2
We are planning to host sql server 2008 r2 in a virtual machine with 8 VCPU. How many licenses needed for this config?How many licenses required for 4 CPU X 4 Core physical processor ?Please help me...
View Article