Unexpected shutdown for SQL server creating mini dump file
We are using 3 SQL instances (2005 SP4) in cluster network (active passive) and all 3 instance would be running on same node. We have 18GB total memory and max memory for instance1 = 8, other 2 = 4 GB...
View ArticleTimeout issue - Linked server
Hi, We have linked server in sql server from AS400. From last couple of days it shows connection between sql server and As400 through this linked server is slow. Sometimes application timeout. How to...
View ArticleFull backup is not happening due to consistent checkpoint
Full backup is not happening due to consistent checkpoint.We have sql server 2008 r2 wherein a database is of 1.2 TB size. This database files have been properly splited across multiple drives. Log...
View Articleactivity monitor/performance dashboard historical reports
We have performance dashboard reports (SQL 2008 R2 ) to get current state of the system i.e. including cpu, resource waits etc. but is it possible to alter it to get it working for past periods. i.e....
View ArticleRestoring Database to different instance with encryption problems
Hello All! I am having an issue of reading an encrypted table after restoring the table to a different server and instance.Here is my process thus far:Performed Full backup of databaseRestored...
View ArticlePartition scheme
I created a partition scheme with:CREATE PARTITION SCHEME IQPScheme_Right AS PARTITION IQPFN_FinalizeDateRight ALL TO ([PRIMARY]) I then created a partition function with:CREATE PARTITION FUNCTION...
View Articledatabase migration question
SQL server A----Database AASQL Server B---Database BBDo database migration:I backup database AA on sql server A--create aa.back filethen I copy aa.bak file to Server B and restore aa.bak as...
View ArticleLog shipping question
Hi All,I always ask this question to myself very often and sometimes get confused. Why is log shipping called a Disaster recovery solution and not a High availability solution even though it provides...
View ArticleIssue using Tools->Options->Result to Text to customize column delimiter
Hi all,I need to export a large dataset (greater than 6 GB) to text file. Since the dataset contains special characters, I cannot use Import and Export Wizard to export it into text file. (Error...
View ArticleIndex Reorg completes but Update statistics fails
SQL Server 2008 SP3 Enterprise 64 bit on a Windows Server 2008 R2 EnterpriseIn the steps above, Index Rebuild completed but Update Statistics failed on Msg 9100, Level 23, State 2, Line 1 Possible...
View ArticleHow do I see the full SQLl/Query text of a spid?
How do I see the full SQLl/Query text of a spid?I use different ways to get the query, the problem is it truncates the end, so I cannot see the entire query/sql text. Is there another way to a...
View ArticleSQL2012 SP1 - Errorlog message: Failed to allocate BUFs:...
Hi all,recently i have received following errors in my errorlog: Failed to allocate BUFs: FAIL_BUFFER_ALLOCATION 1this error is followed by: Memory Manager KB...
View ArticleUnderstanding of Perfmon-WorkingSet SQL Server Values
Hi All:Working Set is the term that defines the amount of memory currently in use for a processIn one of the server, just i noticed the Working Set of SQL Server is --> 6,514,200,576Please let me...
View ArticleAbout tempdb
I add datafiles tempdb2.ndf and tempdb3.ndf when tempdb out of space.So temp.mdf on E drive, tempdb2.ndf on F drive and tempdb3.ndf on G driveMay I delete tempdb2.ndf and tempdb3.ndf?How can I remove...
View ArticleUnable to cycle error log due to lock that will not clear
Hello, Currently I'm having an issue with cycling the error log on two SQL Server Instances because the file is being used by another process. Simple I know but, when you try to kill the SPID it...
View ArticleConversion from SQL 2005 to SQL 2012 Express
Looking to move a small database from SQL 2005 to SQL 2012 Express - can a 2005 backup file be restored to a newly created 2012 Express database file?
View ArticleSQL Server 2012 not auto-shrinking logfile
We recently deployed SQL Server 2012 Standard on a Server 2008 R2 SP1 machine and, for the most part, everything behaves the same as SQL 2008 R2 (no surprise there). However, one issue I've been...
View ArticleSql server 2008 Partition Master and Child tables monthly require downtime to...
Hi Team,Please help me in this regard!!I have a master and child tables with Foreign key relation, I want to table partition both Master and Child tables monthly basic.Question 1: To add a new...
View ArticleKB2895494 doesn't seem to work in SQL2012 SP1 CU8
KB2895494 was raised as part of SQL2012 SP1 CU7 to stop a memory leak caused by theMEMOBJ_COMPILE_ADHOC memory object not releasing memory. The KB includes a query:-select type,...
View ArticleIntellisense is lazy?
Sql2k8 SSMS intellisense is lazy ot it seems so.After have created an TSQL object my intellisense does not advert its existence. Even after refresh at Sql Server database, intellisense does not show me...
View Article