Dinesh's Blog :::: Being Compiled ::::

Monday, August 10, 2015

SQL Server Brain Basher of the Week #024 - Partitioning

›
Here is the this week Brain Basher. How many partitions can be created per table or index with SQL Server 2014? 1) 256 2) 1,000 ...
Sunday, August 9, 2015

Does Database backup contain a copy of the database as it was at started time or completed time?

›
Unlike database restore operation, SQL Server allows us to take a backup of our database while it is being used, placing some insignifican...
Friday, August 7, 2015

I want to move database files to another folder, should I stop SQL Server service or not?

›
SQL Server uses at least two files for maintaining a database: a data file (extension mdf) and a log file (extension ldf). If the database...
Thursday, August 6, 2015

What is Attack Surface Area?

›
It is not something unusual to be seen, most of us, during the installation of SQL Server, most of the components of SQL Server are instal...
Wednesday, August 5, 2015

Benefits we get enabling Buffer Pool Extension

›
All your queries are satisfied using pages in the buffer pool (memory), not pages in the disk. SQL Server loads required pages from the di...
Monday, August 3, 2015

SQL Server Brain Basher of the Week #023 - Truncation Issues

›
Log truncation is the process of freeing space in the logical log for reusing the space for new transactions. Depend on the database setti...
Sunday, July 26, 2015

SQL Server Brain Basher of the Week #022 - Instance Name

›
Here is the question for the week; Can I name my Named Instance as MSSQLServer ? Generally, when we install SQL Server as a named i...
Saturday, July 25, 2015

Can we connect to a named instance without Browser Service running?

›
SQL Server Browser Service is one of the services installed when SQL Server is installed. Generally this service is required to be running...
Thursday, July 23, 2015

Video: Impact of Big Data on Business Intelligence

›
Here is the session I delivered for FITIS, Sri Lanka.
Wednesday, July 22, 2015

Formatting for 2 digits number: Month, Day, Hour, Minute

›
I have seen many ways of formatting a number related to month, day, hour, minute to two digits number. It is all about checking whether th...
Tuesday, July 21, 2015

How to create a Hive table and execute queries using HDInsight

›
I wrote a post on Hive ( What is Hive, What is Hive Database, What is Hive Table? ) discussing key elements of Hive. If you want to try wi...
Monday, July 20, 2015

SQL Server Brain Basher of the Week #021 - Documentation

›
Here is the Brain Basher of the week. It is related to Database Administrators but even if you are Database Engineer, it is very important...
Sunday, July 19, 2015

SQL Server Management Studio 2015 June - Preview is available for downloading

›
Microsoft SQL Server Management Studio 2015 June Preview  is available for downloading. This comes as a separate installation, not as a pa...
Saturday, July 18, 2015

SQL Server: Why we need multiple instances in production environment?

›
Installing multiple copies of SQL Server on a single machine is not uncommon but it is not recommended in production environment. The copy...
Friday, July 17, 2015

What is Hive, What is Hive Database, What is Hive Table?

›
When I go through Apache Software Foundation, most attractive and most relevant projects I see for me are Hadoop and Hive. Hadoop is an op...
Wednesday, July 15, 2015

MDX and Reporting Services: How to remove duplicates from a parameter?

›
What if you get duplicate values from a dimension that is going to be used for loading a Reporting Services parameter? Generally, you do n...
5 comments:
Monday, July 13, 2015

MDX Top function

›
If we need get Top n  records from a relational database table, we simply use SELECT TOP (n)....  But how do you do the same with Multi-di...
Sunday, July 12, 2015

SQL Server Brain Basher of the Week #020 - Lock Escalation

›
If you have read my previous post " SQL Server: Locking cost, concurrency cost and concurrency issues [Discussion on Transactions - I...

SQL Server: Locking cost, concurrency cost and concurrency issues [Discussion on Transactions - III]

›
Continuing notes related to the discussion.... Another area that was discussed is, how SQL Server places locks for transactions and wh...
Saturday, July 11, 2015

Hadoop cluster and how it stores a file when deploying

›
Hadoop is no longer a new word, everyone knows it and everyone knows why we need it. During my last two presentations, I explained Hadoop ...
Friday, July 10, 2015

Understanding SQL Server Recovery Process [Discussion on Transactions - II]

›
This is the continuation of the post I made: Understanding transaction properties with Microsoft SQL Server. During the same discussio...
Tuesday, July 7, 2015

Understanding transaction properties with Microsoft SQL Server [Discussion on Transactions - I]

›
I had a chance to discuss an old topic with few of my colleagues, it was on transactions and isolation levels. Although it is old, well kn...
Monday, July 6, 2015

SQL Server 2016 features: Polybase: SQL Server connector to Hadoop

›
** The latest article on this based on RC3 is available as  SQL Server 2016 - Manipulating data in Azure Storage using PolyBase . Polyba...
‹
›
Home
View web version

About Me

My photo
Dinesh Priyankara
Colombo, Sri Lanka
Dinesh Priyankara (MSc IT) is an MVP – Data Platform (Microsoft Most Valuable Professional) in Sri Lanka with 16 years’ experience in various aspects of database technologies including business intelligence. He has done many local and foreign business intelligence implementations and has worked as a subject matter expert on various database and business intelligence related projects. He is the Founder/Principal Architect of dinesQL (Pvt) Ltd and he consults, teaches and runs training programs on data related solutions and subjects.
View my complete profile
Powered by Blogger.