(John Miner) Many institutions have the requirement to take a weekly backup of a user defined database. The actual timing of the backup is not important; however, keeping restore points for several years is important. How can this business requirement be solved with Azure SQL database?
Tag: sql server
SQL SERVER – FIX: Msg 5123, Level 16 – CREATE FILE Encountered Operating System Error 5
(Pinal Dave) This blog is about another common error reported by many DBA to me. He faced error related to create file in OS.
How to change SQL Server 2016 Database default locations for data and log files
(Jack Vamvas) The best way to set the database default locations for data and logs is when you first install the SQL Server Instance. They can be set through the configuration.ini file.
SSMS 17 Dark Theme
(Arun Sirpal) Have you ever wanted SQL Server Management Studio (SSMS) 17 to have a dark theme? Seeing the below image (visual experience color theme options) really got me excited.
The Alpha and the Omega. The BEGIN and the END.
(Kenneth Fisher) The BEGIN/END block is a fairly standard thing if you’ve ever done any coding, but it never hurts to do a little review. Not to mention that there are always people just starting to learn about a subject.
Azure Analysis Services scheduled autoscaling and pausing
(Jorg Klein) One of the major benefits of Azure is scalability, the cloud is built to be elastic, to be as cost-effective as possible. Azure solutions can be scaled in ways that would never be possible with your own hardware.
SSAS Multidimensional HOLAP Storage: Even More Useless Than You Might Think
(Chris Webb) In almost 20 years of using Analysis Services I have never, ever used HOLAP storage. However the other week I was with a customer that was using ROLAP storage on top of Exasol and while query performance was generally good, I wondered whether building an aggregation or two in SSAS might
SQL SERVER – 7 Important Things to Remember While Taking Effective Backup
(Pinal Dave) In this blog post we will discuss 7 points to remember while taking effective backup for SQL Server.
Use cases of various products for a big data cloud solution
(James Serra) There are a tremendous amount of Microsoft products that are cloud-based for building big data solutions. It’s great that there are so many products to choose from, but it does lead to confusion on what are the best products to use for particular use cases and how do all the products
SQL Server 2016 ColumnStore Index String Predicate Pushdown
(Ahmad Yaseen) When designing a data warehouse, it is recommended to use numeric or integer keys to filter records or in the join operator predicates, rather than using string columns. Applying these predicates on string values is very expensive and will significantly slow down your analytical quer
