(Tibor Nagy) I have a production database table that has important data. If there are any issues with this table I need a quick way to restore this data without having to restore the entire database. Let’s say we have a table called TIPS_TABLE. We need to implement a solution to recover this data
Tag: sql server
SQL SERVER – Creating Database with Different Collation on Server
(Pinal Dave) I recently came across an organization who had very interesting infrastructure setup. Their business domains is analytics.
Rebuilding Indexes Will Reset Index Usage Statistics in SQL Server 2012
(Thomas LaRock) We all know that statistics get updated when you rebuild your indexes, right?
How To View Data in Hidden System Tables.
(Devi Prasad Gakkula) SQL Server has System base tables which are hidden cannot be directly queried.
Basic SQL Server security best practices
(Ashish Kumar Mehta) One of the key responsibilities of a database administrator is to make sure all the SQL Server instances they manage are secure. SQL Server security in itself is a very broad topic, and this article is just an introduction to my eight best practices you can follow to secure the
Getting started with Tabular Model in SQL Server 2012 – Part 1
(Arshad Ali) In my last tip, Understanding BI Semantic Model (BISM) of SQL Server 2012, I talked in detail about the new BISM, its architecture, how it differs from the earlier UDM and how BISM lays down a foundation for the future. In this tip I am going to talk in detail about differences between
Group Multiple Rows to Single Delimited Row in PowerPivot
(Jason Thomas) When PowerPivot was announced a couple of years back, I was one among the many who started feeling insecure on having to learn a new trade. I could have sat there and kept on cribbing, or picked myself up and started my baby steps towards the new technology.
SQL SERVER – Fix – Error: 4214: BACKUP LOG cannot be performed because there is no current database backup.
(Pinal Dave) Here is the interesting conversation I recently heard between two teammates in one of the organizations I visited.
SQL Server History Cleanup Task
(Kat Meadows) This feature in the maintenance plans in SQL Server seems to be either ignored or over used. Either people do not put this step into any maintenance plan causing MSDB database to grow large over time. Or they have this step placed in every maintenance plan not fully understand what cod
Analysis Services Synchronization fails with permissions error
(Jason H) When you want to run Synchronization to copy an Analysis Services database from one server to another, the account running the synchronization needs to be a server admin in the Analysis Services instance receiving the database.