SQL学习整理(五)高级数据过滤 SQL SQL数据库 SQL学习整理 高级数据过滤
SQL学习整理(五)高级数据过滤目录SQL学习整理五高级数据过滤 目录 组合where子句 In操作符 Not操作符1....
View Article安装SQLServer2008R2教程 SQLServer SQLServer2008R2 数据库安装教程
本篇文章主要来讲安装SQL Server 2008R2的步骤: SQL Server具有很强的伸缩性,即可适应普通用户对数据库的需求,又可适应大规模企业用户对数据库的需求。所以,安装SQL Server2008R2时需要考虑运行的软硬件条件、购买版本和应用功能范围。下面以SQL Server2008R2企业版x64位为例。 安装SQL...
View ArticleThe Brighter Side of SQL Server’s future
Believe it or not, I sometimes like things SP1 for 2016 has a bunch of cool new tricks: I’m pretty psyched on the Wait Stats stuff in actual execution plans. I hope it eventually comes in some form to...
View ArticlePASS Business Analytics Day, Jan 11, Chicago
PASS’ first Business Analytics Day , which will be held in Chicago on January 11, 2017 . You can choose one of two full-day, in-depth sessions for $595: In-Database Analytics with R and SQL Server...
View ArticleSQL SERVER Msg 19062, Level 16, State 1. Could Not Create a Trace File. Error...
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. <EMAIL> Hi...
View ArticleSQL Server 2016 Availability Group Automatic Seeding
By:Simon Liew || Related Tips:More > AlwaysOn Availability Problem Automatic Seeding for an Availability Group (AG) is a new addition to the way databases can be added into an AG in SQL Server...
View ArticleStairway to Columnstore Indexes Level 10: Optimizing Queries For Batch Mode...
In Level 9 of this Stairway , I covered batch mode. I explained why batch mode grants an additional speed boost in addition to the already considerable performance improvements achieved by reading...
View ArticleSQL Server & Containers Part Two
This post follows on from SQL Server & Containers Part 1 and will go through how to build custom container images. Since Part 1 came out Microsoft has released SQL Server vNext which is available...
View ArticleSQL Server vNext CTP1 on Linux
官网已经发布了SQL Server vNext CTP1 on linux https://www.microsoft.com/en-us/sql-server/sql-server-vnext-including-Linux 目前仅提供 Red Hat Enterprise Linux 7.2 和 Ubuntu Linex 16.04 的安装包。根据官网的架势,未来的SQL Server...
View ArticleTutorial: Build a live rental prediction service with SQL Server R Services
A great way to learn is by doing, so if you've been thinking about how to enable R-based computations within SQL Server, a new tutorial will take you through all the steps of building an intelligent...
View ArticleDebugging Control Flow in SQL Server Integration Services - Part 1
By:Nat Sundar || Related Tips:More > Integration Services Development Problem How do I debug Control flow logic in SQL Server Integration Services? Solution Debugging will help us find and resolve...
View ArticleFix SQL Server Installation issue Wait on the Database Engine recovery handle...
By:Manvendra Singh || Related Tips:More > Install and Uninstall Problem I have explained how to fix this issue in my last two tips (Uninstall andsa login). Here I will explain how to fix this issue...
View ArticleChange the Collation Setting for Clustered SQL Server 2014 Instance
One of our SQL Server 2014 clusters was installed and after the install, my client told me that we are supposed to change the SQL Server collation setting. In this post I will show a procedure...
View ArticleSystem Center 2016 Data Protection Manager 部署手册
1. 环境描述 活动目录服务器 计算机名:SH-DC-01 Active Directory:365vCloud.net IP地址:192.168.100.2/24 操作系统:windows Server 2016 中文标准版 已安装角色:ADDS活动目录服务 SCDPM 服务器 计算机名:SH-SCDPM-01 Active Directory:365vCloud.net...
View ArticleSQL Server Restore to LSN
For this post I want to show you how I recovered to a LSN where I did do this on a server where I wanted to go back to a time just before a delete occurred. This is my setup. ALTER DATABASE...
View ArticleSQL SERVER Stop Growing MSDB Database by Removing sysmail_mailitems History
Received an email “Need your urgent help On Demand, our MSDB Database has grown too big and we need help to check our sysmail_mailitems table. We are also facing performance issues.” I have been an...
View ArticleSQL Server Launchpad service cannot be started
By:Vitor Montalvao || Related Tips:More >SQL Server 2016 Problem When you try to start the SQL Server Launchpad service you get the following error: The request failed or the service did not...
View ArticleUsing Extended Events to monitor DAX queries for SSAS Tabular Databases
By:Siddharth Mehta || Related Tips: > Analysis Services Administration Problem Monitoring queries that are executed against a database is a common task for administrators as well as developers for...
View ArticleSQL Server Blocking Report
SQL Server Blocking Report This post can help a SQL DBA / Developer to quickly find the SQL Server Blocking Report using T-SQL scripts. There are various ways to get the SQL Server Blocking Report but...
View Articlesqlservr.exe
We all know what the sqlservr.exeand its importance, but have you noticed the size difference of the .exe when comparing SQL Server 2008R2 to SQL Server 2012 onwards? Let’s look at 2008R2, I navigate...
View Article