(blobeater) Creating copies of your Azure SQL Database is a common and relatively simple process. You can issue a TSQL statement on the master database such as:
Tag: sql server
SQL Audit Not Showing Full SQL Statement
(Thomas LaRock) I noticed some MSDN forum posts regarding SQL Audit not showing the full SQL statement. To the end user, it appears that SQL Audit is truncating of SQL statements. I decided to write a quick post to help clear up the confusion for large SQL statements and how they appear in SQL Audit
Reordering Multiple Columns With ‘Remove Other Columns’ In The Power Query Editor
(Chris Webb) In the comments to my last blog post on how the order that you select columns can affect the output of certain calculations, both Bradley Sawler and John B. Thomas pointed out something very useful that I didn’t know about: that the order you select columns can also be used with the ‘Re
SQL SERVER – Unable to Add Node – Could not find subkey System CurrentControlSet Services MSSQLFDLauncher. Error code 0x851B0001
(Pinal Dave) This was an interesting scenario I encountered when configuring one of the clusters. I had finished installing SQL Server on Node1 and had started running ADD NODE on Node2. We got this error in the setup wizard before reaching the Service Account Password page.
SQL Server Database Encryption for GDPR Compliance with DbDefence
(Jeremy Kadlec) The European Union (EU) General Data Protection Regulation (GDPR) has worldwide implications to meet an upcoming deadline on May 25, 2018. What is important to note is that GDPR is just not for large companies in the EU, it is for any company that does business in the EU even with a
SQL SERVER – Be Careful with Logon Triggers – Don’t use Host_Name
(Pinal Dave) Before you read further, let me warn you that Logon triggers are potentially evil and might also end up locking everyone out of the instance. Be careful! Don’t just copy paste the code and create the trigger, you might end up in downtime to fix the issue.
Using T-SQL to Detect Stock Price Reversals with the RSI
(Rick Dobson) Our stock advisory newsletter maintains end-of-day price and volume for stocks in a SQL Server database. We need a demonstration on how to implement and apply with T-SQL a technical indicator that reveals when a stock’s price is about to reverse its direction.
Reasons to Upgrade to SQL Server 2017
(Glenn Berry) Since SQL Server 2012 fell out of Mainstream Support on July 11, 2017, and SQL Server 2014 will fall out of Mainstream Support on July 9, 2019, and as both SQL Server 2008 and SQL Server 2008 R2 will be falling out of Extended Support on July 9, 2019, I have had an increasing number of
Querying Data in Azure Data Lake Store with Power BI
(Melissa Coates) Let’s say you have data in Azure Data Lake Store (ADLS) that you want to report directly from in Power BI. You might be doing this for early exploratory data efforts, or you might have some curated data which has been prepared in the data lake for analysis tools such as Power BI.
SQL SERVER – Error: 1067 – Unable to Bring Analysis Service Online in Cluster
(Pinal Dave) Even after working with many clients on various issues (Always On, Deployment, Performance Tuning) I always get new challenges as a part of my freelancing job. One thing I have learned is that one needs a systematic approach to diagnose the issue and, of course, passion to solve the pro
