SQL Server 2014 columnstore with partitioning/indexed views bug
Hi all,This appears to be two separate bugs in SQL Server 2014, but somewhat related. I'm running the latest cumulative update (version 12.0.2342).Basically, I have a simple table that I partition and...
View ArticleCould not kill one spid - PREEMPTIVE_XE_SESSIONCOMMIT
Dear DBA's, Today I had a problem in my SQL 2008 R2 (10.50.2796) instance. There's na every day Job where I stop one server audit, import some audit files to a table and then start it again. Yesterday...
View ArticleUnreliable partitioned view execution table scan, SQL Server bug?
The query still scans all the tables where it supposes to scan only one table when the tables have more than, say, 10000 rows. The details can be found...
View ArticleSQL server service reboot cause the Buffer Data to flush
Could someone please let me know if I just reboot SQL service on Production SQL Server that Causes to remove all Data cached in Buffer cache ? Is reboot SQL service also flush Procedure cache ?Thank...
View ArticleBrighten up everyone's day! Become a shining September SS DBE Guru!
As we in the Northern hemisphere watch the leaves turn brown, and the days grow shorter once more, we mourn the onset of darkness and cold. Winter is coming, and it may be a long one! (heard that...
View ArticleTroubleshooting Hung Query: flat 25% CPU, no disk or network I/O
I work in an environment where all servers (and SQL Servers) run inside of VMware, using a single EMC disk array with all disks placed into a single huge array that is carved up and handed out. Not an...
View ArticleTables not showing in a new Database created using CREATE DATABASE command
Hi there! I've created a database using "Script Database As" in SSMS. Here's the code generated: USE [master] GO /****** Object: Database [PLMAINDB] Script Date: 08/22/2014 11:25:44 ******/ CREATE...
View ArticleThe transaction log for database 'Test_db' is full due to 'LOG_BACKUP'
My dear All,Came up with another issue:App team is pushing the data from one Prod1 server 'test_1db' to another Prod2 server 'User_db' through a job, here while pushing the data after some duration job...
View ArticleI have enabled both the traces 1204 and 1222 in sql server 2008 but not able...
In Application error: 2014-09-06 12:04:10,140 ERROR [org.apache.catalina.core.ContainerBase] Servlet.service() for servlet DoMethod threw exceptionjavax.servlet.ServletException: java.lang.Exception:...
View ArticleUse of JOBS folder under root directory
Hi,We have Backup, Binn, DATA, Install, JOBS, Log, repldata directories under the instance root directory, as of now I heard the JOBS directory is used for jobs information, but I never see any jobs...
View ArticleVery strange behavior when querying data over linked server
A distributed transaction will be opened for both queries below, and a row will be updated remotely in a given table. However, they will behave internally in a slightly different manner: UPDATE C SET...
View ArticleSQL Server Agent Job is not running as per schedule
I have a job that is supposed to run every 6 AM. It was running last week but not this morning. The big problem is that there are no error messages what so ever. I checked Agent History, SQL server...
View ArticleLimiting no of core with Sql Server 2012
Hi All,we are planning to use Sql Server 2012 EE on a hardware with 64 logical processors but want to limit Sql Server to use only 16 logical processors. Please assist for a solution which should also...
View ArticleHow to resolve a windows authenticated orphaned user in Sql Server 2008 R2?
Hi, We have some orphaned windows authenticated users(domain) in the database while it had been migrated from Sql Server 2005 to Sql Server 2008 R2, because there are no corresponding logins for the...
View ArticleDo I need to install Security Hotfix (KB2977319) after Cumulative Update 12...
HI,I have installed Cumulative Update 12 for SQL Server 2008 R2 SP2 on my SharePoint instances. This was to resolve a known issue faced with the instance. CU12 helped resolve the issue. My company is...
View ArticleUnable to connect through named instance on a cluster env
Hi All,I am unable to connect through named instance on a cluster env, and it happens on the active node where sql server is installed, however when we move the service to the passive node, it start's...
View ArticleFilegroup Restore and error "The online restore to database 'DB' failed."
Hi all,SQL Server 2012 EEWin Server 2008 R2I am doing some tests regarding backup and recovery. Here is what i have done so far: - I have created a small database - populated it, - generated a full...
View ArticleAlwaysON backup question
Hello!I'm trying to set up backup for the database in an AlwaysOn group using Add Maintenance Plan wizard and got puzzled by the...
View ArticleMirrored backup on external HDD fails
Hi all,We have attached a HSB drive to server. When we backup on local drive and USB drive at the same time (mirrored backup) the following error is returned:Executed as user: NT AUTHORITY\SYSTEM. The...
View ArticleGenerate If Exists (drop) + Create DDL with each object in a separate file
Hi all,Is there a 3rd party tool that anyone is aware of that'll script out selected objects from a database into individual .sql files for each object in the same/similar format as doing a 'right...
View Article