In this blog you will find various tools and articles that are useful to any DBAs. I will try to put more practical articles while at the same time post any database software bugs and some important tips on internals of sql server and optimization. Address cons and pros of different relational database management in use and new developments. This blog will also cover the market perception of different database system including some hard facts, reviews and benchmarks. Teshome Asfaw
Tuesday, December 29, 2015
sp_server_diagnostics
sp_server_diagnostics sp is used to capture quick diagnostic data and health information about your SQL Server to detect potential issues. It is a must run sp that I start using recently as a quick check on your SQL server stack. You can even run this procedure when using DAC. For more detailed info visit an article on www.mssqltips.com.
Tuesday, December 22, 2015
The new Community Tech Preview of SQL Server 2016, CTP3
I want to point out two features that is either added or improved with CTP3 release of SQL Server 2016.
New addition : You will now be able to setup transnational replication from in premise to Azure SQL (Microsoft's cloud based version of SQL Server). this will for sure make it easier to migrate data to cloud with little or no downtime
Improvement: Integration of R (Revolution Analytics) package that will allow you to run R analytics in the database without pulling out data for analysis on a separate location or machine. This preview also added the ability to execute R scripts via system stored procedure to query and pass data to R
New addition : You will now be able to setup transnational replication from in premise to Azure SQL (Microsoft's cloud based version of SQL Server). this will for sure make it easier to migrate data to cloud with little or no downtime
Improvement: Integration of R (Revolution Analytics) package that will allow you to run R analytics in the database without pulling out data for analysis on a separate location or machine. This preview also added the ability to execute R scripts via system stored procedure to query and pass data to R
Wednesday, December 16, 2015
Azure data warehouse architecture
Diagram source : https://azure.microsoft.com/en-gb/documentation/articles/sql-data-warehouse-overview-what-is/
Azure SQL Data Warehouse is a distributed database capable of processing big data (both relational and non-relational). Microsoft claims that it is the first cloud based data warehouse that combines SQL capabilities with scalability at its core.
Subscribe to:
Posts (Atom)