SQL SERVER 2008 R2 PERFORMANCE ISSUE Consumes 4GB even when it is idle
Hi!I have installed SQL server 2008 R2 on Windows 2008 R2however it is stable but the sqlserver consumes 4GB out of 8GB Memory even if there are no trasactions happening in the Idle condition.Is there...
View ArticleDB Mirroring AND Service Broker - Is it possible in SQL 2008 R2?
Don't really know if this should be posted in "High Availability and Disaster Recovery" or "Service Broker" so I post here in the generic forum.We have a three-server setup where almost all databases...
View ArticleTransaction rollback on connection failure or timeout
In SQL server how transaction rollback will work? If i have a huge number of updates in a transaction and during update connection failure or connection timeout occurs then what will happen?Can sql...
View ArticleLinked server error: Named Pipes Provider: Could not open a connection to SQL...
I have a stored procedure that calls a function, the function uses a linked server in it's query.If I execute the stored procedure from the app or from SSMS on my laptop (connected to the host server)...
View ArticleStart incremental population command getting blocked
Hello everyone,We have a full text index on a table with timestamp column. The table is highly active with lots of select/insert/delete commands. Hence the auto population causes deadlock and blocking....
View ArticleIs this a Bug? System Assertion Failure On Manual Update Stats SQL 2008 R2 SP2
System:SQL 2008 R2 SP2 Enterprise x64 (10.50.4000.0)Windows 2008 R2 Enterprise X64 SP1 (6.1.7601) Error Message:Updating [dbo].[Bob]Location: statutil.cpp:3225Expression: m_fInitialized...
View ArticleIs there any Improvement in the Performance when we SET...
Hi , I want to improve the performance of my ETL and to reduce(decrease) the Deadlocks that are occurring , so then i heard of this "READ_COMMITTED_SNAPSHOT to set ON" . but i want to have...
View ArticleShrinking transaction logs
Hello All,We have a development environment using SQL 2008 R2. Our transaction logs are huge, and since this is a development environment we changed the recovery model from Full to Simple to all DBs....
View Articlewhere is sql security stored?
Hi. We are contemplating using san (not sql) snapshots temporarily to deal with a very tight month end window in which we normally get one or two shots at extracting certain info from a voluminous...
View ArticleMoving a database created with LocalDB to a production server ?
I'm developing a web app in VS2012 using LocalDB to create/update the database. For what I understood so far, "...LocalDB is an execution mode of SQL Server Express targeted to program developers..."...
View ArticleMSDBdata.mdf file increased size 15 GB.in that sysdtslog90 table size is 14...
MSDBdata.mdf file increased size 15 GB.in that sysdtslog90 table size is 14 GB.how to reduce size of database.
View ArticleProblem with iFilter 9 with pdf documents and full text
I installed iFilter v9 on my 64 bit Windows 2008r2 machine with SQL Server 2008r2 and configured full-text indexing with a FileStream and loaded in a bunch of pdf documents.Half of the documents appear...
View ArticleUNC limitations in CREATE DATABASE are misdocumented ?
Hi,On MSDN is written in CREATE DATABASE : "SIZE cannot be specified when the os_file_name is specified as a UNC path". This isn't true on SQL Server 2012 and also on SQL Server 2008 R2. It works fine....
View ArticleUsing job_id (in string format) to get job name
Sql Server Experts,I need some help on getting the job information from view sysjobs using job_idI get the job_id from the output of sp_who2 command by saving the result in a table.insert into #sp_who...
View Articlecapture SP_EXECUTESQL in SQL 2008 profiler?
How do you get sql profiler to capture the actual dynamic sql used in SP_EXECUTESQL? I am using the default profiler trace and it does not show up during my profiler session.
View ArticleSQL 2012 SP1
I was going to install CU4 but Microsoft just came out with SP1 for SQL 2012. Use to be that Service packs contained all CUs upto the SP release but going to the Microsoft download site it states that...
View ArticleResource Grovenor: Use of Workload Group?
The purpose of Resource Gorvenor is to limit the resources for requests. Here my question is about the design of it's functionality. In classifier function we specify a workload group to requests and...
View ArticleTransaction recovery during a Crash.
Hi All,I am somewhat confused with the transaction recovery during a system crash. I read that a Redo operation will be performed during a crash recovery whenThe LSN of transaction log record is...
View ArticleInconsist size of tempdb in Windows Explorer and SQL Server
Hi all,We are using SQL Server 2008 R2+SP1.The temdb(mdf) size in SSMS is 5MB but in Windows Explorer it's over 70GB.It does not shrink either.What's the reason and how can I shrink it?Many thanks in...
View ArticleBCP performance issue
All,I would like to clarify on couple of BCP issues that I'm facing1. BCP xxx queryout -S xxx -T -N -m 0 is executing very fast when I run using my ID in command prompt, but when I execute the same as...
View Article