SQL SERVER Script Upgrade Failure RsFxFt.Dll::RsFxMgmtInitialize failed: E ...
In the recent few days, I have found many clients having various script upgrade failures while applying service packs or cumulative updates. Here are few of them. Let us learn aboutScript Upgrade...
View ArticleAutomatically Generate Performance Counter Graphs with SQL Server 2016 and R
By:Jeffrey Yao || Related Tips:More >Performance Tuning Problem We collect various performance counters on our SQL Servers and currently we rely on SQL Server Reporting Services (SSRS) or Excel to...
View ArticleFixing SQL Server Database Mirroring Expired Certificates
By:Mohammed Moinudheen || Related Tips:More >Database Mirroring Problem We have SQL Server database mirroring configured using certificates and we are getting database mirroring failure alerts....
View ArticleUsing PerfMon and PAL to Diagnose SQL Issues
Sometime it can be hard to figure out what is going on with SQL server. Issues that occur at odd hours or that are intermediate and are hard to replicate can be especially difficult to pin down. There...
View ArticleSQL Server lock issues when using a DDL (including SELECT INTO) clause in...
Abstract Use of explicit transaction is common in SQL Server development. Sometimes a developer might inadvertently specify a Data Definition Language (including SELECT INTO) clause within a long...
View ArticleImprove Your Missing Index Recommendations
Always Listen to Advice; Don’t Always Follow It We have on many occasions looked at query execution plans in the Management Studio. No doubt you have noticed that occasionally a green note appears in...
View ArticleDoes a TempDB spill mean statistics are out of date?
When you see a yellow bang in an execution plan, and you hover over it to discover that SQL Server spilled out to TempDB, your first reaction is to wail in pain and rend your clothes. Crying over...
View ArticleCardinality Estimation for a Predicate on a COUNT Expression
This article looks into selectivity and cardinality estimation for predicates on COUNT(*) expressions, as may be seen in HAVING clauses. The details are hopefully interesting in themselves. They also...
View ArticleSQLPro for MSSQL
I recently switched to a Mac after decades use with PCs. I loved my Surface Pro 4 and still do, but that I was providing content for those I thought would be on Macs, it seemed like a good idea at the...
View ArticleCpt3 package deal
Thesis Statement Format blog Cpt3 package deal Transaction codes - Community Archive Date: 2017-04-12 22:00 More videos Cpt3 package deal Latest Builds of SQL Server 2016 - SentryOne Team Blog We use...
View ArticleImplementing Fuzzy Sets in SQL Server, Part 10.1: A Crude Introduction to...
By Steve Bolton ………… Early on in this series, we learned how the imprecision in natural language statements like “the weather is hot” can be modeled using fuzzy sets. Ordinarily, the membership grades...
View ArticleSQL SERVER Slow Installation Wizard on Cluster Please Wait While Microsoft ...
Have you come across a situation where setup is taking many hours while navigating from one screen to another in clustered environment? Have you ever waited for many hours watching following message...
View ArticleSQL Server Job Search QandA
By: Cate Murray || Related Tips:More > Professional Development Career Planning Problem During our recent Job Search webcast ( 14 Concepts for a Modern Day Job Search ), there were a number of...
View ArticleWorking with SQL Server in Hybrid Cloud Scenarios
A hybrid cloud is a fairly attractive model when implementing cloud computing in enterprise information systems since this approach combines the advantages of public and private clouds. On the one...
View ArticleImport a bacpac to SQL Server
This is a more of a note-to-self. I sometimes have to import a bacpac file from customer’s database to my local machine to investigate usually from SQL Azure database. For most of the time it’ll be...
View ArticleCodeSOD: A Pre-Packaged Date
Microsoft’s SQL Server Integration Services is an ETL tool that attempts to mix visual programming (for designing data flows) with the reality that at some point, you’re just going to need to write...
View ArticleLast Season’s Performance Tuning Techniques: Slides & Demos
Right now, Erik and I are presenting at the 24 Hours of PASS. We’re talking about Last Season’s Performance Tuning Techniques. You can register and join us now . Wanna play along with us as we show how...
View ArticleDowngrading SQL Server Editions
At some point in your career working with SQL Server, you will run into a situation where the wrong edition of SQL Server has been installed on a server and will need to change the edition for...
View Articleplsqldeveloper中如何将序列的值重设为1. Sql数据库 Sqlserve plsqldeveloper 序列值重 ...
plsqldeveloper中如何将序列的值重设为1.,都知道,在oracle中,实现某个主键自增,一般是用触发器trigger和序列sequence来实现,那么有时候当我们插入数据后,删除或者rollback后,起始的自增id数字不再是1了,那么在plsql developer中我们如何来重置序列的初始值呢,下面分享一下: 1,在plsql...
View Articledruid打印error的sql Sql数据库 Sqlserve sql语句 druid 执行过程 非占位符
druid打印error的sql,druid 执行过程中,正常的sql可以打印拼接好的sql语句[设为debug级别,打印sql语句是非占位符那种],但是异常情况,prepare statement的sql就不打印了 ,只打印带占位符的sql,这时候如果想把这个sql直接拷贝出来行执行一下,还要自己一个一个拼接参数,比较麻烦. 所以做了一个扩展,支持打印异常情况下的拼接好的sql...
View Article