Enable READ COMMITTED SNAPSHOT
How to enable READ COMMITTED SNAPSHOT on SQL SERVER 2008.
View ArticleSQL 2005 Standard Edition - msdbdata.mdf size
Hi, I have sql 2005 standard edition and notice that the system DB is very large (msdbdata.mdf). It's 3.8GB in size. How can I find out what is it in and how can I clean up the DB and remove the stuff...
View ArticleCannot shrink log file because all logical log files are in use
SQL 2005 9.0.2153 EE EnglishDatabase has recovery model = Full I have job which is executed at night time. It executes these main tasks (in order of execution)1. Renames transaction log backup of...
View ArticleRetrieve one picture file
Hi, Why do I get these below Copy direction must be either 'in', 'out' or 'format'. usage: bcp {dbtable | query} {in | out | queryout | format} datafile [-m maxerrors] [-f formatfile]...
View Articlesignificant part of sql server process memory has been paged out.
Hi ALL, I found the SQL server is extremely slow and there was a error is the error log significant part of sql server process memory has been paged out. This may result in a performance...
View ArticleA significant part of sql server process memory has been paged out
I am struggling to get SQL 2008 Std 64-bit running in an acceptable manner on Server 2008 Enterprise prior to loading my user databases. I have 16 GB of RAM installed, but as soon as I start the SQL...
View Articlesql server process memory has been paged out.
Hi, Recently I have the following error: A significant part of sql server process memory has been paged out. This may result in a performance degradation. Duration: 0 seconds. Working set (KB): 16164,...
View ArticleProblem with vss backup of a specific SQL instance
Hello, On a windows 2008 r2 standard server, we host 2 SQL 2008 r2 enterprise instances with sp1 installed. One of them, the named instance, contains 500-600 databases and the default instance hosts...
View ArticleTransaction (process id) was deadlocked on lock resources...
Hello All, I am getting error "transaction (process id 52) was deadlock on lock resources with another process and has been choosen as deadlock victim, return the transaction" when two users are...
View Articlehung sql server --deadlocked scheduler
Recently we had an unresponsive server due to the errorlog snippet shown. ------------------ 2012-09-17 09:58:24.97 Server Using 'dbghelp.dll' version '4.0.5' 2012-09-17 09:58:25.10 Server...
View ArticleTempDB filled disc ... Have error message ... have a couple of questions
Morning ALL, OK ... had TempDB fill the disc last Saturday morning. Error generated was: Could not allocate space for object 'dbo.SORT temporary run storage: 167566660009984' in database 'tempdb'...
View ArticleProfiler 50-100 of SQL:BatchStrting and no SQL:BatchCompletd every sec
used profiler for database populated by an application and found every hour around 150000 of SQL:BatchStrting and only 10 SQL:BatchCompletd . no log in the database why the batches are starting but not...
View ArticleI/O requests taking longer than 15 seconds on TempDB
Hi, We have sql server 2008r2 active-passive cluster, running on windows 2003. It has 16CPUs, 128GB of RAM, and all databases (including tempdb) are placed on the san, configured with 160 spindles....
View ArticlePartitioning and non-clustered indexes
I have partitioned (range) a very large table. I have re-created the clustered index and included the partition key in it. I also made sure it was created using the partition scheme. All well so far....
View ArticlePartitioning question - after sliding in fragmentation increased!
Hi, this is something that confuses me, and i don't have real explanation for it: We load data into partitioned table by sliding partition in: first we truncate staging table, load it with data, create...
View ArticleUser database in local drive in a Clustered environment
We have a clustered environment with 2 nodes and shared SAN storage. In order to offload our SAN storage, we were thinking about adding a new solid state drive in each node that would have the same...
View ArticleGet the number of concurrent connections
Hi all, is there a way on SQL Server (2005-2008-2012) to know the maximum number of concurrent connection reached in the past xxx hours? Or from the starting of the instance?
View Articlesp_send_dbmail - What is maximum file size can be sent over as an attachment ?
sp_send_dbmail - What is the maximum file size can be sent over as an attachment ? Through SSIS package. We are using compression and send as Zip file. We are sending out of our domain.
View ArticleLog chain question
Hi all, I've a database with recovery model = full. I perform full backup with symantec backup exec, the destination media are tapes. I perform transactional log backup with a scheduled job, the...
View ArticleLong connect time for SQL Server 2008R2
Hi guys, I have upgraded C++ ETL software that connects to databases via ODBC. This software is very stable and has been in use for 8 years now. It is being used in 32 bit mode on plenty of 2008R2...
View Article