(Daniel Farina) Now that SQL Server is available on Linux, many companies may start to use a Linux server for testing database development due to license costs. In this tip I will show you how to move a copy of a database from Windows SQL Server to a Linux SQL Server installation.
Tag: sql server
SQL SERVER – Msg 3035, Level 16 – Cannot Perform a Differential Backup for Database ‘SQLAuthority’, Because a Current Database Backup Does not Exist
(Pinal Dave) If we look at the error in the subject line, it is very clear that a full backup is needed so that the differential backup chain can be initiated. If this happens to a newly created database, then it makes sense and there is no need for me to write a blog.
SQL Server 2017 Showplan enhancements
(Pedro Lopes) In my previous post on Easy way to get statistics histogram programmatically, I referred to statistics as the building blocks on which the Query Optimizer reasons to compile a good enough plan to resolve queries.
UNION ALL Optimization
(Paul White) The concatenation of two or more data sets is most commonly expressed in T-SQL using the UNION ALL clause. Given that the SQL Server optimizer can often reorder things like joins and aggregates to improve performance, it is quite reasonable to expect that SQL Server would also consider
SSMS Tips: Copy Full Path
(Kenneth Fisher) When you right click on a tab you’ll see a number of different options. You can set up new horizontal or vertical tab groups, pin tabs, close tabs etc. But in this particular case take a look at these options.
Python in SQL Server
(Tony Davis) Anyone using R in SQL Server employs the procedure sp_execute_external_script, the first parameter of this being the language to use. The documentation rather obliquely says that “the script must be written in a supported and registered language“.
SQL SERVER – Script Upgrade Failure – RsFxFt.Dll::RsFxMgmtInitialize failed: Error 0x80070002
(Pinal Dave) In the recent few days, I have found many clients having various script upgrade failures while applying service packs or cumulative updates. Here are few of them. Let us learn about Script Upgrade Failure.
Where is my SQL Server Configuration Manager?
(Greg Larsen) If you are running Windows 8 and above, you might have found out that you can’t find SQL Server Configuration Manager in the list of installed applications. This is because SQL Server Configuration Manager is not a stand-alone program, and therefore doesn’t appear as an application i
Power BI, SSAS Multidimensional And Dynamic Format Strings
(Chris Webb) If you’re building reports in Power BI against SSAS Multidimensional cubes then you may have encountered situations where the formatting on your measures disappears. For example, take a very simple SSAS Multidimensional cube with a single measure called Sales Amount whose FormatString p
SQL 2012 BPA error- ‘Login does not exist on SQL Server OR Login is not a member of the Systems Administrator role’
(Pooja Kamath) I was recently trying to use the diagnostic tool Microsoft SQL Server 2012 Best Practice Analyzer on my customer’s machine that was getting ready for a migration.
