SQL Server成为新的云端狩猎场
现在,借助一项尚处于测试阶段的 新服务 ,用户可以在谷歌云平台上运行微软的SQL Server了。近来,SQL Server似乎已经成了主流云提供商关注的焦点。亚马逊为运行在AWS上的SQL Server增加了本地备份支持,而微软则在SQL Server 2016中内置了 Stretch数据库 ,将本地数据库与Azure无缝地集成。 谷歌的新服务是IAAS层面的。官方提供了在windows...
View ArticleSQL Server Database Backup and Restore
[Total: 1 Average: 5/5] SQL Server database backup and restore is crucialand you can do it with the help ofSqlBak. One of the popular questions is “Do I need SQL Server database backup and restore on...
View ArticleIntroducing Temporal Tables in SQL Server 2016 (Part 1)
SQL Server 2016 introduces System Version Tables, which is the formal name for the long awaited temporal data feature. In this blog post (part 1) I’ll explain what temporal is all about, and my next...
View ArticlePerformance Issues when Updating Data with a SQL Server Linked Server
By:Ranga Babu || Related Tips:More >Linked Servers Problem SQL Server Linked Servers are a great to query remote databases, but when running update queries they don't always behave like they...
View ArticleSQL Server Performance Tuning Tips
Database is the most important and powerful part of any application. If your database is not working properly and taking long time to compute the result, this means something is going wrong in...
View ArticleExploring SQL Server 2016 JSON data Part 2
In Part 1 of this series, it was shown how to generate JSON data from the existing table. In this post we can explore how to import JSON datainto a table SQL Server 2016 supports OPENJSON , a...
View ArticleMicrosoft SQL Server Management Studio for SQL Server 2016
This short article is to let you know SQL Server Management Studio is no longer part of the SQL Server installation in SQL Server 2016 and it is also not part of the ISO. When you go to installation...
View ArticleUsing Index Operational Stats to Drill Into High Latch and Lock Waits
In part one of this series on the index operational statistics Dynamic Management Function (sys.dm_db_index_operational_stats) I focused on showing how different query behavior manifested itself in the...
View ArticleWhat’s New in SQL Server 2016 Integration Services
With all of the other new features in SQL Server 2016, it’s easy to overlook the enhancements that Microsoft has made to SQL Server Integration Services ( SSIS ). First introduced with SQL Server...
View Article#0383 SQL Server Basics Msg 1013 The objects in the FROM clause have ...
Working with complex queries (those that have more than a handful of joins), one of the things that is difficult for novice developers is to keep track of where they are and which objects have already...
View ArticleUse Sqoop to Load Data from a SQL Server Table to a Hadoop Distributed File...
Problem I need to load data from a SQL Server table to a Hadoop Distributed File System. How can I use Sqoop to transfer the data? Can you provide the syntax and an example? Also, how do you validate...
View ArticleSQL Server 2016 Management Studio Enhancements
By:Rajendra Gupta || Related Tips:More > SQL Server Management Studio Problem In this previous tip New Features in SQL Server Management Studio for SQL Server 2016 , we have seen some of the new...
View ArticleOptimizing SQL Server Network Performance
Pinal Dave has a great blog on how to Identify Application vs Network Performance Issues using SQL Server Dynamic Management Views (DMV). We provided some sample scripts on getting the data from...
View ArticleIT/Dev Connections 2016 Speaker Highlight: Ryan Adams
Part of an ongoing series, we're highlighting the excellent speakers we have handpicked to present phenomenal and extremely valuable content at the IT/Dev Connections conference . Want more? Get the...
View ArticleEasy pivot: From key-value pairs to columns
Easy pivot: From key-value pairs tocolumns August 29, 2016 Leave a comment This article was recently published on dev.getroadmap.com : If there is one thing I pretty much hate doing in T-SQL it’s PIVOT...
View Article7 Essential Steps to Recover a Corrupt SQL Server Database
This post - 7 Essential Steps to Recover a Corrupt SQL Server Database - is written by a Guest Blogger. Andrew Jackson is a SQL and SQL Server blogger too. Helikes to share about SQL Server and the...
View Article[Video] Office Hours 2016/08/24 (With Transcriptions)
This week, Richie and Erik discuss in-place instance upgrades, availability groups, the cloud, job security, business intelligence and user adoption, and much more! Here’s the video on YouTube: You can...
View ArticleSQL Server 2016 Truncate Table with Partitions
Problem SQL Server Database Administrators prefer using the TRUNCATE TABLE statement over DELETE statement because it is faster, minimally logged and consumes less server resources. The downside of the...
View ArticleVisual Studio 2015 keyboard shortcuts
Analyze Navigate Backward Shift+Alt+3 Navigate Forward Shift+Alt+4 Architecture New Code Map Ctrl+\, Ctrl+O New UMLor Layer Diagram Ctrl+\, Ctrl+N Architecture Context Menus Add Node Ins Both...
View Article开启SQL Server 2012 远程调试功能
入职这个公司以来,每天写的最多的就是 SQLServer 存储过程。作为一个非专业开发出身的人员,几乎每天都在摸索着前进。 写庞大存储过程的痛苦,逼得我经常去尝试一些SSMS的替代工具。昨天在尝试一款替代工具时发现 SQL 语句竟然也可以逐步调试。于是回想起SSMS也有调试菜单啊,说不定微软就给我们提供了一大杀器呢! 调试工具: 在未使用工具的蛮荒时代,我们调试存储过程都是使用 Print...
View Article