(Daniel Farina) You are developing a SQL Server application and at some point in your code you receive the error “String or binary data would be truncated”. After digging into the code you discovered that this error message is caused because a table has a VARCHAR(1000) column and you need to insert
Tag: sql server
SQL SERVER – Rule ‘Windows Management Instrumentation (WMI) Service’ failed
(Pinal Dave) When I visit my client site for doing performance tuning consulting, I sometimes get trapped with some unrelated issue. Here is one of the situation where they were upgrading from SQL 2008 R2 to SQL 2014 on a two node cluster.
Implement Continuous Delivery for SQL Server Reporting Service Reports
(Nat Sundar) What is Continuous Delivery and how do I implement Continuous Delivery for SQL Server Reporting Services Reports?
SQL SERVER – Msg 19062, Level 16, State 1. Could Not Create a Trace File. Error = 0x80070005
(Pinal Dave) One of my clients reported a strange problem and I learned something new from it. Here is the conversation where we discussed how to fix error 19062 – could not create a trace file.
SQL Server Enterprise Advanced Scan aka Merry-Go-Round Scan
(Simon Liew) A rarely known feature of SQL Server Enterprise Edition is the Advanced Scan (aka Merry-Go-Round Scan). Microsoft does not seem to mention this feature much, so there is a lack of documentation about how the Advanced Scan works.
SQL SERVER – Best Practices About SQL Server Service Account and Password Management
(Pinal Dave) One of my clients posted a question to me about management of SQL Server service account. Since it was a nice learning for me, I am sharing my discussion via this blog post. Let us see the Best Practices About SQL Server Service Account and Password Management.
How to query a SQL Server Analysis Services Data Mining Model with DMX
(Siddharth Mehta) SQL Server Analysis Services (SSAS) Data Mining models and structures are created using the SQL Server Data Tools (SSDT). A Data Mining model is composed of a structure and a data mining algorithm associated with it.
SQL SERVER 2016 – DBCC Command Enhancement with MAXDOP
(Pinal Dave) When you want to be successful, you need to run alone and fast. But if you want to run longer, you want to run together. I have personally seen multiple instances where this statement holds true to every word.
Using SQL Server Data Analysis for Stock Trading Strategies
(Rick Dobson) Our business runs a stock advisory service. Some of our clients trade our recommended stocks at a loss by buying at a high price and selling at a low price.
SQL SERVER – Back to Basics – What is Azure?
(Pinal Dave) Recently I was at a community session talking to a bunch of computer science students about databases and the type of work I have been doing lately in consulting. I wanted to talk about Performance tuning and why it is critical to understand the basics.
