(Wu Shuai) Recently, I am working on a request to check the possibility to use SQL Server as Powershell DSC Pull Server’s backend.
Tag: sql server
SQL SERVER – Unable to Bring SQL Online – DoSQLDataRootApplyACL : Failed to Create Directory Tree at SQLDataRoot
(Pinal Dave) Here is one of email which I received from one of my clients where he mentioned that he was unable to bring SQL Online.
#0392 – SQL Server – SSIS – OLE DB Destination – Table Fast Load – Check Constraints option
(Nakul Vachhrajani) Developing SSIS packages is quite easy – it’s mostly drag and drop and some minor configuration, which is a really boon for someone who is new to SSIS.
SQL Server Compression 101
(Richie Lee) The data compression feature in SQL Server can help reduce the size of the database as well as improve the performance of intensive I/O intensive workloads, especially on data warehouses.
Virtue in the Virtual
(Tony Davis) Are we now seeing just a frisson of excitement amongst database professionals at the potential of virtualization, and containerization technologies? I read with interest Andrew Pruski’s recent post on SQL Server and containers.
How to find Longest running queries in SQL Server
(Jack Vamvas) Quite often a customer asks me how to find the longest running queries on a SQL Server . The goal is find queries which run for a long time and also to report on how frequently the queries execute.
SQL SERVER 2016 installation failing due to MSVCR120 missing Update (EXCEPTION_ILLEGAL_INSTRUCTION)
(Vikas Rana) I was working on one of SQL SETUP issue with my colleague Shaurabh Thapa where in SQL SERVER 2016 installation was failing. So we looked into the setup logs and in detail.txt we could see following information:
SQL SERVER – Unable to Recycle ERRORLOG Using sp_cycle_errorlog
(Pinal Dave) There are many DBAs who create jobs in SQL Server to recycle ERRORLOG files every midnight. They also increase the files from 6 to a bigger number so that they have data for more than 6 days.
Deleting Cached Logins For Azure Analysis Services In SQL Server Management Studio
(Chris Webb) When Azure Analysis Services was announced I had to try it out right away. Of course I didn’t read the instructions properly so when I tried to log in to my Azure Analysis Services instance from SQL Server Management Studio, like an idiot I logged in with the wrong username.
Now ‘CREATE OR ALTER’ Stored Procedure, Function, View, Trigger with SQL Server 2016
(Manoj Pandey) SQL Server 2016 release was packed with lot of new features, and I tried to cover most of them, [check here]. This includes some of the major new features like, Polybase, Temporal Tables, JSON support, Stretch DB, Row Level Security, Dynamic data Masking, etc. are very unique to the o
