Problem: How to check whether
file stream is enabled on the SQL Server Instance via T-SQL.
Solution:
sys.configurations
Under server- wide configuration catalog views, there
is a system object view which stores a row for result for server wide
configuration option value in system.
This kind of helps when you what state each
configuration...
Thursday, July 27, 2017
Wednesday, July 26, 2017
How to force a query to use index hints with in a query to boost the performance.
Mahesh Sambu
7/26/2017 11:19:00 PM
JOINS, Performance gains, table Hints
No comments

Problem: How to force a query
to use index hints with in a query to boost the performance.
Solution: Table Hint , Starting
SQL Server 2008 or higher.
In some cases, you want to override the SQL server query optimizer plans
to choose...
Tuesday, July 25, 2017
How to make use of a data mining model.
Mahesh Sambu
7/25/2017 10:38:00 PM
Data mining, DMX, SSAS
No comments

Problem: How to make use of a
data mining model.
Solution: Data
Mining Model Viewers
After the data mining structure, has been created, you can explore the
model to look for interesting trends. Because the results of mining models are
complex...
Monday, July 24, 2017
How to create a SSAS data mining structure based on an algorithm model.
Mahesh Sambu
7/24/2017 11:28:00 PM
Data mining, Machine learning., Predictive analysis, SSAS
No comments

Problem: How to create a SSAS data
mining structure based on an algorithm model.
Solution: Data mining Models
After collecting all the data in a SSAS Cube, based on this data we can
create a data mining model based on an algorithm...
Sunday, July 23, 2017
How to predict and analyze data using SSAS.
Mahesh Sambu
7/23/2017 10:21:00 PM
Datamining, DMX, SSAS
No comments

Problem: How to predict and
analyze data using SSAS.
Solution: Data mining
After collecting all the data in a SSAS Cube, based on this data we can
create a data mining model based on an algorithm to predict future data. SQL
Server Data...
Saturday, July 22, 2017
How to access cube data inside Microsoft excel without connecting to server.
Mahesh Sambu
7/22/2017 11:22:00 PM
EXCEL, Offline Cube, SSAS
No comments

Problem: How to access cube
data inside Microsoft excel without connecting to server.
Solution:
To browse cube data from excel, please go through this
article. browse
cube from excel
In
some cases, you might want to hop on a flight...
Friday, July 21, 2017
How to build SSRS reports from SSAS cube data using MDX.
Mahesh Sambu
7/21/2017 09:58:00 PM
Cube, MDX, Report, SSAS, SSRS
No comments

Problem: How to build SSRS reports
from SSAS cube data using MDX.
Solution:
After building a cube in SSAS, the next thing to do is create reports of the
analysis services cube data.
SSRS
is the Microsoft business intelligence reporting...