top of page


SSAS Reports in Reporting Services
Microsoft is working hard on pushing a SharePoint server and integrating every reporting aspect in it, from the new PivotTable to...

Madeira Team
Jun 27, 20105 min read
0
Answer to the SQL Server Challenge
Our presentation booth at the Data Platform conference included an SQL Server challenge. Many people participated in trying to solve the...

Madeira Team
Jun 1, 20102 min read
0


Yaniv Etrogi’s sp_helpindex2
Recently I have made my self aware to the old fact that when I tune a query, I always use the same 3 procedures over and over again:...

Madeira Team
Apr 12, 20102 min read
0


Create Executer Role
Database fixed roles are predefined roles with specific permissions that allow their members to take actual roles in the organization....

Madeira Team
Mar 4, 20101 min read
0


The Ease of Using Statistics to Lie
Working as an operation manager and DBA often requires me to examine and produce statistical reports and devise actions based on them. I...

Madeira Team
Mar 3, 20102 min read
0


SQL Server Magazine
SQL Server Magazine is a great resource for SQL Server DBAs. It offers professional articles, white papers, code samples, blogs, and...

Madeira Team
Feb 10, 20101 min read
1
Cursor Types
If you ask any SQL Server DBAs about cursors, they will tell you it’s a big no-no. If you search for T-SQL best practices on the web, in...

Madeira Team
Feb 8, 20103 min read
0
Querying XML Using the Edge Table Format
Recently I was asked by one of our customers about querying XML in a relational format. “Sure”, I answered, “you can use OPENXML to...

Madeira Team
Jan 31, 20103 min read
0


Job Executions at Point in Time
If you want to monitor job executions, usually the easiest way is to use the Job Activity Monitor or the Job History Viewer in SQL Server...

Madeira Team
Jan 25, 20101 min read
0


Can query performance be dependent on the client?
This question sounds really easy! The query performance depends essentially on the execution plan, which in its turn isn’t dependent on...

Madeira Team
Jan 20, 20102 min read
1
bottom of page