sql server Virtual Log files
hi,my Log file size is 50 gb, in that 50 gb log file how many "Virtual log " files are created in internally.
View ArticleSQL 2012 System_Health extended events parser?
Hi experts, I am studying system_health now. I am trying to find out a best system_health extended event parser.The first one...
View ArticleCPU usage is increased after installing CU 8 for SQL Server 2008 R2 SP2
Hi,CPU usage is increased by 15 -20 % after installing CU 8 for SQL Server 2008 R2 SP2.Does anybody experienced this? are there any known issues with CU8?
View ArticleReg : SQL Server unexpected shutdown
Hi AllGreetings for the Day !!Today morning suddenly one of my client server got restarted and due to which the SQL server got stopped, while starting we are getting error as"This error occurs when...
View ArticleChanging the current value of the Sequence
Hi,How do i change the Current Value of the Sequences without changing the Restart Sequence?Right now I have this SEQTitle sequence:------Restart Sequence: 1Current Value: 10------I want the Restart...
View ArticleSql Server Configuration is Not Displayed!!
hi all, i am using SQL server 2008. i have sysadmin permission in server level, also i have administrator privilege from the windows security.i am getting the below error when i am trying to see SQL...
View ArticleSQL Server running slow
Greetings, In my environment we have a linked server between two servers in two different domain, one machine is a physical and another is logical, the application runs MERGE statement between the...
View ArticleIndex Fragmentation
Hello,Quick question, I have just run DBCC SHOWCONTIG against an index I created against the Person.Person table in the AdventureWorks database and the results are below. Can someone let me know how...
View Articlesql server Network latency monitoring
when i check wait stats i see most of the waits are async_network_io so how do i check what is the response time from application end for each request.
View ArticleSQL DUMP
HI~~ I am using a new installed SQL 2012 Server, and recently i find many SQL DUMP in sp_readerrorlog.is there anything that I can turn that off? is that harm to the system ?
View ArticleFilegroups or partitioning big table with limit fisical drives
Hi all, I'm writing from Italy, sorry for my English...I try to do my best, anyway I got a little question about performance and concurrency with bigs tables.My SQLServer have 4 CPU and 3 fisical drive...
View ArticleHow to restore rows deleted by mistake?
I'm developing an app that runs against a SQL Server Express 2008 database. As I was testing something, I deleted some rows by mistake. There does not seem to be a backup. I tried...
View ArticleAlways On Availability Question mark?
Dear Friends,In my production environment I have two database Servers know as SQL-DB1 (prod) and SQL-DB2 (Stand by server). I have made a cluster between two and SQL-Db1 is my primary database server....
View ArticleBetter understanding dead lock behaviour
Hello,I'm trying to better understandt the internals of deadlocks so I did the followingCREATE TABLE [dbo].[teste]([c1] [char](50) NOT NULL PRIMARY KEY,[c2] [bigint] NOT NULL,[c3] [char](7500) NOT NULL...
View ArticleBulk insert internals
Hello everybody,I'm looking for a good description of the difference between bulk and normal inserts. Sources I've found such as Data Loading Performance Guide focus too much on other aspects of bulk...
View ArticleFind process consuming high memory
Hi,The memory usage by SQL server is around 11GB in our server. I would want to see which process are causing this problem? Is there any simple and straight forward way to find out the...
View ArticleHow to get further diagnostics from SQL Server for intermittent "Could not...
Hi,I am trying to diagnose and resolve an intermittent problem on a remote customer's system. The reported problem is being unable to logon to the application that I support until they restart the...
View ArticleDeadlock in 2 different table on different update statement
Read committed Snapshot enabled in DB level. SQL SERVER 2008 r2 sp2 64bit I need to find a solution to resolve this . Previously i added a non-cluster index to resolve some of the deadlock problem...
View ArticleA transport-level error has occurred when sending the request to the server
Hiwhen connecting from my local machine to a remote sql server i sometimes get this message when trying to execute a query:"A transport-level error has occurred when sending the request to the server....
View Article