Azure SQL Data Warehouse provides frictionless development using SQL Server...
The highly requested feature for SQL Data Warehouse (SQL DW) is now in preview with the support for SQL Server Data Tool (SSDT) in Visual Studio! Teams of developers can now collaborate over a single,...
View ArticleT-SQL Tuesday 108 Non SQL Server Technologies
I like that T-SQL Tuesday reminds me to blog. I often forget that I have to do the work to make it relevant. This month’s T-SQL Tuesday is hosted by Malathi Mahadeven ( B | T ) and she’s picked the...
View ArticleHow do I run SQL Server on AWS?
How do I run SQL Server on AWS? Running SQL Server on AWS can be done in 2 ways. Relation Database Service (RDS): AWS’s managed solution where some of the administration (maintenance, backups and...
View ArticleSQL Server 2016/2017/2019 database backup read IO accounting in Resource...
I was asked to look at performance degradation of a specific query after a system had upgraded to SQL Server 2016. The performance degradation was mitigated by changing database compatibility level...
View ArticleT-SQL Tuesday Non-SQL Server Technologies
So, this month’s T-SQL Tuesday topic is to think about a non-SQL Server technology that we want to learn. For me, I’m going to pick machine learning. As a DBA, I’ve always looked at machine learning as...
View ArticleHarvesting SQL Server optimizer stats detail from Query Plan XML: Part II SQL...
Earlier this year I wrote one of my most popular blog posts to date, with a query to help harvest optimizer stats detail from plan XML when trace flag 8666 is enabled. In that blog post I hinted it...
View ArticleThe SQL SERVER 2008 connection string using Java throws an exception message
Need help configuring the SQL Server CE connection string in Fluent NHibernate I'm trying to return a session factory using this code: return Fluently.Configure()...
View ArticleShould you update stats for your SQL Server database?
Statistics on database objects are very important to the SQL Server engine optimizing execution plans and running at the most optimal performance. There is often many times people ask do or do I not...
View ArticleSDU Tools: List Indexes in a SQL Server Database
When I'm working with a SQL Server database, I often need a simple list of all the indexes that are already in place. I want it in a concise form. In our free SDU Tools for developers and DBAs, we...
View ArticleMigrating data from Access to SQLServer
I have a (vb.net) program that a company uses that was running on an MS Access database. However, when some data was overwritten and lost, I decided to move it over to SQLServer. To do this, I used a...
View ArticleSQL interview questions and answers on SQL Server Failover Clusters I
SQL interview questions 1:What is a windows failover cluster? The cluster contains Group of servers called a node, those servers work together to act as a single entity for a client. The cluster is...
View ArticleSQL interview questions and answers on SQL Server Failover Clusters II
SQL interview questions 1:You had a request to install SQL Server 2008 failover cluster on windows Server 2012 R2. A Windows failover cluster is already ready. SQL Server 2008 installation failed at...
View ArticleSQL Server - Insert a string record containing a backslash
I'm trying to insert a record in the table where one of the column has following value. \\\\a\\b\\c Database DataProvider = new SqlDatabase(connectionstring); DataProvider.ExecuteNonQuery("sprocname",...
View ArticlePowerShell to find the listening port and its process - eg SQL Server...
Problem Enterprise environment always enforce security in different levels. One such level is network ports. There will be less questions when we want to open port 443 for http(s) communication. Also...
View ArticleSQL Server 2017 Step By Step Installation Guide
By:Rajendra Gupta | Last Updated: 2018-11-07 || Related Tips:More > SQL Server 2017 Problem Microsoft SQL Server 2017 has many new features. In thisprevious tip, we installed a database engine with...
View ArticleTSQL-Tuesday #108: A Journey Into CI/CD
Reading Time: 4 minutes This month’s TSQL Tuesday is hosted byMalathi Mahadevan ( w | t ) and she asks us to write about one thing you want to learn that is not SQL Server. As a database administrator...
View ArticleSQL Server IaaS Versus PaaS On AWS
Premium Blob Storage In Azure Kevin Feasel 2018-11-07 Cloud , Storage No Comment James Serra describes a new tier of Azure Blob Storage: As a follow-up to my blogAzure Archive Blob Storage, Microsoft...
View ArticleThe Performance Impacts Of Query Store
Erin Stellato explains the performance impacts of enabling Query Store in various types of environments : The short answer: The majority of workloads won’t see an impact on system performance Will...
View ArticleWhat’s New in SQL Server 2019 CTP 2.1: Faster Functions
A while back, we talked you through a public whitepaper about how Microsoft was working on making user-defined functions go faster . Now that the next preview (CTP2.1) of SQL Server 2019 is out , you...
View ArticleNew 200TB Fast Track Solution Proves Dell EMC is the Go-To Platform for SQL...
Dell EMC now offers the LARGEST, SMALLEST and MOST array-based solutions in Microsoft’s SQL Server Fast Track catalog what else would you expect from the leader in midrange storage? Today’s business...
View Article