(Chris Shaw) This article is part 7 in a series on the top 10 most common mistakes that I have seen impacting SQL Server Performance and Resiliency. This post is not all inclusive.
Tag: sql server
A look at StretchDB, a new feature in SQL Server 2016
(Rick Heiges) Stretch database (StretchDB), a new feature coming in SQL Server 2016, allows a database to exist partially on-premises and partially in the cloud as an Azure SQL Database.
Retrieving SQL Server Server Roles for Disaster Recovery
(K. Brian Kelley) We ran into a case recently where we had the logins scripted out on my SQL Server instances, but we didn’t have the server roles nor their members. As a result, our recovery efforts were only partially successful.
Using OFFSET and FETCH with the ORDER BY clause
(Kris Wenzel) In this article we explore the OFFSET and FETCH clauses. OFFSET and FETCH are used in conjunction with the SELECT statement ORDER BY clause to provide a means to retrieve a range of records.
Multiple Windows Groups with different default databases
(Kenneth Fisher) A question came up at work the other day, mostly as a mind game, but you never know it might actually come up at some point. So here is the idea.
Microsoft Azure SQL Databases – Power and Performance
(David Postlethwaite) On the Database Scale page we can decide on the performance level that we want our database to have.
SQL SERVER – Identify Disk Latency on SQL Server Box Using PowerShell
(Pinal Dave) Couple of week back, I was playing around with using Powershell for some simple activities. The fall out of that was the ability to search the SQL Server Error Logs. Though we can search for anything, I just showed you a case of usage.
How to Grant Permissions to run SQL Server Profiler for a non System Admin User
(Manvendra Singh) A user with SQL Server db_owner access has a requirement to run SQL Server Profiler on a frequent basis to do some development work in a lower life cycle environment.
SQL SERVER ¨C CREATE TABLE Failed Because Column ¡®C1024¡ä in Table ¡®myTable¡¯ Exceeds the Maximum of 1024 Columns
(Pinal Dave) Sometimes the best way to learn is by taking some of the capabilities to the extreme. This blog post is one of those explorations which I would like to share.
How an MPP appliance solution can improve your future
(James Serra) Massive parallel processing (MPP) is the future for data warehousing.
