Windows Server2008 R2 MVC 环境安装配置教程
web开发中避免不了运行环境的搭建,个人认为这是没有什么技术含量而又浪费时间的工作.所以将环境搭建的步骤记录下来,希望可以帮到有需要的朋友少走些弯路.如果有朋友遇到本文未提到的问题也欢迎同笔者联系,一起讨论共同进步.windows Server2008 R2 MVC环境配置之--SQL Server 2008 R21.下载地址:Microsoft® SQL Server® 2008 R2 SP2 -...
View Articlesql server 2012安装程序图集
重点:下面的安装步骤都在断网环境下安装的因为我想查看联网跟没有联网SQL2012会不会下载并安装.net2.0 和.net3.5和.net4和SP1补丁包我的环境:没有集成SP1补丁包的安装包大小是4.71GB,在论坛上各个安装包大小版本都有,我觉得还是以MSDN我告诉你或者MSDN为准。问题一:X64位...
View ArticleSQLintersection Fall 2016
As we head into our 8th SQLintersection next month, I’m excited to say that it’s our most diverse, complete, and information-packed show yet! Wehave3 precon days attheshow and with our postcon day,...
View ArticleRefactoring in SQL Server Data Tools - SSDT
Ed Elliott's Sql Developer Blog Ed is a Sql developer who has a mixed background in support, as a dba and as a developer working with a number of languages c, c#, vb, go, assembly with a variety of...
View ArticleSQL Server: Monitoring Disk Space with FSUTIL command line utility
Introduction This article talks about one of SQL method to fetch the disk usage details and use of T-SQL in conjunction with invoking FSUTIL utility using SQL windows Shell interface xp_cmdshell. The...
View ArticleSQL Server Execution Plan Operator Table Scan
In my previous blog we discussed about the different format of SQL Server execution plan. Now in upcoming blogs we will discussed about the most commonly seen operators we see when execution plan...
View ArticleSQL SERVER Hidden SSMS Gem: Find Dialog’s Unknown Functionality
I have an eye for details and I try to keep looking for something new to some of the tasks I have been doing for years together. This exploration and quest to learn new techniques is what has made me...
View ArticleEpisode 47 Clean Code Writing Meaningful Names
http://media.blubrry.com/codingblocks/p/www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/codingblocks/coding-blocks-episode-047-mono.mp3 Podcast: Play in new window | Download Subscribe:iTunes...
View ArticleHow to import data from Azure Blob Storage to a local file with SQL Server...
By:Daniel Calbimonte || Related Tips:More >Azure Problem I have a csv file in Azure Blob Storage and I want to import to my local SQL Server. Is that possible? What tools do I need to import the...
View ArticleScript to Manage SQL Server Rebuilds and Reorganize for Index Fragmentation
By:Artemakis Artemiou || Related Tips:More > Fragmentation and Index Maintenance Problem Indexes are one of the main database objects in SQL Server that massively contribute towards performance. By...
View ArticleQuery shortcuts in SQL Server Management Studio
Tired of typing out the same queries day after day? Well query shortcuts in SSMS are for you! Following on from my last post Changing connection colours in SSMS I thought I’d write another quick about...
View ArticleUsing R to detect fraud at 1 million transactions per second
In Joseph Sirosh'skeynote presentation at the Data Science Summit on Monday, Wee Hyong Took demonstrated using R in SQL Server 2016 to detect fraud in real-time credit card transactions at a rate of 1...
View ArticleSecuring SQL Server in EC2: certificates, ports and gotchas
One thing you know you should never, ever do is expose a database server to the internet, right? It’s scary what willhappen to that machine. You’re sureit’ll be pwned in seconds. So, you resist until...
View ArticleSQL SERVER SSMS Trick Switching Columns in Grid Output
Yesterdaywhen I wrote about what I learnt from Vinod’s session at the SQL Server User Group meeting, one of my friends wrote back asking what else was discussed. Though I knew some of the tips and...
View ArticleInstalling R packages in SQL Server R Services
Inmy previous article, the R scripts were fairly simple. The more complex the R script is, the more specific your R computation will be. As you progress in your use of R, you will be adding references...
View ArticledbForge Studio For SQL Server Adds Documenter
dbForge Studio For SQL Server Adds Documenter Written by Kay Ewbank Thursday, 29 September 2016 There's a new version of dbForge Studio for SQL Server with a database documenter feature. Devart's...
View ArticleSQLSweet16!, Episode 8: How SQL Server 2016 Cumulative Update 2 (CU2) can...
Sanjay Mishra, Arvind Shyamsundar Reviewed by: Dimitri Furman, Denzil Ribeiro, Mike Ruthruff, Mike Weiner, Ryan Stonecipher, Nitish Upreti, Panagiotis Antonopoulos, Mirek Sztajno Last year, in the...
View ArticleFinding the Attribute
I was playing with some Extended Events recently. If you haven’t tried, I’d encourage you to do so. However, working with XML is not my favorite. I know I can get the GUI in SSMS 16.x to show me...
View ArticleHow to Use Cursors and While loop in SQL Server
In this article we will learn How to Use Cursors and while loop in SQL Server. Table of Contents Background Create two table Cursors While loop Conclusion Background: Normally, when we need data...
View ArticleAn Overview of SQL Server 2016 Licensing
Licensing is always one of the more confusing aspects of any product, and SQL Server 2016 is no exception to that rule. In this post, we’ll take a closer look at the SQL Server 2016 editions and...
View Article